summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-01 19:25:40 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-01 19:25:40 +0000
commit916afa33c243834cb699ff3f826e8a1d689818c3 (patch)
tree641aa58211c5b4b2e2126e0d05785d83b1649243 /AUTHORS
parentccb7d64aac531208d66f0531e51f3865afd00445 (diff)
downloadchromium_src-916afa33c243834cb699ff3f826e8a1d689818c3.zip
chromium_src-916afa33c243834cb699ff3f826e8a1d689818c3.tar.gz
chromium_src-916afa33c243834cb699ff3f826e8a1d689818c3.tar.bz2
Added a check to see if the SaveFileDefaultDirectory exists, if not it uses the DownloadDefaultDirectory instead.
Contributed by pnettleship@gmail.com BUG=47561 TEST=Create folder, save html page into folder, delete folder, resave page. If the deleted folder is not re-created automatically, and you are defaulting to the default download di then it worked. Review URL: http://codereview.chromium.org/3449022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 8a4a5b7..0bbe166 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -85,3 +85,4 @@ James Willcox <jwillcox@litl.com>
Shreyas VA <v.a.shreyas@gmail.com>
Steven Pennington <spenn@engr.uvic.ca>
Jorge Villatoro <jorge@tomatocannon.com>
+Paul Nettleship <pnettleship@gmail.com>