summaryrefslogtreecommitdiff
path: root/content/handlers/html
Commit message (Expand)AuthorAgeFilesLines
* make the gtk_search structure private to teh gtk search objectVincent Sanders2019-09-211-2/+2
* Box Conversion: Cancel conversion during html_destroyDaniel Silverstone2019-08-234-3/+38
* HTML: Don't allow objects to redraw until we have a layout.Michael Drake2019-08-063-0/+12
* html_begin_conversion: If we pause in completing parse, try again later.Daniel Silverstone2019-08-051-0/+7
* HTML: Box coordinates: Take fast route to float container.Michael Drake2019-08-051-4/+4
* Excise the llcache query pathway.Daniel Silverstone2019-08-053-50/+0
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-053-31/+36
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-053-18/+6
* enable gnu extensions to get strcasestr from string.hVincent Sanders2019-08-051-0/+2
* form: Fix situation where a gadget initialises with NULL valueDaniel Silverstone2019-08-041-2/+6
* html: Mirror gadget values in and out of the DOMDaniel Silverstone2019-08-046-1/+169
* change browser_window_drop_file_at_point() to take unscaled coordinatesVincent Sanders2019-08-041-18/+26
* change browser_window_redraw to use unscaled coordinatesVincent Sanders2019-08-041-2/+2
* Add content handlers for queriesDaniel Silverstone2019-08-043-0/+50
* remove unnecessary browser_window_redraw_rect interfaceVincent Sanders2019-08-031-2/+4
* 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
* html_interaction.c: Default node to <HTML> nodeDaniel Silverstone2019-08-011-1/+1
* Layout: Apply min/max width to replaced elements when width is given.Michael Drake2019-07-301-0/+5
* make content close check the content status itselfVincent Sanders2019-07-101-2/+6
* HTML: Viewport width/height in length context are fixed point.Michael Drake2019-06-291-2/+2
* html.c: Correct ordering for reformat timeDaniel Silverstone2019-06-051-1/+1
* html_script.c: html_script_exec() reqacquire script ptrDaniel Silverstone2019-06-011-0/+5
* HTML: Update selection media data for new libcss API.Michael Drake2019-05-071-4/+7
* HTML: Set up the CSS length measuring context in CSS pixels.Michael Drake2019-05-061-2/+2
* HTML: Squash error-path leaks in select box construction.Michael Drake2019-05-061-0/+2
* 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
* Do not prevent reattempting conversion of HTML contentsDaniel Silverstone2019-05-061-8/+0
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-052-9/+9
* Logging: migrate and provide content interfaceDaniel Silverstone2019-05-051-1/+1
* Support content_exec for content_htmlDaniel Silverstone2019-05-051-0/+85
* change back to unsigned long to avoid warning on gnueabihf platformsVincent Sanders2019-05-041-1/+1
* JS: Attribute external JS to the URI it came from in backtracesDaniel Silverstone2019-05-041-5/+8
* Clean up async/defer JS contents during parent finalisationDaniel Silverstone2019-05-041-10/+15
* CSS: Update for change to libcss append sheet API.Michael Drake2019-05-041-1/+7
* CSS: Update for change to libcss select style API.Michael Drake2019-05-043-1/+4
* Support script insertion after conversion has begunDaniel Silverstone2019-05-043-13/+135
* use memcpy instead of strcpy to make the dom string copy intention explicitVincent Sanders2019-03-041-4/+4
* validate the form button element type attribute as per specVincent Sanders2019-02-221-4/+16
* HTML handler: Reformat passing viewport height when triggered by object.Michael Drake2019-02-171-3/+3
* Layout: Add debug logging to show viewport dimensions passed into layout.Michael Drake2019-02-171-0/+4
* Box construction: Don't handle IMAGE specially.Michael Drake2018-12-131-1/+0
* check dom call return and improve handling of missing form typeVincent Sanders2018-10-091-22/+30
* rewrite form_successful_controls_dom as form_dom_to_dataVincent Sanders2018-09-291-556/+883
* gcc on openbsd is unable to reason about res variable usage and generates bog...Vincent Sanders2018-09-261-1/+1
* fix url encoding to be compatible with nsurl API changes.Vincent Sanders2018-09-264-152/+165
* allow comments to supress implicit fallthrough warningsVincent Sanders2018-09-071-1/+1