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

Issue 5908003: Added Background Application entries to Dock menu (Closed)

Created:
10 years ago by The wrong rickcam account
Modified:
9 years, 7 months ago
CC:
chromium-reviews, pam+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Added Background Application entries to Dock menu BUG=67076 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69860

Patch Set 1 #

Patch Set 2 : Fixed indentation #

Total comments: 19

Patch Set 3 : First round of code review follow-up #

Total comments: 1

Patch Set 4 : Fixed indentation #

Total comments: 2

Patch Set 5 : Added comment as per review. #

Patch Set 6 : Added comment as per review. #

Patch Set 7 : Made AppControllerTest.DockMenu unit_test work again. #

Total comments: 2

Patch Set 8 : Added TODO for mocking BackgroundApplicationListModel #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -7 lines) Patch
M chrome/app/chrome_command_ids.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/app_controller_mac.mm View 1 2 3 4 5 6 7 5 chunks +58 lines, -6 lines 0 comments Download
M chrome/browser/app_controller_mac_unittest.mm View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/background_application_list_model.cc View 1 2 3 4 3 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
The wrong rickcam account
Please take a look.
10 years ago (2010-12-16 01:17:09 UTC) #1
The wrong rickcam account
Fixed a bit of indentation. Please take a look. http://codereview.chromium.org/5908003/diff/3001/chrome/browser/app_controller_mac.mm File chrome/browser/app_controller_mac.mm (right): http://codereview.chromium.org/5908003/diff/3001/chrome/browser/app_controller_mac.mm#newcode1211 chrome/browser/app_controller_mac.mm:1211: ...
10 years ago (2010-12-16 01:22:26 UTC) #2
Andrew T Wilson (Slow)
http://codereview.chromium.org/5908003/diff/3001/chrome/browser/app_controller_mac.mm File chrome/browser/app_controller_mac.mm (right): http://codereview.chromium.org/5908003/diff/3001/chrome/browser/app_controller_mac.mm#newcode944 chrome/browser/app_controller_mac.mm:944: [self executeApplication:sender]; Is there any assert we could have ...
10 years ago (2010-12-16 02:18:24 UTC) #3
The wrong rickcam account
Please take another look. http://codereview.chromium.org/5908003/diff/3001/chrome/browser/app_controller_mac.mm File chrome/browser/app_controller_mac.mm (right): http://codereview.chromium.org/5908003/diff/3001/chrome/browser/app_controller_mac.mm#newcode944 chrome/browser/app_controller_mac.mm:944: [self executeApplication:sender]; On 2010/12/16 02:18:25, ...
10 years ago (2010-12-16 18:50:58 UTC) #4
The wrong rickcam account
Code reviewing myself :-\ Please take a look at the combined results of this and ...
10 years ago (2010-12-16 19:21:40 UTC) #5
Andrew T Wilson (Slow)
LGTM with one nit. http://codereview.chromium.org/5908003/diff/16001/chrome/app/chrome_command_ids.h File chrome/app/chrome_command_ids.h (right): http://codereview.chromium.org/5908003/diff/16001/chrome/app/chrome_command_ids.h#newcode8 chrome/app/chrome_command_ids.h:8: #define IDC_MinimumLabelValue 4000 Perhaps you ...
10 years ago (2010-12-17 02:03:21 UTC) #6
The wrong rickcam account
Thanks. I added a comment and will dcommit shortly. http://codereview.chromium.org/5908003/diff/16001/chrome/app/chrome_command_ids.h File chrome/app/chrome_command_ids.h (right): http://codereview.chromium.org/5908003/diff/16001/chrome/app/chrome_command_ids.h#newcode8 chrome/app/chrome_command_ids.h:8: ...
10 years ago (2010-12-20 22:17:17 UTC) #7
The wrong rickcam account
Please take another look. Previous changes broke a unit test: AppControllerTest.DockMenu Fix: - made the ...
10 years ago (2010-12-21 02:35:44 UTC) #8
Andrew T Wilson (Slow)
LGTM, one nit http://codereview.chromium.org/5908003/diff/25001/chrome/browser/app_controller_mac.mm File chrome/browser/app_controller_mac.mm (right): http://codereview.chromium.org/5908003/diff/25001/chrome/browser/app_controller_mac.mm#newcode1198 chrome/browser/app_controller_mac.mm:1198: // Avoid breaking unit tests which ...
10 years ago (2010-12-21 17:49:09 UTC) #9
The wrong rickcam account
10 years ago (2010-12-21 19:20:09 UTC) #10
Added TODO.  Will dcommit shortly.

http://codereview.chromium.org/5908003/diff/25001/chrome/browser/app_controll...
File chrome/browser/app_controller_mac.mm (right):

http://codereview.chromium.org/5908003/diff/25001/chrome/browser/app_controll...
chrome/browser/app_controller_mac.mm:1198: // Avoid breaking unit tests which
have no profile.
On 2010/12/21 17:49:09, Andrew T Wilson wrote:
> Ultimately we should have a test of some sort once you can mock out
> BackgroundApplicationListModel, so add a TODO for this.

Done.

Powered by Google App Engine
This is Rietveld 408576698