summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Add content handlers for queriesDaniel Silverstone2019-08-044-1/+58
* llcache: Do not delete objects if they were iterator targetsDaniel Silverstone2019-08-041-1/+1
* content, hlcache: Propagate query events upwardDaniel Silverstone2019-08-042-7/+22
* llcache.h: Migrate query event to own struct typeDaniel Silverstone2019-08-041-5/+10
* llcache: pass the cb_pw in query_finishedDaniel Silverstone2019-08-041-0/+1
* Duktape element binding: Check dom_string_create for error.Michael Drake2019-08-041-0/+6
* CSS hints: Change css_hint_advance to advance pointer by parameter.Michael Drake2019-08-041-55/+55
* remove unnecessary browser_window_redraw_rect interfaceVincent Sanders2019-08-031-2/+4
* Migrate query dispatch up from llcache to hlcacheDaniel Silverstone2019-08-034-76/+110
* change browser_window_get_features to use unscaled coordinatesVincent Sanders2019-08-031-4/+11
* change browser_window_mouse_track to use unscaled coordinatesVincent Sanders2019-08-031-3/+2
* change browser_window_mouse_click to use unscaled coordinatesVincent Sanders2019-08-031-5/+5
* box_construct: Check error return from dom_has_attributeDaniel Silverstone2019-08-031-3/+11
* llcache: Ensure we preserve iteratorness when sending messagesDaniel Silverstone2019-08-021-1/+2
* dukky: Remove unused `dukky_safe_get()`Daniel Silverstone2019-08-021-6/+0
* curl: Change where we lodge `inside_curl`Daniel Silverstone2019-08-021-6/+2
* dukky: Clean up our stacktrace reportingDaniel Silverstone2019-08-021-31/+6
* curl: Immediately abort fetchers when we canDaniel Silverstone2019-08-021-17/+24
* Duktape: Hopefully silence issue with %lldDaniel Silverstone2019-08-021-1/+2
* Duktape: Make declaration match definition for memcmp and double_div.Michael Drake2019-08-021-3/+3
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2019-08-021-1/+1
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2019-08-021-2/+2
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2019-08-021-6/+6
* Duktape: Make declarations match definitions for inline functions.Michael Drake2019-08-021-4/+4
* Duktape: Prevent clang static analysis.Michael Drake2019-08-021-0/+3
* Duktape: Update to 2.4.0 release.Michael Drake2019-08-023-7413/+8430
* Document.bnd: Fix cookies getter and implement setterDaniel Silverstone2019-08-021-1/+33
* llcache: Use last_modified instead of dateDaniel Silverstone2019-08-021-2/+2
* Dukky: Add and utilise a jserrors categoryDaniel Silverstone2019-08-021-4/+4
* Window: Provide a little more info on why not EXPOSE()ing some stuffDaniel Silverstone2019-08-021-9/+10
* Window: Restructure EXPOSE()d globalsDaniel Silverstone2019-08-021-14/+82
* dukky.c: Correct typo (BUTTOM -> BUTTON)Daniel Silverstone2019-08-011-1/+1
* Dukky: Support console logging betterDaniel Silverstone2019-08-014-2/+117
* dukky: Attempt to make the fallback to HTMLUnknownElement more useful.Daniel Silverstone2019-08-011-4/+7
* html_interaction.c: Default node to <HTML> nodeDaniel Silverstone2019-08-011-1/+1
* Console.bnd: Support attempts to log when Window has goneDaniel Silverstone2019-08-011-1/+2
* Layout: Apply min/max width to replaced elements when width is given.Michael Drake2019-07-301-0/+5
* 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