summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* cleanup some javascript documentation commentsVincent Sanders2019-07-122-33/+69
* when owning context is destroyed ensure that active js compartment is destroy...Vincent Sanders2019-07-121-24/+56
* make content close check the content status itselfVincent Sanders2019-07-108-53/+89
* add isFinite to global contextVincent Sanders2019-07-011-0/+1
* css/utils.c: Fix vw/vh handling in len2ptDaniel Silverstone2019-06-301-2/+2
* HTML: Viewport width/height in length context are fixed point.Michael Drake2019-06-291-2/+2
* revert 8265b8b66f7072a659dbc0f3e50fe23d6d6a68a1 as ssize_t is not available e...Vincent Sanders2019-06-251-1/+1
* Duktape: Probably should use ssize_tDaniel Silverstone2019-06-151-1/+1
* Duktape: Hopefully silence issue with %lldDaniel Silverstone2019-06-152-1/+4
* llcache: Abort cleanly if called back during shutdownDaniel Silverstone2019-06-151-0/+7
* hlcache.c: Clean up LOADING contents during finaliseDaniel Silverstone2019-06-151-4/+26
* LLCache: validate max-age before useJohn-Mark Bell2019-06-101-1/+3
* LLCache: use Cache-Control parserJohn-Mark Bell2019-06-101-48/+18
* use jmb suggested fix to cache-control header parse errorVincent Sanders2019-06-101-7/+6
* fix parsing of invalid syntax max-age value Cache-control headerVincent Sanders2019-06-101-2/+8
* Window.bnd: Suppress some unnecessary stack frame dumpsDaniel Silverstone2019-06-091-3/+3
* Window.bnd: Expose isNanDaniel Silverstone2019-06-091-0/+1
* Window.bnd: Do not remove in-train callbacksDaniel Silverstone2019-06-091-8/+17
* Update schedulers return codesVincent Sanders2019-06-081-1/+6
* html.c: Correct ordering for reformat timeDaniel Silverstone2019-06-051-1/+1
* content/fetchers/curl.c: Defer fetch start if inside cURLDaniel Silverstone2019-06-051-0/+16
* Document.bnd: createDocumentFragment() unref fragmentDaniel Silverstone2019-06-011-0/+2
* html_script.c: html_script_exec() reqacquire script ptrDaniel Silverstone2019-06-011-0/+5
* Improve javascript unimplemented bnding documentation generationVincent Sanders2019-05-311-4/+8
* make curl fetcher log debug using NSLOGVincent Sanders2019-05-281-16/+26
* Expose NaN on WindowDaniel Silverstone2019-05-251-0/+1
* Add dodgy window method to clear callbacksDaniel Silverstone2019-05-252-1/+39
* Log when we finalise window objectsDaniel Silverstone2019-05-251-0/+1
* Use generics for makeListProxy properlyDaniel Silverstone2019-05-251-2/+2
* Use generics for makeListProxy properlyDaniel Silverstone2019-05-251-2/+1
* Remove unnecessary generics magicDaniel Silverstone2019-05-251-1/+0
* HTML: Update selection media data for new libcss API.Michael Drake2019-05-071-4/+7
* CSS: One inch is 96 css pixels.Michael Drake2019-05-071-2/+2
* HTML: Set up the CSS length measuring context in CSS pixels.Michael Drake2019-05-061-2/+2
* CSS: Use helper to convert form css to physical pixels.Michael Drake2019-05-061-2/+1
* CSS: Add helpers to convert between css and physical pixels.Michael Drake2019-05-061-0/+25
* CSS: Extern the nscss_baseline_pixel_density value.Michael Drake2019-05-061-0/+3
* Convert css_len2pt and css_len2px for CSS pixels.Michael Drake2019-05-061-15/+20
* HTML: Squash error-path leaks in select box construction.Michael Drake2019-05-061-0/+2
* Curl fetcher: Force HTTP1.1 to fix HTTP2 crash.Michael Drake2019-05-061-0/+4
* HTML: Before building the box tree, get viewport dimensions.Michael Drake2019-05-061-0/+21
* HTML content handler: Handle content msg for getdims.Michael Drake2019-05-061-0/+7
* Content: Add content message to get viewport dimensions.Michael Drake2019-05-061-0/+7
* Quieten dukky a little more in default log levelsDaniel Silverstone2019-05-061-3/+3
* Do not prevent reattempting conversion of HTML contentsDaniel Silverstone2019-05-061-8/+0
* Use new safe context dumpDaniel Silverstone2019-05-061-9/+3
* Support context dump safely in duktapeDaniel Silverstone2019-05-062-2/+24
* Add some missing unrefsDaniel Silverstone2019-05-061-0/+4
* complete basic binding documentationVincent Sanders2019-05-061-3/+13
* Properly set log levelsDaniel Silverstone2019-05-061-8/+8