summaryrefslogtreecommitdiff
path: root/test/js
Commit message (Collapse)AuthorAgeFilesLines
* Correct some incorrect error case handling and add tests to demonstrate fixDaniel Silverstone2015-10-212-0/+24
|
* Fix up Element to return null rather than undefined, add testsDaniel Silverstone2015-10-213-0/+7
|
* putforwards test on locationVincent Sanders2015-10-051-0/+13
|
* initial js navigator bindingVincent Sanders2015-10-052-0/+32
|
* Improve location implementation to be more completeVincent Sanders2015-09-204-8/+53
|
* Add Node::nodeType to test index.Michael Drake2015-08-112-1/+6
|
* Add Node::nodeType test.Michael Drake2015-08-111-0/+33
|
* add simple javascript test calling operation with too few arguemntsVincent Sanders2015-08-112-0/+16
|
* Fix constructor injection to use new constructor type, add testDaniel Silverstone2015-08-092-0/+41
|
* Disambiguate referencesDaniel Silverstone2015-08-091-2/+2
|
* add recusion and infinite loop testsVincent Sanders2013-05-223-0/+50
|
* add default property handler for array indexingVincent Sanders2013-01-221-0/+10
|
* implement document.URL and document.documentURIVincent Sanders2012-12-071-0/+31
|
* make events work on elementsVincent Sanders2012-12-042-2/+47
|
* issue click events at domVincent Sanders2012-12-031-4/+6
|
* improve location interface implementationVincent Sanders2012-11-211-0/+26
|
* add window enumeration testVincent Sanders2012-11-193-0/+56
|
* add enumeration test on the document nodeVincent Sanders2012-11-182-0/+27
|
* implement childElementCountVincent Sanders2012-11-182-0/+12
|
* implement previousElementSibling and nextElementSiblingVincent Sanders2012-11-182-0/+15
|
* implement lastElementChildVincent Sanders2012-11-183-1/+13
|
* more enumeration tests and update test indexVincent Sanders2012-11-163-7/+37
|
* safely deal with NULL stringsVincent Sanders2012-11-161-0/+6
|
* add node enumeration testVincent Sanders2012-11-131-0/+21
|
* make javascript tests acessible from index and tidy them up a littleVincent Sanders2012-11-095-16/+36
|
* add another javascript testVincent Sanders2012-11-063-0/+83
|
* working docuemnt.cookieVincent Sanders2012-11-041-0/+9
|
* implement dom-getElementsByTagName and nodelist and htmlcollectionVincent Sanders2012-11-031-0/+21
|
* add jsstring to jsval conversion macro that copes with null jsstringsVincent Sanders2012-11-031-0/+13
|
* improve testsVincent Sanders2012-11-012-5/+9
|
* make the "none" javascript implmentation specifically disable the scripting ↵Vincent Sanders2012-10-022-0/+15
| | | | option
* fixup jsapi dom interface to include correct html/dom acessor hierachyVincent Sanders2012-08-153-2/+34
|
* add document IDL and test for geteleemntbyidVincent Sanders2012-08-014-1/+30
|
* add another script testVincent Sanders2012-07-313-2/+14
|
* simple script testsVincent Sanders2012-07-307-0/+89