summaryrefslogtreecommitdiff
path: root/include/dom/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* Comment fixesJohn Mark Bell2007-07-291-3/+3
| | | | svn path=/trunk/dom/; revision=3470
* Add Document constructorJohn Mark Bell2007-07-281-0/+4
| | | | svn path=/trunk/dom/; revision=3466
* Add ability to set a document's doctype after the document has been createdJohn Mark Bell2007-07-261-0/+7
| | | | svn path=/trunk/dom/; revision=3462
* Add DOMImplementation, DOMImplementationListJohn Mark Bell2007-07-122-0/+274
Add DOMImplementationRegistry Define DOMImplementationSource and provide API to allow their registration This little lot should permit some kind of sensible DOM bootstrapping. svn path=/trunk/dom/; revision=3403