summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* about: Add handling for unknown about: pageDaniel Silverstone2020-03-221-2/+28
* 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-217-56/+86
* JS: Remove unused slow script callbackDaniel Silverstone2020-03-213-8/+3
* Fetch: Squash use of uninitialised value in fetch_send_callback()Michael Drake2020-03-121-8/+1
* Internal content: Restyle certificate viewer page.Michael Drake2020-02-241-7/+43
* fs_backing_store: Remove cache on failure to initDaniel Silverstone2020-02-241-3/+17
* Internal pages: Update directory listing style.Michael Drake2020-02-241-1/+55
* fetch: Bump last_msg rather than always assigning itDaniel Silverstone2020-02-241-1/+3
* fs_backing_store: Fix some comparison typesDaniel Silverstone2020-02-241-2/+2
* fs_backing_store: Use correct format specifier for 64bit intDaniel Silverstone2020-02-241-1/+1
* about scheme certificate viewer initial implementationVincent Sanders2020-02-241-1/+279
* fs_backing_store: Fix up comments to be in-line with valuesDaniel Silverstone2020-02-241-2/+2
* 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