summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add nsurl unit tests for the component handling parts of the APIVincent Sanders2015-07-101-0/+86
* Improve nsurl unit test to exercise the compare APIVincent Sanders2015-07-101-0/+60
* Extend bloom filter test to check item count is correctVincent Sanders2015-07-101-0/+4
* Add unit test for bloom filterVincent Sanders2015-07-102-2/+198
* Add tests for all asserts in nsurl API and for access and access_leafVincent Sanders2015-07-091-179/+477
* Add some basic API assert check tests to ensure bad parameters are caughtVincent Sanders2015-07-091-1/+317
* remove unused sources from urldb testVincent Sanders2015-07-091-3/+2
* add libidn to test pkgconfigVincent Sanders2015-07-091-2/+2
* Add coverage to the unit test makefile targetsVincent Sanders2015-07-082-47/+82
* convert nsurl tests to use check unit test frameworkVincent Sanders2015-07-083-217/+290
* Restructure test makefile to be called from main makefileVincent Sanders2015-07-073-29/+108
* make nsurl unit test work againVincent Sanders2015-07-075-11/+16
* Change LOG() macro to be varadicVincent Sanders2015-05-282-78/+56
* Move FILE_SCHEME_PREFIX to corestrings.Michael Drake2015-02-261-0/+1
* remove unused url_init functionVincent Sanders2014-10-311-1/+0
* Add some nsurl_nice tests.Michael Drake2014-10-301-0/+94
* Update the core to use the split operations table headersVincent Sanders2014-10-161-6/+0
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-132-2/+36
* fallback to old url creation behaviour if the IDNA host parse failsVincent Sanders2014-06-092-1/+2
* Update test suite for corestrings and log module changes. Update test data f...Michael Drake2014-02-112-11/+33
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-022-8/+8
* Fix up for cookies_old rename.Michael Drake2013-07-222-4/+4
* move options includeVincent Sanders2013-05-281-1/+1
* add tests for new options APIVincent Sanders2013-05-283-2/+198
* add recusion and infinite loop testsVincent Sanders2013-05-223-0/+50
* Fix up for various core changes.Michael Drake2013-04-082-11/+27
* Fix for http_only param change.Michael Drake2013-04-081-2/+2
* 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
* 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 lwc_stri...Michael Drake2012-10-111-0/+69