summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove libxmlJohn-Mark Bell2012-11-101-2/+2
|
* 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
|
* Merge Vincent's Javascript work onto masterDaniel Silverstone2012-11-032-5/+9
|\
| * improve testsVincent Sanders2012-11-012-5/+9
| |
* | Fix join with rel part of " ". Add a few tests.Michael Drake2012-11-021-0/+6
|/
* Add nsurl_replace_query. Add tests. Make tester itterate remaining ↵Michael Drake2012-10-111-0/+69
| | | | lwc_strings.
* Add a test for file scheme.Michael Drake2012-10-101-0/+4
|
* Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb ↵Michael Drake2012-10-082-64/+184
| | | | | | | | | | | | | | | | | | API. + urldb API now takes URLs as nsurl, rather than string. + urldb internally stores full URLs with nsurl ref. + urldb internally stores schemes as lwc_string. + Load and save of cookies and URL file may be slower since we now need to create a nsurl. + Everything else should be faster, and there should be much less allocating/freeing and much less parsing of the same url over and over again. + Updated urldbtest for new urldb API. + urldbtest now cleans up at the end + Added lwc_string itterator to end of urldbtest + Adding some broken URLs (such as http:domain/) will now work, since nsurl fixes (http://domain/) them.
* Fix urldbtest.Michael Drake2012-10-051-4/+4
|
* 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
|
* Fix cookie expirationJohn Mark Bell2011-11-221-0/+6
| | | | svn path=/trunk/netsurf/; revision=13161
* Add some tests.Michael Drake2011-11-031-0/+8
| | | | svn path=/trunk/netsurf/; revision=13114
* More test cases.Michael Drake2011-10-311-0/+14
| | | | svn path=/trunk/netsurf/; revision=13109
* Add a couple of tests and tidy up.Michael Drake2011-10-151-10/+25
| | | | svn path=/trunk/netsurf/; revision=13063
* Remove unnecessary stub functionsJohn Mark Bell2011-10-152-19/+1
| | | | svn path=/trunk/netsurf/; revision=13060
* Stub messages_get, insteadJohn Mark Bell2011-10-152-2/+9
| | | | svn path=/trunk/netsurf/; revision=13057
* Apparently, we need zlibJohn Mark Bell2011-10-151-6/+6
| | | | svn path=/trunk/netsurf/; revision=13056
* Fix handling of no schemeJohn Mark Bell2011-10-151-0/+2
| | | | svn path=/trunk/netsurf/; revision=13055
* A bunch more tests for trivial inputsJohn Mark Bell2011-10-141-0/+5
| | | | svn path=/trunk/netsurf/; revision=13052
* Move nsurl test suite into test/John Mark Bell2011-10-143-16/+241
| | | | | | | | Fix up llcache tester to reflect nsurl changes Make handling of http:,http:/,http:// consistent Fix buffer overflow when presented with an input string: "http://" svn path=/trunk/netsurf/; revision=13051
* Minor fix for path defaulting: retain rightmost / iff it's the first ↵John Mark Bell2011-01-291-0/+5
| | | | | | character in the path svn path=/trunk/netsurf/; revision=11524
* Add test for purely numeric subdomains (currently fails)John Mark Bell2011-01-121-2/+3
| | | | svn path=/trunk/netsurf/; revision=11289
* Fix testsuiteJohn Mark Bell2011-01-123-31/+28
| | | | svn path=/trunk/netsurf/; revision=11288
* move url database test to test directoryVincent Sanders2010-06-292-4/+262
| | | | svn path=/trunk/netsurf/; revision=10589
* Make test compileJohn Mark Bell2010-06-291-6/+53
| | | | svn path=/trunk/netsurf/; revision=10587
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-282-0/+301
svn path=/trunk/netsurf/; revision=10180