summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* add missing includeVincent Sanders2020-05-011-1/+2
* put html content handler object interface into its own headerVincent Sanders2020-05-015-23/+98
* remove unused available width and height parameters from html_fecth_object()Vincent Sanders2020-04-305-34/+37
* remove unecessary filename prefixes in the html content handlerVincent Sanders2020-04-308-10/+10
* split html box processing codeVincent Sanders2020-04-2920-2674/+2958
* Initial special canvas handling to not show fallbackVincent Sanders2020-04-281-3/+27
* clean up html box, no functionality change just cosmeticVincent Sanders2020-04-288-827/+1040
* use dom type interface instead of strcasecmpVincent Sanders2020-04-261-52/+87
* dukky: Don't allow js_exec on a thread pending destructionDaniel Silverstone2020-04-261-0/+5
* dukky: Various checks for win being NULLDaniel Silverstone2020-04-262-1/+4
* remove forward declarationsVincent Sanders2020-04-262-2044/+2170
* Window: Do not get stuck if callbacks are in-train during compartment closeDaniel Silverstone2020-04-251-1/+30
* add bindings for canvas width and heightVincent Sanders2020-04-242-1/+19
* Implement javascript scheme url script https://wiki.whatwg.org/wiki/URL_schemesVincent Sanders2020-04-173-4/+46
* refactor html mouse actionVincent Sanders2020-04-131-482/+738
* About pages: Update presentation using nscolour.Michael Drake2020-04-071-100/+95
* Directory listings: Update to use nscolour.Michael Drake2020-04-071-53/+19
* about fetcher: Add about:nscolour.css generated colour stylesheet.Michael Drake2020-04-071-0/+46
* html: Also close js thread on html_stop()Daniel Silverstone2020-03-291-0/+4
* remove unused constantsVincent Sanders2020-03-261-7/+4
* 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