summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Collapse)AuthorAgeFilesLines
* Implement destructorJohn Mark Bell2012-02-061-2/+5
| | | | svn path=/trunk/libdom/; revision=13430
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-052-35/+286
| | | | | | | | Fix variable misuse in HTMLDocument constructor. Overload Document.createElement and Document.createElementNS for HTMLDocuments Re-enable decision to create HTMLDocument instead of Document in DOMImplementation.createDocument svn path=/trunk/libdom/; revision=13425
* A bunch of panel beating:John Mark Bell2012-02-0530-85/+271
| | | | | | | | * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424
* Remove form association logic -- this is not the way to do itJohn Mark Bell2012-02-054-51/+9
| | | | svn path=/trunk/libdom/; revision=13423
* Implement trivial accessorsJohn Mark Bell2012-02-051-6/+36
| | | | svn path=/trunk/libdom/; revision=13422
* Excise more API bizarrenessJohn Mark Bell2012-02-051-6/+0
| | | | svn path=/trunk/libdom/; revision=13421
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-052-12/+43
| | | | svn path=/trunk/libdom/; revision=13420
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-052-16/+5
| | | | svn path=/trunk/libdom/; revision=13419
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-2128-552/+252
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0728-67/+67
| | | | svn path=/trunk/libdom/; revision=12172
* Provide mechanism for binding/client to define the features a document ↵John Mark Bell2010-12-062-3/+3
| | | | | | | | | object should support. Utilise this to decide whether to create a raw Document or an HTMLDocument instance. Disable the above decision, as the HTMLDocument implementation is garbage svn path=/trunk/libdom/; revision=11025
* Fix buildJohn Mark Bell2010-12-051-2/+4
| | | | svn path=/trunk/dom/; revision=11016
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-052-3/+55
| | | | svn path=/trunk/dom/; revision=11009
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-30113-0/+4187
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724