summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-08 20:22:04 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-08 20:22:04 +0100
commite9b207c658b1771d7e208535017cbbf33d9e0cf8 (patch)
treeb236e540ba8741b46524bd9811d419f9645837af /!NetSurf
parent1b9b870921c93a0e2835c19233c1d7e3b68f3888 (diff)
downloadnetsurf-e9b207c658b1771d7e208535017cbbf33d9e0cf8.tar.gz
netsurf-e9b207c658b1771d7e208535017cbbf33d9e0cf8.tar.bz2
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.
Diffstat (limited to '!NetSurf')
0 files changed, 0 insertions, 0 deletions