From 5bbe884f693a4cf926cfb3792e4f86dfb5240e17 Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Tue, 2 Mar 2010 01:14:02 +0000 Subject: 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 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index cfd4cde..30c1c0f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -66,3 +66,4 @@ Mark Hahnenberg Alex Gartrell James Choi Paul Kehrer +Chamal De Silva -- cgit v1.1