summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement destructorJohn Mark Bell2012-02-061-2/+5
* Add constructor which auto-interns dataJohn Mark Bell2012-02-062-21/+28
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-053-47/+288
* A bunch of panel beating:John Mark Bell2012-02-0532-86/+273
* 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
* Fix comparison of interned and non-interned dom strings. Constify dom string...Michael Drake2011-12-221-9/+13
* Move dom_string data accessing functions to public header.Michael Drake2011-12-226-51/+41
* Fix build with GCC 4.6John Mark Bell2011-12-213-27/+11
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-2194-4126/+2557
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0781-481/+469
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-063-5/+28
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-062-28/+112
* Fix copy constructors to actually copy all members, instead of leaving the ma...John Mark Bell2010-12-062-13/+30
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-0514-868/+130
* Fix buildJohn Mark Bell2010-12-051-2/+4
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-052-3/+55
* Make libdom work again given lack of init/finalise in hubbub and prepare init...Daniel Silverstone2010-12-041-2/+0
* Implement DocumentType.nameJohn Mark Bell2010-08-301-4/+1
* Jump through hoops to conform to the spec: apparently, it requires unsigned v...John Mark Bell2010-08-301-8/+28
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-30126-45/+4699
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-2618-480/+188
* Some formatting problem.Bo Yang2009-08-231-4/+4
* Split the _dom_element_destroy into two functions.Bo Yang2009-08-172-15/+28
* Remove an unused parameter 'result'.Bo Yang2009-08-172-20/+12
* Add an assert for event dispatch. Bo Yang2009-08-141-0/+1
* Fix up some ref/unref error produced from _dispatch_ usage.Bo Yang2009-08-141-15/+31
* 1. Fix a string intern bug.Bo Yang2009-08-134-4/+23
* Remove spurious inline qualifiers.Michael Drake2009-08-131-6/+6
* Remove spurious inline qualifiers.John Mark Bell2009-08-131-2/+2
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-1339-46/+4234
* Fix up the failed 3 test cases for DOMTS Core level 3.Bo Yang2009-08-122-5/+9
* Make the failed 5 testcases passed in DOMTS Core level2. Bo Yang2009-08-123-1/+11
* Fix up the merge.Bo Yang2009-08-121-0/+2
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-1151-1952/+7278
* Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ...Bo Yang2009-04-292-8/+8
* Add typedefs for public DOM interfaces.Bo Yang2009-03-311-2/+2
* Squash warningsJohn Mark Bell2009-03-252-10/+7
* First cut at a port to the new buildsystem.John Mark Bell2009-03-254-238/+14
* Make code more readable.Bo Yang2009-03-241-1/+1
* Convert Text to use vtable structure. Now the whole libdom is compiled succes...Bo Yang2009-03-242-6/+47
* Convert NodeList and ProcessingInstruction. Bo Yang2009-03-243-12/+13
* Modify NamedNodeMap, note that there is no vtable for this type because it is...Bo Yang2009-03-238-43/+49
* Convert EntityReference interface to use vtable structure.Bo Yang2009-03-211-2/+2
* Fix the spelling initialize -> initialise.Bo Yang2009-03-205-7/+7
* Convert DOMElement interface to use vtable structure.Bo Yang2009-03-202-69/+217
* Convert DOMFragment to use vtable structure.Bo Yang2009-03-191-2/+18