summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Reduce logging flood.Michael Drake2011-10-011-5/+0
| | | | svn path=/trunk/netsurf/; revision=12919
* Store host as lwc_string in curl fetcher and obtain it via nsurl. Clean up ↵Michael Drake2011-10-011-29/+25
| | | | | | cached hosts on exit. svn path=/trunk/netsurf/; revision=12918
* Keep url as nsurl.Michael Drake2011-10-011-15/+14
| | | | svn path=/trunk/netsurf/; revision=12917
* Convert nsurl to string for log.Michael Drake2011-10-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=12916
* Disable RAmiga-U temporarily as ActivateGadget() is causing a bizarre but fatalChris Young2011-09-291-1/+2
| | | | | | interaction with context menus. svn path=/trunk/netsurf/; revision=12913
* Restartable box tree constructor. Yield between elements.John Mark Bell2011-09-298-501/+810
| | | | svn path=/trunk/netsurf/; revision=12912
* lwc version of ring function.Michael Drake2011-09-291-0/+19
| | | | svn path=/trunk/netsurf/; revision=12911
* Convert fetchers to nsurl.Michael Drake2011-09-297-32/+30
| | | | svn path=/trunk/netsurf/; revision=12910
* Re-instate default.css.info as the install script copies it to def_css.info ↵Chris Young2011-09-281-0/+0
| | | | | | | | if there isn't one already. svn path=/trunk/netsurf/; revision=12909
* set default pkg-config path on Mac OS X to make default build workVincent Sanders2011-09-281-2/+6
| | | | svn path=/trunk/netsurf/; revision=12907
* Make llcache_handle_get_url return a nsurl.Michael Drake2011-09-285-18/+24
| | | | svn path=/trunk/netsurf/; revision=12905
* Port llcache to nsurl.Michael Drake2011-09-285-157/+155
| | | | svn path=/trunk/netsurf/; revision=12904
* Add function to get a nsurl with fragment removed from a nsurl.Michael Drake2011-09-282-0/+47
| | | | svn path=/trunk/netsurf/; revision=12903
* fetch_can_fetch can take const nsurl.Michael Drake2011-09-272-2/+2
| | | | svn path=/trunk/netsurf/; revision=12902
* Squash erroneous warnings abuout uninitalised variable use from gcc 3.4.6.Michael Drake2011-09-271-11/+11
| | | | svn path=/trunk/netsurf/; revision=12901
* fetch_can_fetch takes a nsurl now.Michael Drake2011-09-272-2/+23
| | | | svn path=/trunk/netsurf/; revision=12900
* Port fetch layer to nsurl. Remove unused fetch_get_referer function.Michael Drake2011-09-275-106/+128
| | | | svn path=/trunk/netsurf/; revision=12899
* s/nsurl_get_lwc/nsurl_get_component/Michael Drake2011-09-272-2/+2
| | | | svn path=/trunk/netsurf/; revision=12898
* Reflect differences between draft-abarth-mime-sniff-06 and ↵John Mark Bell2011-09-272-12/+81
| | | | | | | | draft-ietf-websec-mime-sniff-03 (and thus, http://mimesniff.spec.whatwg.org) In summary: audio/x-wave becomes audio/wave and we add sniffing for mp4 video svn path=/trunk/netsurf/; revision=12897
* add option to set tab positionVincent Sanders2011-09-264-4203/+2562
| | | | svn path=/trunk/netsurf/; revision=12896
* Abort if user is <OS4.1 and no static version available.Chris Young2011-09-261-0/+7
| | | | | | Probably needs moving up to before the user has been asked for an install location svn path=/trunk/netsurf/; revision=12895
* Add nsurl_get_lwc function.Michael Drake2011-09-262-0/+69
| | | | svn path=/trunk/netsurf/; revision=12894