summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Low level cache: Squash use of uninitialised value.Michael Drake2020-02-241-3/+2
* fs_backing_store: 8K metadata blocks, 1K blocks, bump versionDaniel Silverstone2020-02-241-3/+3
* Curl fetcher: Guard against read of uninitialised value.Michael Drake2020-02-241-0/+3
* Cache backing store: Add missing calloc check.Michael Drake2020-02-241-0/+5
* Curl fetcher: Squash coverity warning.Michael Drake2020-02-241-3/+2
* fetchers: Rework the about, data, file, and resource fetcher poll loopDaniel Silverstone2020-02-244-123/+50
* About fetches resources: Drop maps resource.Michael Drake2020-02-242-30/+0
* fetch: When aborting, ensure we note this to not multi-failDaniel Silverstone2020-02-242-0/+7
* fetchers: Apply cleaner ring handling mechanic to other fetchersDaniel Silverstone2020-02-243-3/+48
* fetch: Automatically handle fetches which fail to finishDaniel Silverstone2020-02-242-1/+25
* about: Correct handling of ring in fetch_about_pollDaniel Silverstone2020-02-241-1/+16
* fs_backing_store: Clear entry memory flags on readDaniel Silverstone2020-02-231-0/+5
* curl: Implement SSL chain cache in cURL fetcherDaniel Silverstone2020-02-231-8/+150
* llcache: Rework fs_backing_store to use hashmapDaniel Silverstone2020-02-232-385/+249
* llcache: Persist anything available during llcache_finaliseDaniel Silverstone2020-02-231-0/+5
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-236-347/+171
* Improve some content documentation commentsVincent Sanders2020-02-232-38/+116
* 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
* 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