summaryrefslogtreecommitdiff
path: root/riscos/uri.h
Commit message (Collapse)AuthorAgeFilesLines
* Constify ro_uri_launch()John Mark Bell2009-07-011-1/+1
| | | | | | | If the URL is too long to fit into a non-indirected ANT URLLoad message, then skip the ANT URLLoad broadcast and jump straight to using URI_Dispatch. We don't support indirected ANT URLLoad messages as their potential for memory leakage is too great. svn path=/trunk/netsurf/; revision=8233
* Purge WITH_URIJohn Mark Bell2009-02-221-3/+0
| | | | svn path=/trunk/netsurf/; revision=6602
* - Include utils/config.h before each WITH_* test entiry enabling/disabling ↵John Tytgat2008-07-261-0/+5
| | | | | | | | | | the object file. - Add same test in corresponding header file (if there is one) - riscos/uri.c: include riscos/uri.h and have function definitions matching the declarations. - Disable PDF debug logging. svn path=/trunk/netsurf/; revision=4769
* 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
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2004-04-02 00:41:10 by jmb]John Mark Bell2004-04-021-0/+2
| | | | | | Try to use external apps for URI schemes we don't understand (eg mailto:) svn path=/import/netsurf/; revision=698
* [project @ 2003-08-21 21:39:07 by bursa]James Bursa2003-08-211-1/+3
| | | | | | Break out menu related code. svn path=/import/netsurf/; revision=245
* [project @ 2003-07-30 13:06:22 by jmb]John Mark Bell2003-07-301-0/+13
Add support for Acorn URI Protocol and URI files (Rob Jackson) svn path=/import/netsurf/; revision=242