summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary libxml includes from GTK includesDaniel Silverstone2012-10-112-2/+0
|
* Fix document leak in encoding change handlerDaniel Silverstone2012-10-111-0/+3
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-10-114-225/+231
|\
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-111-1/+24
| |\
| * | Make url_{get|reform|destroy}_components static.Michael Drake2012-10-112-196/+191
| | |
| * | Make form_url_encode static.Michael Drake2012-10-112-3/+1
| | |
| * | Use nsurl_replace_query instead of url_get_components and url_reform_components.Michael Drake2012-10-112-27/+40
| | |
* | | fix warningsChris Young2012-10-112-4/+4
| |/ |/|
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-10-113-0/+171
|\|
| * Add nsurl_replace_query. Add tests. Make tester itterate remaining ↵Michael Drake2012-10-113-0/+171
| | | | | | | | lwc_strings.
* | Run FixFonts at the end of installChris Young2012-10-111-1/+24
|/
* Use nsurl_join instead of url_join. Forms still need to be moved over to nsurl.Michael Drake2012-10-111-9/+17
|
* Remove unused function.Michael Drake2012-10-112-35/+0
|
* Don't need url_compare any more.Michael Drake2012-10-112-71/+0
|
* Cleanup.Michael Drake2012-10-111-8/+4
|
* Ensure correct error type is returned.Michael Drake2012-10-111-4/+12
|
* Fix dead store.Michael Drake2012-10-111-1/+1
|
* Widget can't be NULL.Michael Drake2012-10-111-0/+3
|
* Tree can't be NULL.Michael Drake2012-10-111-0/+1
|
* Fix leak.Michael Drake2012-10-111-0/+5
|
* Iframes have to have a parent content.Michael Drake2012-10-111-0/+2
|
* Squash warning.Michael Drake2012-10-111-1/+1
|
* Pass right URL to urldb.Michael Drake2012-10-111-1/+1
|
* lwc_string_isequal takes a bool for result.Michael Drake2012-10-111-1/+2
|
* Fix warnings.Michael Drake2012-10-111-5/+7
|
* Fix some build warnings.Michael Drake2012-10-112-2/+2
|
* Fixup for URLdb.Michael Drake2012-10-111-0/+7
|
* Ensure non-void functions have a return at the end, even though it shouldn't ↵Michael Drake2012-10-111-0/+4
| | | | get there, to squash warning.
* More fixup.Michael Drake2012-10-111-1/+2
|
* Fixup for urldb change.Michael Drake2012-10-112-2/+6
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-111-1/+1
|\
| * Fix bug #3576005: partial file means finished, not error.John-Mark Bell2012-10-101-1/+1
| |
* | Fix up ripples from urldb change.Michael Drake2012-10-1145-210/+251
| |
* | Add a test for file scheme.Michael Drake2012-10-101-0/+4
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-092-13/+0
|\|
| * Remove unused functions.Michael Drake2012-10-092-13/+0
| |
* | Fixup for nsurl urldb.Michael Drake2012-10-091-1/+1
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-090-0/+0
|\|
| * Revert previous two commits now that we've diagnosed the CI hiccoughDaniel Silverstone2012-10-082-4/+0
| |
| * Throw a #warning when the CI build is detected. Sorry for the noiseDaniel Silverstone2012-10-081-0/+1
| |
| * Report if we spot CI builds. Sorry for the noiseDaniel Silverstone2012-10-081-0/+3
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-089-25/+39
|\|
| * trivial docuemntation cleanups to address some of the huge number of ↵Vincent Sanders2012-10-088-24/+34
| | | | | | | | docuemntation warnings
| * Squeeze harderRob Kendrick (humdrum)2012-10-081-1/+1
| |
| * Use squeezeJohn-Mark Bell2012-10-071-1/+5
| |
* | Port to new urldb API.Michael Drake2012-10-081-2/+3
| |
* | Port to new urldb.Michael Drake2012-10-081-3/+3
| |
* | Port to new urldb.Michael Drake2012-10-081-3/+2
| |
* | Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb ↵Michael Drake2012-10-084-381/+550
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Add "https" lwc string.Michael Drake2012-10-082-0/+4
|/