summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-02 01:14:02 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-02 01:14:02 +0000
commit5bbe884f693a4cf926cfb3792e4f86dfb5240e17 (patch)
tree0c5c912779ca0dd205bc447e2ff2cf3bae02a02a /AUTHORS
parent1cb31cf66284777dc5526773eebaadf24c48080a (diff)
downloadchromium_src-5bbe884f693a4cf926cfb3792e4f86dfb5240e17.zip
chromium_src-5bbe884f693a4cf926cfb3792e4f86dfb5240e17.tar.gz
chromium_src-5bbe884f693a4cf926cfb3792e4f86dfb5240e17.tar.bz2
Modified SavePackage(TabContents* tab_contents) of save_package.cc.
Used the same fix provided for issue 12748. This is done to retrieve actual url of the web page displayed in tab instead of displayed url. Displayed url is different from actual url when viewing source of a web page. ex: view-source:http://www.google.lk/ This is the reason why chrome fails to save source of web page. BUG = 23584 TEST= Visit a web page. Right click and select "view page source". Right click and select Save as. Select web page complete in save dialog. Click save. Source is saved without being cancelled. Repeat the above steps, but select web page only instead of complete in save dialog. Source is saved without chrome getting crashed. Review URL: http://codereview.chromium.org/660264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40338 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 cfd4cde..30c1c0f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -66,3 +66,4 @@ Mark Hahnenberg <mhahnenb@gmail.com>
Alex Gartrell <alexgartrell@gmail.com>
James Choi <jchoi42@pha.jhu.edu>
Paul Kehrer <paul.l.kehrer@gmail.com>
+Chamal De Silva <chamal.desilva@gmail.com>