summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Only need to cope with trailing whitespace if it exists.Michael Drake2011-10-061-10/+24
| | | | svn path=/trunk/netsurf/; revision=12969
* Remove plugin.h too.Michael Drake2011-10-062-45/+0
| | | | svn path=/trunk/netsurf/; revision=12968
* Remove old plugin.c.Michael Drake2011-10-062-1861/+1
| | | | svn path=/trunk/netsurf/; revision=12967
* Don't need to url_normalise, since the core is nsurl based.Michael Drake2011-10-061-7/+7
| | | | svn path=/trunk/netsurf/; revision=12966
* Don't need to url_normalise, since the core is nsurl based.Michael Drake2011-10-061-3/+2
| | | | svn path=/trunk/netsurf/; revision=12965
* also convert nsdefault.css in svn tree into a proper link (OS4 SVN does not ↵Chris Young2011-10-051-0/+4
| | | | | | | | support fs links) svn path=/trunk/netsurf/; revision=12964
* Adjust some typesChris Young2011-10-051-5/+6
| | | | svn path=/trunk/netsurf/; revision=12963
* Keep running if an error occursChris Young2011-10-051-0/+1
| | | | svn path=/trunk/netsurf/; revision=12962
* Port disabled :visited support to nsurl.Michael Drake2011-10-051-23/+13
| | | | svn path=/trunk/netsurf/; revision=12961
* Ensure trailing whitespace is ignored.Michael Drake2011-10-051-0/+9
| | | | svn path=/trunk/netsurf/; revision=12960
* Shuffle CSS files so default.css is the main oneChris Young2011-10-054-10/+10
| | | | svn path=/trunk/netsurf/; revision=12959
* Avoid making a new nsurl to remove fragment if there is no fragment.Michael Drake2011-10-051-5/+10
| | | | svn path=/trunk/netsurf/; revision=12958
* Optimise nsurl__is_no_escape.Michael Drake2011-10-051-93/+28
| | | | svn path=/trunk/netsurf/; revision=12957
* Make sure the fragment remover sets the nsurl to NULL on failure.Michael Drake2011-10-051-0/+1
| | | | svn path=/trunk/netsurf/; revision=12956
* Namespaceing.Michael Drake2011-10-051-11/+13
| | | | svn path=/trunk/netsurf/; revision=12955
* Terminate raw resource URL string.Michael Drake2011-10-051-0/+4
| | | | svn path=/trunk/netsurf/; revision=12954
* Handle % in URL without 2 hex digits after.Michael Drake2011-10-051-2/+8
| | | | svn path=/trunk/netsurf/; revision=12953
* Fix upper case hex and return -1 for invalid hex.Michael Drake2011-10-051-7/+11
| | | | svn path=/trunk/netsurf/; revision=12952
* make url character checks table driven and remove expensive strchrVincent Sanders2011-10-051-19/+150
| | | | svn path=/trunk/netsurf/; revision=12951
* Handle upper case hex.Michael Drake2011-10-051-2/+2
| | | | svn path=/trunk/netsurf/; revision=12950
* Build resource: map at start timeJohn Mark Bell2011-10-0515-241/+254
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* make nsurl__create_from_section correctly escape characters as per RFC3986Vincent Sanders2011-10-042-9/+34
| | | | svn path=/trunk/netsurf/; revision=12948
* Fix icon loaderChris Young2011-10-042-2/+2
| | | | svn path=/trunk/netsurf/; revision=12947
* Don't try to LOG url of errored stylesheet content.Michael Drake2011-10-041-3/+1
| | | | svn path=/trunk/netsurf/; revision=12946
* Pass nsurls through html_fetch_object.Michael Drake2011-10-043-42/+52
| | | | svn path=/trunk/netsurf/; revision=12945
* Ensure refcounts add upJohn Mark Bell2011-10-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=12944
* Set iframe url pointer to NULL after unref at other end too.Michael Drake2011-10-031-1/+3
| | | | svn path=/trunk/netsurf/; revision=12943
* Set url pointers to NULL after unref.Michael Drake2011-10-031-2/+6
| | | | svn path=/trunk/netsurf/; revision=12942
* Remove unused APIJohn Mark Bell2011-10-031-1/+0
| | | | svn path=/trunk/netsurf/; revision=12941
* Can't talloc_free nsurls. Thanks jmb.Michael Drake2011-10-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12940
* More talloc destructors for nsurls.Michael Drake2011-10-031-5/+41
| | | | svn path=/trunk/netsurf/; revision=12939
* Fix handling of preformatted textJohn Mark Bell2011-10-031-6/+20
| | | | svn path=/trunk/netsurf/; revision=12938
* Add talloc destructor for object_params.Michael Drake2011-10-031-0/+21
| | | | svn path=/trunk/netsurf/; revision=12937
* Remove LOG.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12936
* Fix host/path with no scheme.Michael Drake2011-10-031-3/+5
| | | | svn path=/trunk/netsurf/; revision=12935
* Parallelise object fetchesJohn Mark Bell2011-10-032-77/+45
| | | | svn path=/trunk/netsurf/; revision=12934
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-0310-89/+100
| | | | svn path=/trunk/netsurf/; revision=12933
* Fix crash when switching tabsChris Young2011-10-031-6/+9
| | | | svn path=/trunk/netsurf/; revision=12932
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12931
* Fix up for nsurl changes. Untested.Michael Drake2011-10-034-5/+5
| | | | svn path=/trunk/netsurf/; revision=12930
* Fix up for nsurl changes. Untested.Michael Drake2011-10-032-194/+194
| | | | svn path=/trunk/netsurf/; revision=12929
* Fix up for nsurl changes. Untested.Michael Drake2011-10-0310-42/+42
| | | | svn path=/trunk/netsurf/; revision=12928
* Update for content_get_url returning a nsurl.Michael Drake2011-10-033-27/+38
| | | | svn path=/trunk/netsurf/; revision=12927
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-0333-289/+345
| | | | svn path=/trunk/netsurf/; revision=12926
* Fix parse of url with host name only.Michael Drake2011-10-031-0/+2
| | | | svn path=/trunk/netsurf/; revision=12925
* Fragment component doesn't include hash.Michael Drake2011-10-031-2/+13
| | | | svn path=/trunk/netsurf/; revision=12924
* add html objects in better orderVincent Sanders2011-10-031-3/+14
| | | | svn path=/trunk/netsurf/; revision=12923
* Add context menu for plain text content.Chris Young2011-10-021-0/+6
| | | | | | All non-HTML contents now have context menus activated svn path=/trunk/netsurf/; revision=12922
* Make adding context menus more modularChris Young2011-10-021-218/+247
| | | | svn path=/trunk/netsurf/; revision=12921
* Optimise fetch item selection when fetching many items from same host.Michael Drake2011-10-021-0/+10
| | | | svn path=/trunk/netsurf/; revision=12920