summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_interaction.c
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary browser_window_redraw_rect interfaceVincent Sanders2019-08-031-2/+4
|
* change browser_window_mouse_track to use unscaled coordinatesVincent Sanders2019-08-031-3/+2
|
* change browser_window_mouse_click to use unscaled coordinatesVincent Sanders2019-08-031-5/+5
| | | | | this means frontends no longer need to scale mouse click events thus simplifying their implementation.
* html_interaction.c: Default node to <HTML> nodeDaniel Silverstone2019-08-011-1/+1
| | | | | | | | | | | In order to cope when an entire document is `visibility: hidden` we default to the <HTML> node when interacting with the document to ensure we don't drop off the end of the box model without identifying at least one node to fire events at. This resolves #2658 Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* gcc on openbsd is unable to reason about res variable usage and generates ↵Vincent Sanders2018-09-261-1/+1
| | | | bogus warning
* fix url encoding to be compatible with nsurl API changes.Vincent Sanders2018-09-261-13/+28
| | | | | As part of this fix the form submission error handling and reporting has been improved.
* clean up html content handler header useVincent Sanders2018-05-111-35/+39
| | | | Improve header use in preperation for making browser window a corewindow
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+1434