summaryrefslogtreecommitdiff
path: root/test/testutils
Commit message (Collapse)AuthorAgeFilesLines
* add default action fetcher to binding parametersVincent Sanders2012-12-061-0/+1
|
* make the hubbub binding creation take a parameter struct and return standard ↵Vincent Sanders2012-12-061-2/+10
| | | | error codes
* Change XML Parser API to be more saneDaniel Silverstone2012-11-031-2/+5
|
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-192-0/+30
|\ | | | | | | | | | | | | Conflicts: include/dom/html/html_select_element.h src/html/html_select_element.c src/html/html_select_element.h
| * Enable HTMLSelectElement testsJohn-Mark Bell2012-09-192-0/+30
| |
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-103-14/+14
|/ | | | fixes. Test suite does not pass
* Move document out parameter after in parameters.John-Mark Bell2012-08-051-1/+1
|
* fix test utilityVincent Sanders2012-08-051-2/+1
|
* DOMTS: Add proper support for assertURIEqualsDaniel Silverstone2012-07-074-16/+154
|
* update dom hubbub binding to allow for script controlVincent Sanders2012-07-061-1/+1
|
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-213-13/+11
| | | | svn path=/trunk/libdom/; revision=13316
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-062-19/+8
| | | | svn path=/trunk/libdom/; revision=11024
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-3/+1
| | | | | | We only support a single implementation, so all the registry and implementation list stuff is totally unnecesary and overcomplex svn path=/trunk/dom/; revision=11017
* Remove vestigial domts C file and mark all known failures so test suite for ↵Daniel Silverstone2010-12-051-32/+0
| | | | | | level1/core passes svn path=/trunk/dom/; revision=10998
* Make libdom work again given lack of init/finalise in hubbub and prepare ↵Daniel Silverstone2010-12-047-45/+69
| | | | | | initial attempt at importing tests into the makefile svn path=/trunk/dom/; revision=10992
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite ↵John Mark Bell2010-08-262-10/+4
| | | | | | failures. Most importantly, it actually compiles now. svn path=/trunk/dom/; revision=10717
* 1. Find there are indeed two testcases for Events module, so I add support ↵Bo Yang2009-08-142-0/+8
| | | | | | | | | for them. 2. Change DOMTSHandler to deal with more exceptions and types 3. Add a new test assertion. svn path=/trunk/dom/; revision=9280
* Make the failed 5 testcases passed in DOMTS Core level2. Bo Yang2009-08-121-1/+1
| | | | svn path=/trunk/dom/; revision=9211
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-1114-0/+1090
svn path=/trunk/dom/; revision=9191