Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Issue 62048: Fix a crash when canceling a save page operation. (Closed)

Created:
11 years, 8 months ago by Paul Godavari
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix a crash when canceling a save page operation. This crash occurs under the following conditions: 1. Launch Chrome and navigate to any web page 2. Save that page (via ctrl+s or menu option) 3. Click cancel in the Save As dialog box that appears 4. Save the page again This fix checks to see if the SavePackage was initialized when handling a stop operation, and skips it if nothing has started. BUG=9738 (http://crbug.com/9738) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13148

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M chrome/browser/download/save_package.cc View 4 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Paul Godavari
11 years, 8 months ago (2009-04-06 01:57:28 UTC) #1
Ben Goodger (Google)
11 years, 8 months ago (2009-04-06 02:08:35 UTC) #2
ok

Powered by Google App Engine
This is Rietveld 408576698