summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Fix a string intern bug.Bo Yang2009-08-134-4/+23
* Update requirements.Michael Drake2009-08-131-2/+7
* Add wapcaplet to the tool flagsJohn Mark Bell2009-08-131-2/+4
* 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-1360-51/+5082
* 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-124-2/+12
* Fix up the merge.Bo Yang2009-08-121-0/+2
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-11115-7185/+10173
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
* Merge DOMTS tests -- they're causing havoc with review diffs.John Mark Bell2009-07-303060-0/+147514
* Fix hubbub binding (based in part on a patch from Jeroen Habraken)John Mark Bell2009-06-261-72/+75
* Add lpu to the requirementsJohn Mark Bell2009-06-261-0/+11
* Some more typo.Bo Yang2009-05-081-3/+3
* Modify some macro typo. Found by the testcases.Bo Yang2009-05-081-1/+1
* Some more typo found by the testcases.Bo Yang2009-05-051-2/+2
* Modify some typo, thanks to the partly-completed testcase to help to find thi...Bo Yang2009-05-051-1/+1
* Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ...Bo Yang2009-04-294-16/+58
* Add dom_document_fragment, dom_cdata_section, dom_entity_reference, dom_proce...Bo Yang2009-04-295-0/+54
* Sync with core buildsystem changesJohn Mark Bell2009-04-213-11/+10
* More best guesses.John Mark Bell2009-04-172-0/+3
* Shared library versioningJohn Mark Bell2009-04-033-23/+27
* Pkg-config control file.John Mark Bell2009-03-312-0/+20
* Add typedefs for public DOM interfaces.Bo Yang2009-03-317-8/+13
* Work around bug in libxml headers.John Mark Bell2009-03-261-0/+4
* Add test dir to include path. Probably useful for the DOMTS stuff.John Mark Bell2009-03-261-1/+1
* Attempt to integrate DOMTS stuff.John Mark Bell2009-03-261-24/+18
* Purge testrunnerJohn Mark Bell2009-03-251-147/+0
* Add -I$(CURDIR) to TESTCFLAGSJohn Mark Bell2009-03-251-0/+2
* Squash warningsJohn Mark Bell2009-03-253-17/+14
* Fix inclusion of Makefile.config.overrideJohn Mark Bell2009-03-251-1/+2
* First cut at a port to the new buildsystem.John Mark Bell2009-03-2513-688/+103
* 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-243-16/+101
* 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