summaryrefslogtreecommitdiff
path: root/content/handlers/html/box_construct.c
Commit message (Expand)AuthorAgeFilesLines
* improve html content handler private headersVincent Sanders2020-05-021-1/+1
* put html content handler object interface into its own headerVincent Sanders2020-05-011-0/+1
* remove unused available width and height parameters from html_fecth_object()Vincent Sanders2020-04-301-7/+10
* split html box processing codeVincent Sanders2020-04-291-1851/+6
* Initial special canvas handling to not show fallbackVincent Sanders2020-04-281-3/+27
* clean up html box, no functionality change just cosmeticVincent Sanders2020-04-281-56/+6
* use dom type interface instead of strcasecmpVincent Sanders2020-04-261-52/+87
* remove forward declarationsVincent Sanders2020-04-261-2044/+2158
* HTML: box_consturction: cleanup name dom_string in box_object.Michael Drake2019-12-101-0/+2
* box_construct: Do not leak attributes in <embed> boxesDaniel Silverstone2019-11-301-0/+5
* Box Conversion: Cancel conversion during html_destroyDaniel Silverstone2019-08-231-1/+22
* html: Mirror gadget values in and out of the DOMDaniel Silverstone2019-08-041-1/+2
* box_construct: Check error return from dom_has_attributeDaniel Silverstone2019-08-031-3/+11
* 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
* 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
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+3134