summaryrefslogtreecommitdiff
path: root/include/dom/html/html_document.h
Commit message (Expand)AuthorAgeFilesLines
* HTMLDocument Element incomplete & test generator minor fixRupinder Singh Khokhar2014-07-181-5/+5
* Remove dom_string casts in API macros to help prevent issues like that fixed ...Daniel Silverstone2012-03-281-19/+10
* Spell Referrer properly, rather than HTTPish.Daniel Silverstone2012-03-251-7/+7
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-241-32/+0
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-241-4/+14
* Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with e...Daniel Silverstone2012-03-241-0/+22
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-051-39/+225
* A bunch of panel beating:John Mark Bell2012-02-051-21/+4
* Excise more API bizarrenessJohn Mark Bell2012-02-051-6/+0
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-051-1/+1
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-051-6/+1
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-2/+1
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-10/+10
* 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/+97