diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-02 01:14:02 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-02 01:14:02 +0000 |
commit | 5bbe884f693a4cf926cfb3792e4f86dfb5240e17 (patch) | |
tree | 0c5c912779ca0dd205bc447e2ff2cf3bae02a02a /AUTHORS | |
parent | 1cb31cf66284777dc5526773eebaadf24c48080a (diff) | |
download | chromium_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-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |