summaryrefslogtreecommitdiff
path: root/content/handlers/html
Commit message (Expand)AuthorAgeFilesLines
* 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
* move more select menu handling into mouse_action_select_menu()Vincent Sanders2019-11-171-8/+7
* make mouse track and mouse action content handlers return an error codeVincent Sanders2019-11-121-4/+5
* Remove redundant drag handling for content selectionVincent Sanders2019-11-121-10/+0
* split out html interaction header elements and rename sourceVincent Sanders2019-11-126-148/+278
* Content: Remove redundant and unused redraw message fields.Michael Drake2019-11-111-31/+16
* remove unecessary user warningVincent Sanders2019-11-101-8/+7
* remove user warning and log error insteadVincent Sanders2019-11-071-2/+3
* fix keypress entry on text areaVincent Sanders2019-11-071-22/+29
* remove user warning and fix up error handling in form select menusVincent Sanders2019-11-073-28/+36
* remove unecessary user warningVincent Sanders2019-11-062-3/+1
* remove user warning and propogate error returnVincent Sanders2019-11-063-37/+37
* remove unecessary user warning calls and improve error propogation in html boxVincent Sanders2019-11-053-46/+63
* fix utils configuration header orderingVincent Sanders2019-10-111-1/+1
* fix core find in page behaviour when case sensitivity is toggledVincent Sanders2019-09-213-61/+68
* make the gtk_search structure private to teh gtk search objectVincent Sanders2019-09-211-2/+2
* Box Conversion: Cancel conversion during html_destroyDaniel Silverstone2019-08-234-3/+38
* HTML: Don't allow objects to redraw until we have a layout.Michael Drake2019-08-063-0/+12
* html_begin_conversion: If we pause in completing parse, try again later.Daniel Silverstone2019-08-051-0/+7
* HTML: Box coordinates: Take fast route to float container.Michael Drake2019-08-051-4/+4
* Excise the llcache query pathway.Daniel Silverstone2019-08-053-50/+0
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-053-31/+36
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-053-18/+6