Chris Young
|
04cbc08c57
|
Don't use ami_NewMinList as it potentially writes past the MinList structure on OS3.
Instead we use ami_AllocMinList and pointers.
|
2016-01-26 19:40:59 +00:00 |
|
Chris Young
|
f4903743ba
|
Abstract all instances of NewMinList as it causes alert 80000006 on OS3
|
2015-08-05 23:42:20 +01:00 |
|
Chris Young
|
73b158d27d
|
Fix remaining linker errors
|
2015-01-18 23:54:21 +00:00 |
|
Chris Young
|
a84f2d2290
|
Fix warning
|
2014-11-09 19:56:29 +00:00 |
|
Chris Young
|
8557992979
|
Fix warnings
|
2014-11-09 19:53:24 +00:00 |
|
Michael Drake
|
a913af5cf5
|
Fix url variable name.
|
2014-10-26 10:30:22 +00:00 |
|
Michael Drake
|
2da8ef3e83
|
Add missed semicolon, and ensure nsurl is unreffed.
|
2014-10-26 10:25:31 +00:00 |
|
Michael Drake
|
b16038cb1e
|
We have all the schemes as interned strings, so compare them instead of strncasecmp.
|
2014-10-26 10:18:40 +00:00 |
|
Michael Drake
|
f7781a8778
|
Don't need url.h
|
2014-10-26 10:18:39 +00:00 |
|
Michael Drake
|
87b1da5921
|
Use nsurl to extract scheme.
|
2014-10-26 10:18:31 +00:00 |
|
Chris Young
|
1aed82b074
|
fix warnings
|
2014-06-30 22:38:58 +01:00 |
|
Vincent Sanders
|
7d02ae916a
|
make launch_url core operation use nsurl
|
2014-05-27 23:52:35 +01:00 |
|
Vincent Sanders
|
096bd47ab0
|
refactor url utility functions to use standard nserror codes and have appropriate documentation.
|
2014-05-08 00:16:50 +01:00 |
|
Chris Young
|
5bb5e2667d
|
Change the scope of some variables picked up by cppcheck, minor reformatting
|
2014-04-05 23:34:51 +01:00 |
|
Chris Young
|
65adc17121
|
Fix a bunch of cppcheck unused/unreadVariable warnings
|
2014-04-05 20:26:40 +01:00 |
|
Chris Young
|
ade86e496e
|
Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where it is not necessary.
|
2013-10-12 13:11:13 +01:00 |
|
Vincent Sanders
|
ee6e6eec05
|
move options include
|
2013-05-28 14:16:10 +01:00 |
|
Chris Young
|
f6b15c1061
|
Re-jig URL launch as would never have fallen back to using openurl.library.
Add it as an option instead.
svn path=/trunk/netsurf/; revision=13882
|
2012-04-18 19:44:09 +00:00 |
|
John Mark Bell
|
4b189ab0bc
|
Squash warnings resulting from mismatched type expectations
svn path=/trunk/netsurf/; revision=12701
|
2011-09-02 22:09:23 +00:00 |
|
Chris Young
|
b0635ea5dd
|
Rename confusingly-named file; Remove about from unsupported protocols, as will never
reach this code now.
svn path=/trunk/netsurf/; revision=11829
|
2011-02-26 17:38:43 +00:00 |
|