summaryrefslogtreecommitdiff
path: root/include/dom/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-17/+0
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-261-5/+4
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-0/+3
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-112-27/+25
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-031-4/+1
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-301-2/+9
* dom_initialise() and dom_finalise() are now completely public, rather than hi...John Mark Bell2007-09-292-10/+21
* Introduce global initialistaion/finalisation for DOM library. This should be ...John Mark Bell2007-09-291-0/+10
* Begin implementation of DocumentType classJohn Mark Bell2007-09-191-3/+9
* Comment fixesJohn Mark Bell2007-07-291-3/+3
* Add Document constructorJohn Mark Bell2007-07-281-0/+4
* Add ability to set a document's doctype after the document has been createdJohn Mark Bell2007-07-261-0/+7
* Add DOMImplementation, DOMImplementationListJohn Mark Bell2007-07-122-0/+274