summaryrefslogtreecommitdiff
path: root/content/handlers/html/html.c
Commit message (Expand)AuthorAgeFilesLines
* html_saw_insecure_objects: Don't infinite loop on objectsDaniel Silverstone2019-12-011-0/+1
* Allow contents to indicate if they believe they may not be secure.Daniel Silverstone2019-12-011-0/+29
* split out html interaction header elements and rename sourceVincent Sanders2019-11-121-0/+1
* remove user warning and log error insteadVincent Sanders2019-11-071-2/+3
* Box Conversion: Cancel conversion during html_destroyDaniel Silverstone2019-08-231-1/+10
* HTML: Don't allow objects to redraw until we have a layout.Michael Drake2019-08-061-0/+1
* html_begin_conversion: If we pause in completing parse, try again later.Daniel Silverstone2019-08-051-0/+7
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-051-25/+30
* html: Mirror gadget values in and out of the DOMDaniel Silverstone2019-08-041-0/+20
* change browser_window_drop_file_at_point() to take unscaled coordinatesVincent Sanders2019-08-041-18/+26
* change browser_window_get_features to use unscaled coordinatesVincent Sanders2019-08-031-4/+11
* 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: 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: Before building the box tree, get viewport dimensions.Michael Drake2019-05-061-0/+21
* 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-051-3/+3
* Logging: migrate and provide content interfaceDaniel Silverstone2019-05-051-1/+1
* Support content_exec for content_htmlDaniel Silverstone2019-05-051-0/+85
* CSS: Update for change to libcss select style API.Michael Drake2019-05-041-0/+1
* Support script insertion after conversion has begunDaniel Silverstone2019-05-041-4/+107
* HTML: Don't try to finish an HTML document's conversion twice.Michael Drake2018-08-271-0/+16
* clean up html content handler header useVincent Sanders2018-05-111-1/+3
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+2468