summaryrefslogtreecommitdiff
path: root/content/handlers/html/interaction.c
Commit message (Expand)AuthorAgeFilesLines
* pass the browser window to selection click handlerVincent Sanders2020-05-201-0/+1
* hoist common text search out of content handlersVincent Sanders2020-05-121-76/+0
* move free text search general interface to content.Vincent Sanders2020-05-101-12/+13
* improve html content handler private headersVincent Sanders2020-05-021-1/+1
* split html box processing codeVincent Sanders2020-04-291-0/+1
* Implement javascript scheme url script https://wiki.whatwg.org/wiki/URL_schemesVincent Sanders2020-04-171-3/+42
* refactor html mouse actionVincent Sanders2020-04-131-482/+738
* html: Fire DOM KeyboardEvents on keypresses.Michael Drake2019-12-011-0/+36
* HTML: Rename fire_dom_event to fire_generic_dom_event.Michael Drake2019-12-011-1/+1
* 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-121-0/+1530