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

Issue 1654011: Fixes for bugs ##29090 "Downloads turns into zombies, if Incognito window is ... (Closed)

Created:
10 years, 8 months ago by GeorgeY
Modified:
9 years, 6 months ago
Reviewers:
Jay Civelli
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

Fixes for bugs ##29090 "Downloads turns into zombies, if Incognito window is opened" and 30419 "Renderer crash triggers Chrome Exit event in particular use case" BUG=29090, 30419 TEST=Now the prompt will appear before last window of the type (incognito or not) is closed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=44985

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

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

Messages

Total messages: 5 (0 generated)
GeorgeY
Prevents closing all regular windows if regular download is initiated and incognito windows if incognito ...
10 years, 8 months ago (2010-04-15 00:19:52 UTC) #1
Jay Civelli
http://codereview.chromium.org/1654011/diff/3001/4001 File chrome/browser/browser.cc (right): http://codereview.chromium.org/1654011/diff/3001/4001#newcode3209 chrome/browser/browser.cc:3209: download_manager = profile_->GetOriginalProfile()->GetDownloadManager(); Shouldn't that be in the previous ...
10 years, 8 months ago (2010-04-15 21:02:29 UTC) #2
GeorgeY
All done http://codereview.chromium.org/1654011/diff/3001/4001 File chrome/browser/browser.cc (right): http://codereview.chromium.org/1654011/diff/3001/4001#newcode3209 chrome/browser/browser.cc:3209: download_manager = profile_->GetOriginalProfile()->GetDownloadManager(); On 2010/04/15 21:02:29, Jay ...
10 years, 8 months ago (2010-04-16 19:56:36 UTC) #3
Jay Civelli
LGTM http://codereview.chromium.org/1654011/diff/7001/8001 File chrome/browser/browser.cc (right): http://codereview.chromium.org/1654011/diff/7001/8001#newcode3223 chrome/browser/browser.cc:3223: // 1. It is a regular browser and ...
10 years, 8 months ago (2010-04-16 20:29:57 UTC) #4
GeorgeY
10 years, 8 months ago (2010-04-16 20:37:44 UTC) #5
done.
Will submit when tryservers pass.

http://codereview.chromium.org/1654011/diff/7001/8001
File chrome/browser/browser.cc (right):

http://codereview.chromium.org/1654011/diff/7001/8001#newcode3223
chrome/browser/browser.cc:3223: // 1. It is a regular browser and there no
regular downloads present or this
On 2010/04/16 20:29:57, Jay Civelli wrote:
> nit: wording "and there are no..."

Done.

http://codereview.chromium.org/1654011/diff/7001/8001#newcode3225
chrome/browser/browser.cc:3225: // 2. It is an incognito browser and there no
incognito downloads present or
On 2010/04/16 20:29:57, Jay Civelli wrote:
> nit: wording "and there are no..."

Done.

Powered by Google App Engine
This is Rietveld 408576698