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

Issue 2039403002: Renamed AppMenuBadgeController to AppMenuIconController (Closed)

Created:
4 years, 6 months ago by kylix_rd
Modified:
4 years, 6 months ago
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Renamed AppMenuBadgeController to AppMenuIconController Since the app menu doesn't use "badges" under MD, it uses separate icons in place of the three vertically oriented dots. This is a follow-on CL to this one: https://codereview.chromium.org/1966643002/ BUG=584342 TBR=sky@chromium.org Committed: https://crrev.com/03fb0f755b76b5b7fcef11e21548b98a0f9c6468 Cr-Commit-Position: refs/heads/master@{#399295}

Patch Set 1 #

Total comments: 4

Patch Set 2 : More badge->icon renames and comment changes #

Patch Set 3 : Reword comment #

Total comments: 9

Patch Set 4 : Some more renames and updates. #

Patch Set 5 : Renamed identifiers in Cocoa file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -296 lines) Patch
M chrome/browser/chrome_notification_types.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/enumerate_modules_model_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm View 1 2 3 4 4 chunks +9 lines, -12 lines 0 comments Download
D chrome/browser/ui/toolbar/app_menu_badge_controller.h View 1 chunk +0 lines, -66 lines 0 comments Download
D chrome/browser/ui/toolbar/app_menu_badge_controller.cc View 1 chunk +0 lines, -137 lines 0 comments Download
A + chrome/browser/ui/toolbar/app_menu_icon_controller.h View 1 2 3 4 chunks +14 lines, -14 lines 0 comments Download
A + chrome/browser/ui/toolbar/app_menu_icon_controller.cc View 1 2 3 4 chunks +19 lines, -25 lines 0 comments Download
M chrome/browser/ui/views/conflicting_module_view_win.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/toolbar/app_menu_button.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/toolbar/app_menu_button.cc View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.h View 1 2 3 5 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.cc View 1 2 3 5 chunks +19 lines, -18 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 53 (21 generated)
kylix_rd
I went ahead and also updated toolbar_controller.mm even though I'm not able to test whether ...
4 years, 6 months ago (2016-06-06 22:40:56 UTC) #3
kylix_rd
Removed some XP specific code. https://codereview.chromium.org/2039403002/diff/1/chrome/browser/ui/toolbar/app_menu_icon_controller.cc File chrome/browser/ui/toolbar/app_menu_icon_controller.cc (left): https://codereview.chromium.org/2039403002/diff/1/chrome/browser/ui/toolbar/app_menu_icon_controller.cc#oldcode94 chrome/browser/ui/toolbar/app_menu_icon_controller.cc:94: } Since we're removing ...
4 years, 6 months ago (2016-06-06 22:59:45 UTC) #4
msw
lgtm with nits https://codereview.chromium.org/2039403002/diff/1/chrome/browser/ui/toolbar/app_menu_icon_controller.h File chrome/browser/ui/toolbar/app_menu_icon_controller.h (right): https://codereview.chromium.org/2039403002/diff/1/chrome/browser/ui/toolbar/app_menu_icon_controller.h#newcode17 chrome/browser/ui/toolbar/app_menu_icon_controller.h:17: // AppMenuBadgeController encapsulates the logic for ...
4 years, 6 months ago (2016-06-07 01:01:39 UTC) #5
kylix_rd
Changed more 'badge' to 'icon'.
4 years, 6 months ago (2016-06-07 14:59:07 UTC) #6
msw
lgtm https://codereview.chromium.org/2039403002/diff/1/chrome/browser/ui/views/toolbar/toolbar_view.cc File chrome/browser/ui/views/toolbar/toolbar_view.cc (right): https://codereview.chromium.org/2039403002/diff/1/chrome/browser/ui/views/toolbar/toolbar_view.cc#newcode256 chrome/browser/ui/views/toolbar/toolbar_view.cc:256: // Add any necessary icons to the menu ...
4 years, 6 months ago (2016-06-07 16:56:49 UTC) #7
kylix_rd
On 2016/06/07 16:56:49, msw wrote: > On 2016/06/07 01:01:38, msw wrote: > > nit: Should ...
4 years, 6 months ago (2016-06-07 17:07:47 UTC) #8
kylix_rd
Added a couple of reviewers. finnur@, review changes related to changing of NOTIFICATION_MODULE_INCOMPATIBILITY_BADGE_CHANGE to NOTIFICATION_MODULE_INCOMPATIBILITY_ICON_CHANGE ...
4 years, 6 months ago (2016-06-07 18:30:43 UTC) #11
Scott Hess - ex-Googler
lgtm for Objective-C changes, but your CL should absolutely not be checked in with its ...
4 years, 6 months ago (2016-06-07 19:46:40 UTC) #12
kylix_rd
On 2016/06/07 19:46:40, Scott Hess wrote: > lgtm for Objective-C changes, but your CL should ...
4 years, 6 months ago (2016-06-07 20:22:17 UTC) #14
Scott Hess - ex-Googler
On 2016/06/07 20:22:17, kylix_rd wrote: > On 2016/06/07 19:46:40, Scott Hess wrote: > > lgtm ...
4 years, 6 months ago (2016-06-07 20:32:58 UTC) #15
kylix_rd
> > Description has been updated with a reference to the preceding CL which > ...
4 years, 6 months ago (2016-06-07 20:38:19 UTC) #18
Scott Hess - ex-Googler
On 2016/06/07 20:38:19, kylix_rd wrote: > > > Description has been updated with a reference ...
4 years, 6 months ago (2016-06-07 20:39:11 UTC) #19
Finnur
LGTM
4 years, 6 months ago (2016-06-08 10:32:31 UTC) #20
Evan Stade
thanks for this cleanup. My nits are mostly around the use of "icon". It's better ...
4 years, 6 months ago (2016-06-10 18:01:58 UTC) #22
Evan Stade
thanks for this cleanup. My nits are mostly around the use of "icon". It's better ...
4 years, 6 months ago (2016-06-10 18:02:01 UTC) #23
kylix_rd
https://codereview.chromium.org/2039403002/diff/40001/chrome/browser/ui/views/toolbar/toolbar_view.cc File chrome/browser/ui/views/toolbar/toolbar_view.cc (right): https://codereview.chromium.org/2039403002/diff/40001/chrome/browser/ui/views/toolbar/toolbar_view.cc#newcode648 chrome/browser/ui/views/toolbar/toolbar_view.cc:648: void ToolbarView::UpdateIconSeverity(AppMenuIconController::IconType type, On 2016/06/10 18:01:57, Evan Stade wrote: ...
4 years, 6 months ago (2016-06-10 19:08:53 UTC) #24
Evan Stade
lgtm https://codereview.chromium.org/2039403002/diff/40001/chrome/browser/ui/views/toolbar/toolbar_view.cc File chrome/browser/ui/views/toolbar/toolbar_view.cc (right): https://codereview.chromium.org/2039403002/diff/40001/chrome/browser/ui/views/toolbar/toolbar_view.cc#newcode648 chrome/browser/ui/views/toolbar/toolbar_view.cc:648: void ToolbarView::UpdateIconSeverity(AppMenuIconController::IconType type, On 2016/06/10 19:08:53, kylix_rd wrote: ...
4 years, 6 months ago (2016-06-10 19:38:58 UTC) #25
kylix_rd
On 2016/06/10 19:38:58, Evan Stade wrote: > it seems you figured it out :) I ...
4 years, 6 months ago (2016-06-10 19:40:47 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2039403002/60001
4 years, 6 months ago (2016-06-10 19:42:11 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/199060)
4 years, 6 months ago (2016-06-10 19:50:58 UTC) #31
kylix_rd
Need l.g.t.m. from sky@ for the chrome_notification_types.h file.
4 years, 6 months ago (2016-06-10 20:01:47 UTC) #33
msw
Scott is out through Thursday the 16th.
4 years, 6 months ago (2016-06-10 20:09:28 UTC) #34
Evan Stade
On 2016/06/10 20:09:28, msw wrote: > Scott is out through Thursday the 16th. I think ...
4 years, 6 months ago (2016-06-10 20:13:11 UTC) #35
kylix_rd
On 2016/06/10 20:13:11, Evan Stade wrote: > On 2016/06/10 20:09:28, msw wrote: > > Scott ...
4 years, 6 months ago (2016-06-10 20:15:05 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2039403002/60001
4 years, 6 months ago (2016-06-10 20:15:49 UTC) #41
kylix_rd
On 2016/06/10 20:13:11, Evan Stade wrote: > On 2016/06/10 20:09:28, msw wrote: > > Scott ...
4 years, 6 months ago (2016-06-10 20:18:17 UTC) #42
kylix_rd
On 2016/06/10 20:18:17, kylix_rd wrote: > On 2016/06/10 20:13:11, Evan Stade wrote: > > On ...
4 years, 6 months ago (2016-06-10 20:24:26 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/125885) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 6 months ago (2016-06-10 20:30:45 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2039403002/80001
4 years, 6 months ago (2016-06-10 21:03:35 UTC) #48
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 6 months ago (2016-06-10 22:24:05 UTC) #50
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-10 22:24:21 UTC) #51
commit-bot: I haz the power
4 years, 6 months ago (2016-06-10 22:26:33 UTC) #53
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/03fb0f755b76b5b7fcef11e21548b98a0f9c6468
Cr-Commit-Position: refs/heads/master@{#399295}

Powered by Google App Engine
This is Rietveld 408576698