summaryrefslogtreecommitdiff
path: root/content/handlers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Window: Add flag to ensure we don't set timeouts after closeDaniel Silverstone2020-03-221-0/+14
* JS: Add concept of js_closethreadDaniel Silverstone2020-03-223-4/+42
* JS: Move ownership of jsthread from browser to htmlcDaniel Silverstone2020-03-223-27/+8
* Dukky: Make heaps refcounted tooDaniel Silverstone2020-03-221-2/+18
* Dukky: Add refcounting to threadsDaniel Silverstone2020-03-211-5/+59
* Dukky: Upgrade dukky binding to support new heap/thread splitDaniel Silverstone2020-03-213-95/+121
* JS: Add concept of thread destroyDaniel Silverstone2020-03-212-0/+18
* JS: Split concept of JS context into heap and threadDaniel Silverstone2020-03-216-53/+83
* JS: Remove unused slow script callbackDaniel Silverstone2020-03-213-8/+3
* HTML Script: Check for success on intern of mimetype.Michael Drake2020-02-231-1/+5
* HTML: Ignore dom exceptions we don't care aboutDaniel Silverstone2020-02-231-4/+4
* Node: nodeValue setter should return value set into nodeDaniel Silverstone2020-02-231-1/+2
* dukky: Guard pointless work for deep debugDaniel Silverstone2020-02-231-2/+2
* JS: it's Infinity not infinityDaniel Silverstone2020-02-211-1/+1
* JS: Add Element::attributes and NamedNodeMap to handle itDaniel Silverstone2020-02-213-0/+103
* JS Generics: Add a NodeMap proxy builderDaniel Silverstone2020-02-211-0/+23
* Element: support innerHTMLDaniel Silverstone2020-02-211-0/+123
* JS: Add DOMImplementation::createHTMLDocumentDaniel Silverstone2020-02-213-0/+142
* HTML: Ignore LOADING status in html_proceed_to_done()Daniel Silverstone2020-02-211-1/+3
* HTML: Don't transition the content state machine if we do nothingDaniel Silverstone2020-02-211-1/+7
* HTML: Complete content state machine after async scriptDaniel Silverstone2020-02-213-5/+29
* re-order config include so strcasecmp is correctly detected on RISC OS/win32Vincent Sanders2019-12-221-1/+2
* html_script: Count sync scripts to prevent unpausing earlyDaniel Silverstone2019-12-191-2/+11
* HTML: box_consturction: cleanup name dom_string in box_object.Michael Drake2019-12-101-0/+2
* HTML redraw: Never draw box scrollbars for textareas.Michael Drake2019-12-091-0/+1
* webp: NetSurf bitmap format is RGBA.Michael Drake2019-12-081-1/+3
* html: css fetcher: Fix passing LWC borrow to fetcher_add, which consumes.Michael Drake2019-12-021-1/+2
* html: Fire DOM KeyboardEvents on keypresses.Michael Drake2019-12-011-0/+36
* dukky_push_event: Enable KeyboardEvent specialisation.Michael Drake2019-12-011-1/+31
* JavaScript: Add KeyboardEvent bindings.Michael Drake2019-12-012-1/+143
* html: Add function for issuing a keypress event.Michael Drake2019-12-012-0/+85
* 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-013-4/+4
* html_saw_insecure_objects: Don't infinite loop on objectsDaniel Silverstone2019-12-011-0/+1
* html_css_fetcher: Use corestring_lwc_x_ns_cssDaniel Silverstone2019-12-011-8/+2
* Allow contents to indicate if they believe they may not be secure.Daniel Silverstone2019-12-014-0/+79
* box_construct: Do not leak attributes in <embed> boxesDaniel Silverstone2019-11-301-0/+5
* HTML redraw: Don't render scrollbars when the CSS doesn't permit it.Michael Drake2019-11-301-3/+6
* make unknown content drag assert have meanigful messageVincent Sanders2019-11-291-1/+1
* change mouse action drag handling to use a more efficient dispatchVincent Sanders2019-11-171-13/+16
* move remaining mouse action drag handling into separate functionsVincent Sanders2019-11-171-21/+60
* move more select menu handling into mouse_action_select_menu()Vincent Sanders2019-11-171-8/+7
* make mouse track and mouse action content handlers return an error codeVincent Sanders2019-11-122-6/+11
* Remove redundant drag handling for content selectionVincent Sanders2019-11-121-10/+0
* split out html interaction header elements and rename sourceVincent Sanders2019-11-126-148/+278
* gif: Change how we rate-limit frames to match other browsers.Michael Drake2019-11-111-2/+4
* Content: Remove redundant and unused redraw message fields.Michael Drake2019-11-112-54/+17
* remove unecessary user warningVincent Sanders2019-11-101-8/+7