summaryrefslogtreecommitdiff
path: root/content/handlers/html/html.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused css length usage in selectionVincent Sanders2020-05-231-1/+1
* move content handler specific selection copying into handlersVincent Sanders2020-05-231-0/+1
* split selection redraw into content handler specific implementationsVincent Sanders2020-05-231-20/+2
* pass the browser window to selection click handlerVincent Sanders2020-05-201-12/+0
* make free text search content handler agnosticVincent Sanders2020-05-121-0/+150
* hoist common text search out of content handlersVincent Sanders2020-05-121-8/+0
* move free text search general interface to content.Vincent Sanders2020-05-101-2/+2
* improve content header usageVincent Sanders2020-05-071-0/+1
* split dom event handling into separate moduleVincent Sanders2020-05-051-727/+3
* Clean up html content dom element insertion processingVincent Sanders2020-05-051-87/+157
* improve html content handler private headersVincent Sanders2020-05-021-8/+5
* add missing includeVincent Sanders2020-05-011-1/+2
* remove unused available width and height parameters from html_fecth_object()Vincent Sanders2020-04-301-1/+1
* split html box processing codeVincent Sanders2020-04-291-0/+1
* clean up html box, no functionality change just cosmeticVincent Sanders2020-04-281-1/+2
* Implement javascript scheme url script https://wiki.whatwg.org/wiki/URL_schemesVincent Sanders2020-04-171-1/+1
* html: Also close js thread on html_stop()Daniel Silverstone2020-03-291-0/+4
* HTML: Use new js_closethread()Daniel Silverstone2020-03-221-1/+7
* JS: Move ownership of jsthread from browser to htmlcDaniel Silverstone2020-03-221-12/+8
* JS: Split concept of JS context into heap and threadDaniel Silverstone2020-03-211-11/+11
* HTML: Ignore dom exceptions we don't care aboutDaniel Silverstone2020-02-231-4/+4
* HTML: Ignore LOADING status in html_proceed_to_done()Daniel Silverstone2020-02-211-1/+3
* HTML: Complete content state machine after async scriptDaniel Silverstone2020-02-211-3/+21
* html: Add function for issuing a keypress event.Michael Drake2019-12-011-0/+79
* html: Split out helper for firing DOM events and swallowing errors.Michael Drake2019-12-011-4/+23
* HTML: Rename fire_dom_event to fire_generic_dom_event.Michael Drake2019-12-011-2/+2
* 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