summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
* C89 for BeOS build.François Revel2012-03-2411-11/+33
* Implement destructorJohn Mark Bell2012-02-061-2/+5
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-052-35/+286
* A bunch of panel beating:John Mark Bell2012-02-0530-85/+271
* Remove form association logic -- this is not the way to do itJohn Mark Bell2012-02-054-51/+9
* Implement trivial accessorsJohn Mark Bell2012-02-051-6/+36
* Excise more API bizarrenessJohn Mark Bell2012-02-051-6/+0
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-052-12/+43
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-052-16/+5
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-2128-552/+252
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0728-67/+67
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-062-3/+3
* Fix buildJohn Mark Bell2010-12-051-2/+4
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-052-3/+55
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-30113-0/+4187