summaryrefslogtreecommitdiff
path: root/desktop/save_complete.c
Commit message (Collapse)AuthorAgeFilesLines
* Correctly emit entities when serialising to HTML.John-Mark Bell2012-12-301-11/+104
|
* Fix to escape comments in save complete output.Michael Drake2012-11-061-0/+8
|
* Port save complete to libdom.John-Mark Bell2012-11-031-598/+872
|
* Use case insensitive string comparisions for nodesJohn-Mark Bell2012-07-151-11/+11
|
* For now, build a shonky libxml tree. Later, rewrite save_complete for libdomDaniel Silverstone2012-03-251-5/+19
| | | | svn path=/trunk/netsurf/; revision=13664
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-241-2/+1
| | | | svn path=/trunk/netsurf/; revision=13625
* Migrate frame types so that desktop/browser.h does not include render/html.hDaniel Silverstone2012-03-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=13605
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-4/+4
| | | | svn path=/trunk/netsurf/; revision=13236
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-5/+7
| | | | svn path=/trunk/netsurf/; revision=12926
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-4/+35
| | | | svn path=/trunk/netsurf/; revision=12283
* Fix stupidJohn Mark Bell2011-03-121-4/+4
| | | | svn path=/trunk/netsurf/; revision=11976
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=10624
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-9/+7
| | | | | | easily adaptable to different platform path structures. svn path=/trunk/netsurf/; revision=10621
* Fix typo.Michael Drake2010-04-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=10478
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-2/+1
| | | | | | strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474
* Remove redundant codeJohn Mark Bell2010-04-181-3/+0
| | | | svn path=/trunk/netsurf/; revision=10430
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-55/+95
| | | | svn path=/trunk/netsurf/; revision=10180
* C89.François Revel2010-01-021-2/+3
| | | | svn path=/trunk/netsurf/; revision=9779
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+755
svn path=/trunk/netsurf/; revision=9729