summaryrefslogtreecommitdiff
path: root/riscos/theme_install.c
Commit message (Collapse)AuthorAgeFilesLines
* Launch redirects to unsupported URLs in other applications.John Mark Bell2008-04-191-0/+1
| | | | svn path=/trunk/netsurf/; revision=4098
* Rework handling of HTTP redirects -- we now count the number of redirects ↵John Mark Bell2008-01-281-1/+0
| | | | | | | | | | | | | | | | | | | | followed for a given item and abort if a fixed limit is reached. This fixes sites which have pages that redirect to themselves. Redirect handling is now transparent to clients of fetchcache. The new scheme works as follows: 1) Request content for URL (fetchcache() 2) Start fetch of content (fetchcache_go() 3) If no redirect, continue through LOADING, READY, DONE etc. states as before If redirect, receive NEWPTR for each redirect that occurs, then continue through LOADING, READY, DONE etc. states as before. The upshot of this is that redirects result in extra contents being created. It also means that, until LOADING has been received, the content (and thus the URL being fetched) may change. Therefore, fetchcache clients should expect to have to deal with transient data prior to LOADING occurring. As a necessary side-effect of this, the HTML object URLs and CSS @import URLs are no longer stored alongside the relevant contents. These URLs can be accessed by interrogating the url member of struct content anyway, so it was a rather redundant scheme before. svn path=/trunk/netsurf/; revision=3787
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-12/+12
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix 1496309.Richard Wilson2006-07-031-4/+9
| | | | svn path=/trunk/netsurf/; revision=2700
* [project @ 2006-02-22 20:04:39 by jmb]John Mark Bell2006-02-221-2/+2
| | | | | | Lose warnings svn path=/import/netsurf/; revision=2091
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-3/+3
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-91/+28
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2005-07-23 20:43:37 by bursa]James Bursa2005-07-231-1/+1
| | | | | | Rewrite and simplify url_nice() to improve suggested filenames. Add option to keep extensions (no UI currently). svn path=/import/netsurf/; revision=1814
* [project @ 2005-05-17 23:46:36 by rjw]Richard Wilson2005-05-171-3/+2
| | | | | | Make long theme names work on old filesystems. svn path=/import/netsurf/; revision=1726
* [project @ 2005-04-29 05:50:00 by rjw]Richard Wilson2005-04-291-12/+6
| | | | | | Fix theme installation svn path=/import/netsurf/; revision=1700
* [project @ 2005-03-09 00:20:45 by bursa]James Bursa2005-03-091-129/+179
| | | | | | Fix installed themes sitting in memory cache. Break out some code into functions. svn path=/import/netsurf/; revision=1531
* [project @ 2005-02-03 13:10:21 by rjw]Richard Wilson2005-02-031-6/+15
| | | | | | Make themes auto-install work on NCOS (probably) svn path=/import/netsurf/; revision=1486
* [project @ 2005-01-23 16:09:05 by rjw]Richard Wilson2005-01-231-12/+128
| | | | | | Further work on theme installing svn path=/import/netsurf/; revision=1463
* [project @ 2005-01-16 21:04:00 by bursa]James Bursa2005-01-161-1/+1
| | | | | | Rename themeinstall template to avoid issues with 12-character names in some Wimp versions. svn path=/import/netsurf/; revision=1454
* [project @ 2005-01-13 22:42:38 by bursa]James Bursa2005-01-131-0/+111
Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448