summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement trivial accessorsJohn Mark Bell2012-02-051-6/+36
* Excise more API bizarrenessJohn Mark Bell2012-02-052-12/+0
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-053-13/+44
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-053-22/+6
* Fix comparison of interned and non-interned dom strings. Constify dom string...Michael Drake2011-12-223-12/+17
* Fix length for dom_string creation. Dump id attribute too.Michael Drake2011-12-221-3/+6
* Fix length of string prints.Michael Drake2011-12-221-2/+2
* Make example a smidgen more generic. Free the dom_string created for attribu...Michael Drake2011-12-221-18/+21
* Use ANSI functions for file handling.Michael Drake2011-12-221-8/+6
* Move dom_string data accessing functions to public header.Michael Drake2011-12-227-51/+51
* Update for current libdom. Has issues.Michael Drake2011-12-222-64/+21
* Fix build with GCC 4.6John Mark Bell2011-12-213-27/+11
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-21110-4267/+2735
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-07111-929/+906
* Fix from winfried on NS ML.Michael Drake2011-02-021-1/+1
* Enable the class dumping code, but it gives up cleanly on the first class enc...Michael Drake2010-12-081-8/+18
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-067-7/+43
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-068-112/+147
* Fix copy constructors to actually copy all members, instead of leaving the ma...John Mark Bell2010-12-062-13/+30
* Fix LibDOM install.Michael Drake2010-12-061-6/+1
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-0525-1279/+144
* Fix buildJohn Mark Bell2010-12-052-3/+5
* Suppress strict aliasing warnings when compiling the testsuiteJohn Mark Bell2010-12-051-1/+1
* Unref dom_strings. Still need to unref the nodes.Michael Drake2010-12-051-0/+6
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-053-14/+83
* Add commented out code for getting and dumping the class attribute.Michael Drake2010-12-051-1/+65
* "Enable" the HTML level 1 test suite. All cases fail currentlyDaniel Silverstone2010-12-05638-0/+2
* Remove vestigial domts C file and mark all known failures so test suite for l...Daniel Silverstone2010-12-05110-32/+0
* Update for latest lib versions.Michael Drake2010-12-051-136/+144
* Make libdom work again given lack of init/finalise in hubbub and prepare init...Daniel Silverstone2010-12-0436-402/+144
* Add some comments.Michael Drake2010-12-041-9/+8
* Remove unused libdom client data stuff.Michael Drake2010-12-041-6/+1
* Update LibDOM example to walk though the DOM and print the DOM's structure ou...Michael Drake2010-12-041-44/+106
* Add incomplete LibDOM example.Michael Drake2010-12-034-1/+466
* Install missing header files.Michael Drake2010-12-021-1/+5
* 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-30187-70/+5527
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-2629-528/+214
* Some remaining changes.Bo Yang2010-03-151-2/+6
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-1/+1
* Fix install ruleJohn Mark Bell2009-09-211-1/+1
* 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
* Add the new two interface file for Events module testing.Bo Yang2009-08-142-0/+2060
* Add events module header into the dom.hBo Yang2009-08-141-0/+3
* 1. Find there are indeed two testcases for Events module, so I add support fo...Bo Yang2009-08-143-3/+25
* Fix up some ref/unref error produced from _dispatch_ usage.Bo Yang2009-08-141-15/+31