summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* fetch_curl_report_certs_upstream: Use new SSL_CERT_ERR_CERT_MISSINGDaniel Silverstone2019-12-031-1/+5
* fetch_curl_verify_callback: Do depth update after checkDaniel Silverstone2019-12-031-5/+5
* 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
* Add missing unrefsDaniel Silverstone2019-12-011-0/+3
* 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
* content_saw_insecure_objects: Fix various corner casesDaniel Silverstone2019-12-011-3/+12
* Add missing includeDaniel Silverstone2019-12-011-0/+1
* Allow contents to indicate if they believe they may not be secure.Daniel Silverstone2019-12-017-0/+137
* 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
* llcache: Reload SSL certificate data from serialised storeDaniel Silverstone2019-11-301-0/+130
* llcache: Persist SSL certificate dataDaniel Silverstone2019-11-301-0/+117
* llcache: Support storing SSL certificate dataDaniel Silverstone2019-11-301-3/+68
* 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-123-8/+13
* 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
* Data fetcher: Include stdarg.h header.Michael Drake2019-11-121-0/+1
* 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-114-71/+17
* Data fetcher: Squash BSD warning.Michael Drake2019-11-111-4/+3
* remove unecessary user warningVincent Sanders2019-11-101-8/+7
* llcache: Avoid putting local content in the disc cache.Michael Drake2019-11-101-0/+39
* llcache: Split out scheme is cachable check.Michael Drake2019-11-101-27/+38
* File fetcher: Optimise HTTP header generation.Michael Drake2019-11-101-6/+8
* Resource fetcher: Optimise HTTP header generation.Michael Drake2019-11-101-6/+8
* llcache: URLs with data scheme are cachable.Michael Drake2019-11-101-1/+4