summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Use case insensitive string comparisions for nodesJohn-Mark Bell2012-07-152-13/+17
* fix stylesheet renderVincent Sanders2012-07-141-1/+1
* Do not render noscript when script is enabled.John-Mark Bell2012-07-151-0/+16
* Squash warningsJohn-Mark Bell2012-07-152-2/+3
* Merge branch 'vince/forms-fixed'Vincent Sanders2012-07-144-25/+469
|\
| * Rework form acessors to deal with binding changesVincent Sanders2012-07-145-464/+482
| * Early <input> elements working, but we need more caseless comparisonsDaniel Silverstone2012-07-082-4/+145
| * BINDING: Support <button> and added the infra for form controls a litle moreDaniel Silverstone2012-07-071-8/+152
| * Binding: Construct forms objects for a documentDaniel Silverstone2012-07-071-7/+166
* | fix quirks mode setting with libdom hubbub parserVincent Sanders2012-07-145-19/+20
* | remove parser binding layerVincent Sanders2012-07-138-1623/+134
* | split out script handling from htmlVincent Sanders2012-07-133-305/+355
|/
* do not try and write to document if the parser is finishedVincent Sanders2012-07-071-1/+4
* Improve logging and inline script handlingVincent Sanders2012-07-071-15/+19
* alter usage of libdom hubbub bindingVincent Sanders2012-07-063-618/+613
* fix mimetype handling of script elementsVincent Sanders2012-06-282-16/+71
* add content handler for javascriptVincent Sanders2012-06-191-1/+1
* simplify stylesheet find context and remove junk variablesVincent Sanders2012-06-191-13/+17
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-193-223/+572
* remove unecessary empty response workround for old libxml domVincent Sanders2012-06-171-47/+4
* improve javascript supportVincent Sanders2012-06-102-0/+46
* Port to libdom changed HTML content's base_target from talloc_strdup to strdu...Michael Drake2012-04-171-1/+1
* Fix meta refresh.Michael Drake2012-04-161-1/+2
* Fix frameset processing.Michael Drake2012-04-161-0/+3
* Fix processing of tags in HEAD. Fixes title, favicons, etc.Michael Drake2012-04-161-5/+5
* Bring comment into line with use of libdom instead of libxml.Michael Drake2012-03-261-1/+1
* Don't need libxml.h in render/box.h now.Michael Drake2012-03-261-1/+0
* Initial attempt at imagemap libdomificationDaniel Silverstone2012-03-254-212/+301
* Use correct identity of okJohn Mark Bell2012-03-251-1/+1
* Handle encoding change requestsJohn Mark Bell2012-03-251-2/+3
* Egregious hack so missing form controls don't cause box construction to abortJohn Mark Bell2012-03-251-1/+15
* Fix logic inversionJohn Mark Bell2012-03-251-1/+1
* Forward decl of struct dom_node to shush thingsDaniel Silverstone2012-03-251-1/+3
* Initialise/finalise box constructor string constantsJohn Mark Bell2012-03-253-1/+101
* Shut up missing text_redrawDaniel Silverstone2012-03-251-0/+1
* Clean up additional interned stringsJohn Mark Bell2012-03-251-0/+6
* s/XML_ELEMENT_NODE/DOM_ELEMENT_NODE/John Mark Bell2012-03-241-1/+1
* Squash aliasing warningsJohn Mark Bell2012-03-241-3/+4
* Suppress strict aliasing moansJohn Mark Bell2012-03-241-3/+3
* Squash warning -- this API appears to be unusedJohn Mark Bell2012-03-242-1/+2
* Fix up meta refresh parserJohn Mark Bell2012-03-241-151/+226
* Fix up html_process_style_elementJohn Mark Bell2012-03-241-36/+68
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-249-0/+16
* s/XML_ELEMENT_NODE/DOM_ELEMENT_NODEJohn Mark Bell2012-03-241-1/+1
* Fix up html_find_stylesheetsJohn Mark Bell2012-03-241-46/+117
* Fix exc undeclared.François Revel2012-03-241-0/+1
* continuting work in progressVincent Sanders2012-03-241-132/+101
* Port box construction to libdomJohn Mark Bell2012-03-243-402/+909
* Remove bogus dependencies on box.hJohn Mark Bell2012-03-241-1/+0
* conversion to libdom Vincent Sanders2012-03-243-1114/+1334