summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* HTML: Rename fire_dom_event to fire_generic_dom_event.Michael Drake2019-12-011-1/+1
|
* Allow contents to indicate if they believe they may not be secure.Daniel Silverstone2019-12-011-0/+8
| | | | | | | | | | HTML contents reference many other objects. The browser window needs to know if any of them may not be secure, in which case it needs to report that in its page state. If other content types might refer to sub-contents, they will need to define the callback too. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* split out html interaction header elements and rename sourceVincent Sanders2019-11-121-18/+2
|
* Box Conversion: Cancel conversion during html_destroyDaniel Silverstone2019-08-231-0/+4
| | | | | | | | If dom_to_box is still in progress when we destroy an HTML content, we need to cancel the conversion otherwise we will end up with a scheduled callback into infinity. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* HTML: Don't allow objects to redraw until we have a layout.Michael Drake2019-08-061-0/+3
|
* CSS: Update for change to libcss select style API.Michael Drake2019-05-041-0/+2
| | | | | | | LibCSS now takes the client media spec, rather than just the media type we're selecting for. Signed-off-by: Michael Drake <michael.drake@codethink.co.uk>
* Support script insertion after conversion has begunDaniel Silverstone2019-05-041-1/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* clean up html content handler header useVincent Sanders2018-05-111-10/+28
| | | | Improve header use in preperation for making browser window a corewindow
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+409