summaryrefslogtreecommitdiff
path: root/content/handlers/html
Commit message (Expand)AuthorAgeFilesLines
* make free text search content handler agnosticVincent Sanders2020-05-121-0/+150
* hoist common text search out of content handlersVincent Sanders2020-05-124-97/+15
* move free text search general interface to content.Vincent Sanders2020-05-107-769/+31
* improve content header usageVincent Sanders2020-05-076-0/+7
* clean up content headers and documentation commentsVincent Sanders2020-05-067-4/+10
* remove junk content_add_error apiVincent Sanders2020-05-063-5/+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
* 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-0222-121/+275
* 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
* remove forward declarationsVincent Sanders2020-04-262-2044/+2170
* 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
* html: Also close js thread on html_stop()Daniel Silverstone2020-03-291-0/+4
* HTML: Use new js_closethread()Daniel Silverstone2020-03-221-1/+7
* JS: Move ownership of jsthread from browser to htmlcDaniel Silverstone2020-03-223-27/+8
* JS: Split concept of JS context into heap and threadDaniel Silverstone2020-03-214-27/+28
* 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
* 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
* 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
* 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
* 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
* Allow contents to indicate if they believe they may not be secure.Daniel Silverstone2019-12-014-0/+79
* 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
* 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