summaryrefslogtreecommitdiff
path: root/src/html/html_document.h
Commit message (Expand)AuthorAgeFilesLines
* Split out tag names from general string table and enum.Michael Drake2016-01-271-0/+2
* HTMLDocument Element incomplete & test generator minor fixRupinder Singh Khokhar2014-07-181-0/+7
* add context for default action functionVincent Sanders2013-02-191-2/+5
* Disable validation of element and attribute names in HTML DOM treesDaniel Silverstone2012-11-021-2/+7
* HTMLDocument: If finalise is hung, don't free us underneath ourselvesDaniel Silverstone2012-07-211-1/+1
* HTMLDocument: Make lists retrieved by tag name be caselessDaniel Silverstone2012-07-071-2/+7
* HTML: Make Document memoise more generically and port HTMLElement to that int...Daniel Silverstone2012-07-071-6/+4
* HTMLDocument: Memoise 'title' 'lang' 'dir' and 'class' tooDaniel Silverstone2012-07-041-0/+4
* Intern an 'id' string for our HTML elements to useDaniel Silverstone2012-03-261-0/+3
* Spell Referrer properly, rather than HTTPish.Daniel Silverstone2012-03-251-4/+4
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-241-10/+4
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-241-3/+4
* Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with e...Daniel Silverstone2012-03-241-1/+9
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-051-0/+98
* A bunch of panel beating:John Mark Bell2012-02-051-3/+13
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-051-1/+0
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-051-11/+2
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-1/+1
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-5/+5
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-061-1/+1
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+47