summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make libdom work again given lack of init/finalise in hubbub and prepare ↵Daniel Silverstone2010-12-0436-402/+144
| | | | | | initial attempt at importing tests into the makefile svn path=/trunk/dom/; revision=10992
* Add some comments.Michael Drake2010-12-041-9/+8
| | | | svn path=/trunk/dom/; revision=10967
* Remove unused libdom client data stuff.Michael Drake2010-12-041-6/+1
| | | | svn path=/trunk/dom/; revision=10965
* Update LibDOM example to walk though the DOM and print the DOM's structure ↵Michael Drake2010-12-041-44/+106
| | | | | | out. Still needs to be updated to print class attribute/value when present. Also, still needs a bit of tidying and more comments. svn path=/trunk/dom/; revision=10960
* Add incomplete LibDOM example.Michael Drake2010-12-034-1/+466
| | | | svn path=/trunk/dom/; revision=10953
* Install missing header files.Michael Drake2010-12-021-1/+5
| | | | svn path=/trunk/dom/; revision=10952
* Implement DocumentType.nameJohn Mark Bell2010-08-301-4/+1
| | | | svn path=/trunk/dom/; revision=10726
* Jump through hoops to conform to the spec: apparently, it requires unsigned ↵John Mark Bell2010-08-301-8/+28
| | | | | | values to be considered as signed svn path=/trunk/dom/; revision=10725
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-30187-70/+5527
| | | | | | A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite ↵John Mark Bell2010-08-2629-528/+214
| | | | | | failures. Most importantly, it actually compiles now. svn path=/trunk/dom/; revision=10717
* Some remaining changes.Bo Yang2010-03-151-2/+6
| | | | svn path=/trunk/dom/; revision=10131
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-1/+1
| | | | | | | | | It is a more descriptive synonym for -W. Use -W instead which is understood by all common versions of GCC (i.e. GCC 2.95 supports it, which is the oldest GCC version we have to support) svn path=/trunk/dom/; revision=9663
* Fix install ruleJohn Mark Bell2009-09-211-1/+1
| | | | svn path=/trunk/dom/; revision=9596
* Some formatting problem.Bo Yang2009-08-231-4/+4
| | | | svn path=/trunk/dom/; revision=9408
* Split the _dom_element_destroy into two functions.Bo Yang2009-08-172-15/+28
| | | | svn path=/trunk/dom/; revision=9330
* Remove an unused parameter 'result'.Bo Yang2009-08-172-20/+12
| | | | svn path=/trunk/dom/; revision=9327
* Add an assert for event dispatch. Bo Yang2009-08-141-0/+1
| | | | svn path=/trunk/dom/; revision=9283
* Add the new two interface file for Events module testing.Bo Yang2009-08-142-0/+2060
| | | | svn path=/trunk/dom/; revision=9282
* Add events module header into the dom.hBo Yang2009-08-141-0/+3
| | | | svn path=/trunk/dom/; revision=9281
* 1. Find there are indeed two testcases for Events module, so I add support ↵Bo Yang2009-08-143-3/+25
| | | | | | | | | for them. 2. Change DOMTSHandler to deal with more exceptions and types 3. Add a new test assertion. svn path=/trunk/dom/; revision=9280
* Fix up some ref/unref error produced from _dispatch_ usage.Bo Yang2009-08-141-15/+31
| | | | | | Now, the trunk/dom test result are consistent with Core. svn path=/trunk/dom/; revision=9279
* 1. Fix a string intern bug.Bo Yang2009-08-134-4/+23
| | | | | | 2. Reset the fields when finalise a dom_event. svn path=/trunk/dom/; revision=9247
* Update requirements.Michael Drake2009-08-131-2/+7
| | | | svn path=/trunk/dom/; revision=9241
* Add wapcaplet to the tool flagsJohn Mark Bell2009-08-131-2/+4
| | | | svn path=/trunk/dom/; revision=9240
* Remove spurious inline qualifiers.Michael Drake2009-08-131-6/+6
| | | | svn path=/trunk/dom/; revision=9239
* Remove spurious inline qualifiers.John Mark Bell2009-08-131-2/+2
| | | | svn path=/trunk/dom/; revision=9238
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-1360-51/+5082
| | | | svn path=/trunk/dom/; revision=9236
* Fix up the failed 3 test cases for DOMTS Core level 3.Bo Yang2009-08-122-5/+9
| | | | svn path=/trunk/dom/; revision=9212
* Make the failed 5 testcases passed in DOMTS Core level2. Bo Yang2009-08-124-2/+12
| | | | svn path=/trunk/dom/; revision=9211
* Fix up the merge.Bo Yang2009-08-121-0/+2
| | | | svn path=/trunk/dom/; revision=9207
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-11115-7185/+10173
| | | | svn path=/trunk/dom/; revision=9191
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
| | | | svn path=/trunk/dom/; revision=8959
* Merge DOMTS tests -- they're causing havoc with review diffs.John Mark Bell2009-07-303060-0/+147514
| | | | svn path=/trunk/dom/; revision=8910
* Fix hubbub binding (based in part on a patch from Jeroen Habraken)John Mark Bell2009-06-261-72/+75
| | | | svn path=/trunk/dom/; revision=8023
* Add lpu to the requirementsJohn Mark Bell2009-06-261-0/+11
| | | | svn path=/trunk/dom/; revision=8021
* Some more typo.Bo Yang2009-05-081-3/+3
| | | | svn path=/trunk/dom/; revision=7436
* Modify some macro typo. Found by the testcases.Bo Yang2009-05-081-1/+1
| | | | svn path=/trunk/dom/; revision=7433
* Some more typo found by the testcases.Bo Yang2009-05-051-2/+2
| | | | svn path=/trunk/dom/; revision=7393
* Modify some typo, thanks to the partly-completed testcase to help to find ↵Bo Yang2009-05-051-1/+1
| | | | | | this little problem. svn path=/trunk/dom/; revision=7392
* Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ↵Bo Yang2009-04-294-16/+58
| | | | | | is the partly-completed testcase that find this problem. Our DOMTS is on its way. svn path=/trunk/dom/; revision=7365
* Add dom_document_fragment, dom_cdata_section, dom_entity_reference, ↵Bo Yang2009-04-295-0/+54
| | | | | | dom_processing_instruction to public DOM interface. svn path=/trunk/dom/; revision=7363
* Sync with core buildsystem changesJohn Mark Bell2009-04-213-11/+10
| | | | svn path=/trunk/dom/; revision=7225
* More best guesses.John Mark Bell2009-04-172-0/+3
| | | | svn path=/trunk/dom/; revision=7114
* Shared library versioningJohn Mark Bell2009-04-033-23/+27
| | | | svn path=/trunk/dom/; revision=7037
* Pkg-config control file.John Mark Bell2009-03-312-0/+20
| | | | | | Add requirements based upon build configuration. svn path=/trunk/dom/; revision=7015
* Add typedefs for public DOM interfaces.Bo Yang2009-03-317-8/+13
| | | | svn path=/trunk/dom/; revision=7002
* Work around bug in libxml headers.John Mark Bell2009-03-261-0/+4
| | | | svn path=/trunk/dom/; revision=6895
* Add test dir to include path. Probably useful for the DOMTS stuff.John Mark Bell2009-03-261-1/+1
| | | | svn path=/trunk/dom/; revision=6894
* Attempt to integrate DOMTS stuff.John Mark Bell2009-03-261-24/+18
| | | | | | | | This currently fails for two reasons: 1) XSLTProc doesn't like the input. 2) The build process bails before building any DOMTS tests. svn path=/trunk/dom/; revision=6890
* Purge testrunnerJohn Mark Bell2009-03-251-147/+0
| | | | svn path=/trunk/dom/; revision=6888