netsurf/test
Michael Drake e9b207c658 Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb 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.
2012-10-08 20:22:04 +01:00
..
js make the "none" javascript implmentation specifically disable the scripting option 2012-10-02 13:34:03 +01:00
llcache.c Move nsurl test suite into test/ 2011-10-14 21:29:13 +00:00
Makefile Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb API. 2012-10-08 20:22:04 +01:00
nsurl.c Add some tests. 2011-11-03 12:16:01 +00:00
urldbtest.c Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb API. 2012-10-08 20:22:04 +01:00