summaryrefslogtreecommitdiff
path: root/content/handlers/html/box_construct.c
Commit message (Collapse)AuthorAgeFilesLines
* Box Conversion: Cancel conversion during html_destroyDaniel Silverstone2019-08-231-1/+22
| | | | | | | | 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: Mirror gadget values in and out of the DOMDaniel Silverstone2019-08-041-1/+2
| | | | | | | | | Currently only supporting text input, password input, and hidden input, along with text areas, this mirrors the text values in and out of the DOM, allowing JS to adjust the gadget values and for the gadget values to be interrogated from JS. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* box_construct: Check error return from dom_has_attributeDaniel Silverstone2019-08-031-3/+11
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* HTML: Squash error-path leaks in select box construction.Michael Drake2019-05-061-0/+2
|
* CSS: Update for change to libcss select style API.Michael Drake2019-05-041-1/+1
| | | | | | | 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>
* Box construction: Don't handle IMAGE specially.Michael Drake2018-12-131-1/+0
|
* check dom call return and improve handling of missing form typeVincent Sanders2018-10-091-22/+30
|
* clean up html content handler header useVincent Sanders2018-05-111-0/+1
| | | | Improve header use in preperation for making browser window a corewindow
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+3134