summaryrefslogtreecommitdiff
path: root/desktop/save_complete.c
Commit message (Expand)AuthorAgeFilesLines
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* move the CSS content handlerVincent Sanders2016-05-261-1/+1
* remove all core usage of warn_user APIVincent Sanders2016-04-261-9/+11
* move regex helper to be with teh single remaining call siteVincent Sanders2016-04-201-0/+19
* Change LOG() macro to be varadicVincent Sanders2015-05-281-4/+4
* add missing includesVincent Sanders2014-12-271-0/+1
* Desktop doxygen fixesVincent Sanders2014-11-091-5/+6
* Update the core to use the split operations table headersVincent Sanders2014-10-161-1/+0
* when walking the css imports ensure the content is present before dereferenci...Vincent Sanders2014-07-081-2/+5
* fix riscos mkpath and error reporting in save completeVincent Sanders2014-05-171-3/+5
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-37/+41
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-9/+8
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-3/+3
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-3/+4
* fixup logic error in save complete as directed by jmbVincent Sanders2014-01-061-1/+1
* Speculatively start image fetches as we parse the document.John-Mark Bell2014-01-051-1/+1
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-271-11/+2
* Fix handling of inline stylesheets with @importJohn-Mark Bell2013-02-261-2/+2
* 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
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-241-2/+1
* Migrate frame types so that desktop/browser.h does not include render/html.hDaniel Silverstone2012-03-241-0/+1
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-4/+4
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-5/+7
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-4/+35
* Fix stupidJohn Mark Bell2011-03-121-4/+4
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-9/+7
* Fix typo.Michael Drake2010-04-241-1/+1
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-2/+1
* Remove redundant codeJohn Mark Bell2010-04-181-3/+0
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-55/+95
* C89.François Revel2010-01-021-2/+3
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+755