summaryrefslogtreecommitdiff
path: root/include/dom/html
Commit message (Expand)AuthorAgeFilesLines
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-071-0/+30
* HTMLHtmlElement: Add support for version attribute and enable testDaniel Silverstone2012-07-071-0/+30
* HTMLElement: className is a simple get/set property, enable 29 more tests.Daniel Silverstone2012-07-041-14/+14
* Remove dom_string casts in API macros to help prevent issues like that fixed ...Daniel Silverstone2012-03-282-29/+20
* 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-052-21/+92
* 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-075-24/+23
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-061-1/+1
* Fix buildJohn Mark Bell2010-12-051-1/+1
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-051-11/+28
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-3056-0/+718