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

Issue 338012: About box auto-update improvements (Closed)

Created:
11 years, 2 months ago by Mark Mentovai
Modified:
5 years, 5 months ago
Reviewers:
Andrew Bonventre, TVL
CC:
chromium-reviews_googlegroups.com, John Grabowski, pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

About box auto-update improvements. The About box now knows how to check to see if updates have been installed in the background without anyone having to click the Update button in the box. The About box no longer gets stuck in the "installed" state. Even if an update has been installed, the About box will still check for new updates when reopened. BUG=13165, 20488 TEST=Play with the about box and auto-update a whole lot Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30078

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 1

Patch Set 5 : '' #

Total comments: 9

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+755 lines, -443 lines) Patch
M base/base.gyp View 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A base/worker_pool_mac.h View 1 chunk +26 lines, -0 lines 0 comments Download
M base/worker_pool_mac.mm View 2 3 4 5 3 chunks +32 lines, -13 lines 0 comments Download
M chrome/app/keystone_glue.h View 1 2 3 4 5 6 7 4 chunks +48 lines, -38 lines 0 comments Download
M chrome/app/keystone_glue.mm View 1 2 3 4 5 6 7 5 chunks +220 lines, -63 lines 0 comments Download
M chrome/app/keystone_glue_unittest.mm View 5 6 7 5 chunks +55 lines, -19 lines 0 comments Download
M chrome/browser/app_controller_mac.mm View 4 5 2 chunks +8 lines, -15 lines 0 comments Download
M chrome/browser/cocoa/about_window_controller.h View 3 4 5 3 chunks +11 lines, -19 lines 0 comments Download
M chrome/browser/cocoa/about_window_controller.mm View 1 2 3 4 5 9 chunks +289 lines, -265 lines 0 comments Download
M chrome/browser/cocoa/about_window_controller_unittest.mm View 5 7 chunks +64 lines, -10 lines 0 comments Download
chrome/browser/cocoa/restart_browser.mm View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
TVL
i realize you aren't looking for review yet, but one thin that caught my eye. ...
11 years, 1 month ago (2009-10-26 03:35:39 UTC) #1
Mark Mentovai
This is ready for review now. I'll probably go through and revise or add some ...
11 years, 1 month ago (2009-10-26 05:01:29 UTC) #2
TVL
http://codereview.chromium.org/338012/diff/7010/6007 File chrome/app/keystone_glue.mm (right): http://codereview.chromium.org/338012/diff/7010/6007#newcode281 Line 281: NSNotificationCenter* center = [NSNotificationCenter defaultCenter]; why unregister for ...
11 years, 1 month ago (2009-10-26 14:23:52 UTC) #3
Mark Mentovai
New version available. http://codereview.chromium.org/338012/diff/7010/6009 File chrome/browser/cocoa/about_window_controller.mm (right): http://codereview.chromium.org/338012/diff/7010/6009#newcode102 Line 102: [bundle objectForInfoDictionaryKey:@"CFBundleShortVersionString"]; TVL wrote: > ...
11 years, 1 month ago (2009-10-26 17:02:55 UTC) #4
TVL
On 2009/10/26 17:02:55, Mark Mentovai wrote: > New version available. > > http://codereview.chromium.org/338012/diff/7010/6009 > File ...
11 years, 1 month ago (2009-10-26 17:08:00 UTC) #5
TVL
lgtm
11 years, 1 month ago (2009-10-26 17:09:59 UTC) #6
Mark Mentovai
+andybons
11 years, 1 month ago (2009-10-26 17:58:34 UTC) #7
Andrew Bonventre
lgtm (just along for the ride to get familiar with other portions of the code)
11 years, 1 month ago (2009-10-26 19:12:18 UTC) #8
Mark Mentovai
Final version up. I just changed the keystone_glue* files to keep the KSG unit test ...
11 years, 1 month ago (2009-10-26 19:18:44 UTC) #9
TVL
11 years, 1 month ago (2009-10-26 19:23:42 UTC) #10
slgtm

Powered by Google App Engine
This is Rietveld 408576698