summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* fix typo in certificate openssl compatabilityVincent Sanders2020-05-171-1/+1
* add openssl compatability to certificate decodeVincent Sanders2020-05-171-12/+91
* make about handler ssenddataf cope with longer dataVincent Sanders2020-05-161-2/+24
* improve certificate viewerVincent Sanders2020-05-161-77/+593
* implement content opacity check through the function tableVincent Sanders2020-05-1312-16/+112
* use content messages to inform frontend of text search changesVincent Sanders2020-05-132-230/+386
* make free text search content handler agnosticVincent Sanders2020-05-125-267/+377
* consolodate the textsearch code into a single moduleVincent Sanders2020-05-123-107/+100
* hoist common text search out of content handlersVincent Sanders2020-05-128-201/+109
* move free text search general interface to content.Vincent Sanders2020-05-109-233/+302
* remove unecessary includesVincent Sanders2020-05-102-13/+6
* add missing header includes from previous changeVincent Sanders2020-05-083-0/+3
* improve content header usageVincent Sanders2020-05-0720-164/+153
* clean up content headers and documentation commentsVincent Sanders2020-05-0611-444/+661
* remove junk content_add_error apiVincent Sanders2020-05-065-14/+0
* remove unused junk error values from content structVincent Sanders2020-05-062-8/+0
* split dom event handling into separate moduleVincent Sanders2020-05-054-727/+837
* Clean up html content dom element insertion processingVincent Sanders2020-05-052-89/+159
* curl: Pass cert chain on even if we get no headersDaniel Silverstone2020-05-041-0/+4
* llcache: Actually pass on certificate chain properlyDaniel Silverstone2020-05-041-5/+10
* remove the forward references in html form internal handlingVincent Sanders2020-05-032-549/+615
* remove forward delcarations and clean up formatting in html table layout proc...Vincent Sanders2020-05-032-581/+561
* Improve hsndling of html content objects with no associated boxVincent Sanders2020-05-031-12/+39
* remove unecessary includeVincent Sanders2020-05-031-1/+0
* improve html content handler private headersVincent Sanders2020-05-0224-123/+277
* 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