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

Issue 159424: Implement the downloads in progress at exit dialog for Mac (Closed)

Created:
11 years, 5 months ago by Paul Godavari
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski, Paul Godavari, Ben Goodger (Google), pink (ping after 24hrs)
Visibility:
Public.

Description

Implement the quit dialog on Mac displayed when the user has in progress Downloads. BUG=15899 TEST=A dialog asking the user if they want to quit when there are downloads in progress will be displayed when the user tries to exit under that condition. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22341

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 10

Patch Set 5 : '' #

Total comments: 1

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 2

Patch Set 10 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -2 lines) Patch
M chrome/browser/app_controller_mac.mm View 2 3 4 5 6 7 8 9 5 chunks +87 lines, -0 lines 1 comment Download
M chrome/browser/cocoa/browser_window_cocoa.mm View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Paul Godavari
11 years, 4 months ago (2009-07-28 23:56:04 UTC) #1
pink (ping after 24hrs)
http://codereview.chromium.org/159424/diff/26/1034 File chrome/browser/app_controller_mac.mm (right): http://codereview.chromium.org/159424/diff/26/1034#newcode252 Line 252: BrowserList::const_iterator it = BrowserList::begin(); why not have this ...
11 years, 4 months ago (2009-07-30 14:42:56 UTC) #2
Paul Godavari
[Adding Rohit since Mike is on vacation]. Adressed all feedback from previous review by moving ...
11 years, 4 months ago (2009-08-01 00:20:06 UTC) #3
rohitrao (ping after 24h)
LGTM This looks fine to me. I don't understand the quit workflow in AppController, but ...
11 years, 4 months ago (2009-08-03 21:12:40 UTC) #4
Nico
11 years, 4 months ago (2009-08-04 04:26:07 UTC) #5
http://codereview.chromium.org/159424/diff/1082/46
File chrome/browser/app_controller_mac.mm (right):

http://codereview.chromium.org/159424/diff/1082/46#newcode342
Line 342: return;
Isn't this something that should be done in |applicationShouldTerminate:|? I'm
asking because I'm about to add something there, and I'm wondering if there's a
problem with this method in chromiume.

Powered by Google App Engine
This is Rietveld 408576698