summaryrefslogtreecommitdiff
path: root/riscos/save_complete.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-091-26/+40
| | | | | | | Rework the interface of the URL handing module to allow for multiple error types. Modify save_complete URL rewriting appropriately. svn path=/import/netsurf/; revision=1206
* [project @ 2004-07-30 23:40:00 by jmb]John Mark Bell2004-07-301-3/+3
| | | | | | | | Rework stylesheet fetching code to remove dependence on magic numbers (now uses values defined in html.h) Make ad blocking optional. svn path=/import/netsurf/; revision=1168
* [project @ 2004-06-29 12:38:49 by bursa]James Bursa2004-06-291-1/+4
| | | | | | Fix bug in rewrite_urls(): xmlNodes may have no name. svn path=/import/netsurf/; revision=1027
* [project @ 2004-06-09 23:21:24 by jmb]John Mark Bell2004-06-091-1/+8
| | | | | | Add background attribute to URL rewriting engine svn path=/import/netsurf/; revision=946
* [project @ 2004-06-06 19:39:17 by bursa]James Bursa2004-06-061-216/+306
| | | | | | Add and improve error handling of save_complete. Save HTML as UTF-8 to prevent encoding issues. svn path=/import/netsurf/; revision=931
* [project @ 2004-05-07 19:14:54 by bursa]James Bursa2004-05-071-3/+3
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [project @ 2004-05-01 20:16:38 by jmb]John Mark Bell2004-05-011-1/+1
| | | | | | Escape @import in doxygen comments svn path=/import/netsurf/; revision=809
* [project @ 2004-04-13 13:31:54 by jmb]John Mark Bell2004-04-131-6/+6
| | | | | | | Fix bug in URL rewriting affecting pages with embedded HTML documents. Rename save_complete_internal to save_complete_html to aid clarity svn path=/import/netsurf/; revision=770
* [project @ 2004-04-10 23:41:12 by jmb]John Mark Bell2004-04-101-2/+2
| | | | | | Fix use of wrong variable when rewriting <style> elements svn path=/import/netsurf/; revision=749
* [project @ 2004-04-05 22:36:48 by jmb]John Mark Bell2004-04-051-72/+65
| | | | | | | Tidy up handling of save_complete_list. Fix rewriting of <style> elements to cater for hidden elements. svn path=/import/netsurf/; revision=724
* [project @ 2004-04-05 21:54:22 by jmb]John Mark Bell2004-04-051-51/+113
| | | | | | Implement outstanding functionality svn path=/import/netsurf/; revision=722
* [project @ 2004-03-27 18:44:26 by bursa]James Bursa2004-03-271-386/+297
| | | | | | Implement @import rewriting, fix and simplify code. svn path=/import/netsurf/; revision=676
* [project @ 2004-03-24 20:54:22 by jmb]John Mark Bell2004-03-241-6/+1
| | | | | | | Remove check for well formed document. Remove call to LOG(()) when rewriting URLs svn path=/import/netsurf/; revision=663
* [project @ 2004-03-24 20:10:03 by jmb]John Mark Bell2004-03-241-8/+10
| | | | | | | Remove need for XML parse tree to be kept in memory. The source document is now reparsed when saving complete. svn path=/import/netsurf/; revision=662
* [project @ 2004-03-24 00:44:52 by jmb]John Mark Bell2004-03-241-73/+20
| | | | | | | Factor out duplicate code. Rewrite unknown URLs to be absolute svn path=/import/netsurf/; revision=660
* [project @ 2004-03-24 00:07:21 by jmb]John Mark Bell2004-03-241-21/+557
| | | | | | | | | | | Add URL rewriting for most URLs. Still TODO: 1) rewriting of @import rules 2) Objects used by embedded html pages NB. This change means that the XML parse tree is kept in memory until the content is freed. svn path=/import/netsurf/; revision=659
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-49/+30
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-49/+1
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-17 23:38:44 by jmb]John Mark Bell2004-02-171-24/+30
| | | | | | | Improve save_complete. Add missing #ifdef to about.c. svn path=/import/netsurf/; revision=559
* [project @ 2004-02-17 12:41:38 by jmb]John Mark Bell2004-02-171-0/+174
Begin save complete support. Fix memory leak when using Select PNG renderer. (commented out lines can probably removed) svn path=/import/netsurf/; revision=556