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

Issue 12789010: [win] Change app launcher profile indicator to be a menu. (Closed)

Created:
7 years, 9 months ago by benwells
Modified:
7 years, 9 months ago
Reviewers:
tapted, sky, xiyuan
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina, oshima+watch_chromium.org, arv+watch_chromium.org, jshin+watch_chromium.org, xiyuan
Visibility:
Public.

Description

[win] Change app launcher profile indicator to be a menu. The new menu shows the currently signed in user, as well as providing menu items to show the settings app or open a feedback form. BUG=179474 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190434

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 54

Patch Set 3 : Feedback #

Total comments: 4

Patch Set 4 : Feedback #

Total comments: 1

Patch Set 5 : More feedback #

Patch Set 6 : Rebase #

Patch Set 7 : Mac compile #

Patch Set 8 : ash_unittests #

Patch Set 9 : Rebase #

Patch Set 10 : Rebase #

Patch Set 11 : Fix rebase #

Patch Set 12 : More rebase #

Patch Set 13 : win_rel test #

Patch Set 14 : Clang fail #

Unified diffs Side-by-side diffs Delta from patch set Stats (+476 lines, -88 lines) Patch
M ash/shell/app_list.cc View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings_app/manifest.json View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +44 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/search_builder.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -4 lines 0 comments Download
M ui/app_list/app_list.gyp View 3 chunks +5 lines, -0 lines 0 comments Download
A ui/app_list/app_list_menu.h View 1 2 3 4 1 chunk +49 lines, -0 lines 0 comments Download
A ui/app_list/app_list_menu.cc View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
M ui/app_list/app_list_view_delegate.h View 2 chunks +13 lines, -0 lines 0 comments Download
M ui/app_list/search_box_model.h View 1 2 chunks +0 lines, -16 lines 0 comments Download
M ui/app_list/search_box_model.cc View 2 chunks +1 line, -19 lines 0 comments Download
M ui/app_list/search_box_model_observer.h View 1 chunk +0 lines, -9 lines 0 comments Download
M ui/app_list/test/app_list_test_view_delegate.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/app_list/test/app_list_test_view_delegate.cc View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_main_view.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A ui/app_list/views/app_list_menu_views.h View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
A ui/app_list/views/app_list_menu_views.cc View 1 2 3 4 5 6 7 9 10 1 chunk +148 lines, -0 lines 0 comments Download
M ui/app_list/views/search_box_view.h View 1 2 3 chunks +14 lines, -5 lines 0 comments Download
M ui/app_list/views/search_box_view.cc View 1 2 6 chunks +35 lines, -29 lines 0 comments Download
M ui/base/strings/ui_strings.grd View 1 chunk +8 lines, -0 lines 0 comments Download
M ui/resources/ui_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M ui/views/controls/menu/menu_model_adapter.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M ui/views/controls/menu/menu_model_adapter.cc View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
benwells
tapted: please sanity check before I send wider.
7 years, 9 months ago (2013-03-20 06:44:53 UTC) #1
tapted
initial batch https://codereview.chromium.org/12789010/diff/3001/chrome/browser/resources/settings_app/manifest.json File chrome/browser/resources/settings_app/manifest.json (right): https://codereview.chromium.org/12789010/diff/3001/chrome/browser/resources/settings_app/manifest.json#newcode24 chrome/browser/resources/settings_app/manifest.json:24: "display_in_new_tab_page": false display_in_new_tab_page: false is implied in ...
7 years, 9 months ago (2013-03-20 07:44:20 UTC) #2
tapted
a few more minor things, but seems good overall https://codereview.chromium.org/12789010/diff/3001/chrome/browser/ui/app_list/search_builder.cc File chrome/browser/ui/app_list/search_builder.cc (left): https://codereview.chromium.org/12789010/diff/3001/chrome/browser/ui/app_list/search_builder.cc#oldcode317 chrome/browser/ui/app_list/search_builder.cc:317: ...
7 years, 9 months ago (2013-03-20 08:17:56 UTC) #3
tapted
sorry - forgot a file - I think that's everything.. https://codereview.chromium.org/12789010/diff/3001/ui/app_list/views/app_list_menu_views.cc File ui/app_list/views/app_list_menu_views.cc (right): https://codereview.chromium.org/12789010/diff/3001/ui/app_list/views/app_list_menu_views.cc#newcode91 ...
7 years, 9 months ago (2013-03-20 08:24:34 UTC) #4
benwells
sky: for changes to menu_model_adapter xiyuan: for the rest https://codereview.chromium.org/12789010/diff/3001/chrome/browser/resources/settings_app/manifest.json File chrome/browser/resources/settings_app/manifest.json (right): https://codereview.chromium.org/12789010/diff/3001/chrome/browser/resources/settings_app/manifest.json#newcode24 chrome/browser/resources/settings_app/manifest.json:24: ...
7 years, 9 months ago (2013-03-20 08:43:34 UTC) #5
tapted
lgtm for general review https://codereview.chromium.org/12789010/diff/17002/ui/app_list/views/app_list_menu_views.h File ui/app_list/views/app_list_menu_views.h (right): https://codereview.chromium.org/12789010/diff/17002/ui/app_list/views/app_list_menu_views.h#newcode24 ui/app_list/views/app_list_menu_views.h:24: class AppListMenuViews : app_list::AppListMenu { ...
7 years, 9 months ago (2013-03-20 10:39:57 UTC) #6
sky
https://codereview.chromium.org/12789010/diff/17002/ui/views/controls/menu/menu_model_adapter.cc File ui/views/controls/menu/menu_model_adapter.cc (right): https://codereview.chromium.org/12789010/diff/17002/ui/views/controls/menu/menu_model_adapter.cc#newcode190 ui/views/controls/menu/menu_model_adapter.cc:190: MenuItemView* item = CreateCustomItem(menu, model->GetCommandIdAt(i)); Can we rename this ...
7 years, 9 months ago (2013-03-20 14:35:09 UTC) #7
xiyuan
AppListMenu and AppListMenuViews are too chrome specific. IMHO, the only thing needed to be in ...
7 years, 9 months ago (2013-03-20 17:20:07 UTC) #8
benwells
sky: please have another look xiyuan: still thinking about your suggestion, but wanted to get ...
7 years, 9 months ago (2013-03-20 23:08:30 UTC) #9
xiyuan
LGTM Please put a TODO to move AppListMenu and AppListMenuViews to chrome. I would like ...
7 years, 9 months ago (2013-03-20 23:23:21 UTC) #10
sky
MenuModelAdapter changes LGTM
7 years, 9 months ago (2013-03-20 23:37:28 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12789010/38001
7 years, 9 months ago (2013-03-21 04:25:59 UTC) #12
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 9 months ago (2013-03-21 05:00:58 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12789010/34002
7 years, 9 months ago (2013-03-21 06:15:52 UTC) #14
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=22082
7 years, 9 months ago (2013-03-21 11:19:24 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12789010/34002
7 years, 9 months ago (2013-03-21 19:49:36 UTC) #16
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/app_list/app_list_view_delegate.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 9 months ago (2013-03-21 19:49:45 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12789010/70001
7 years, 9 months ago (2013-03-21 23:08:22 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12789010/70001
7 years, 9 months ago (2013-03-22 02:31:37 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12789010/70001
7 years, 9 months ago (2013-03-22 18:42:39 UTC) #20
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) ash_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=96088
7 years, 9 months ago (2013-03-22 22:10:21 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12789010/60002
7 years, 9 months ago (2013-03-24 22:45:13 UTC) #22
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/app_list/app_list_view_delegate.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 9 months ago (2013-03-24 22:45:20 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12789010/55004
7 years, 9 months ago (2013-03-24 23:44:00 UTC) #24
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=126945
7 years, 9 months ago (2013-03-25 06:09:44 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12789010/108001
7 years, 9 months ago (2013-03-25 10:42:25 UTC) #26
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 9 months ago (2013-03-25 11:09:00 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12789010/115002
7 years, 9 months ago (2013-03-25 16:03:26 UTC) #28
commit-bot: I haz the power
7 years, 9 months ago (2013-03-25 18:03:30 UTC) #29
Message was sent while issue was closed.
Change committed as 190434

Powered by Google App Engine
This is Rietveld 408576698