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

Issue 1661673004: Enables hot-tracking for overflow extension buttons in the app menu (Closed)

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

Description

Enables hot-tracking for overflow extension buttons in the app menu BUG=583559 Committed: https://crrev.com/ef6637ffae36b30abf91c6cd78dcd2fa7a3f59b5 Cr-Commit-Position: refs/heads/master@{#377999}

Patch Set 1 #

Patch Set 2 : Restores hot-tracking of extension buttons in app menu with MD #

Total comments: 2

Patch Set 3 : Restores hot-tracking of extension buttons in app menu with MD #

Total comments: 19

Patch Set 4 : Restores hot-tracking of extension buttons in app menu with MD (comments) #

Total comments: 14

Patch Set 5 : Restores hot-tracking of extension buttons in app menu with MD (comments) #

Patch Set 6 : Restores hot-tracking of extension buttons in app menu with MD (fixed a test) #

Patch Set 7 : Restores hot-tracking of extension buttons in app menu with MD (fixed Win build) #

Patch Set 8 : Restores hot-tracking of extension buttons in app menu with MD (removed a DCHECK) #

Patch Set 9 : Restores hot-tracking of extension buttons in app menu with MD (default ctor for ExtraParams) #

Total comments: 2

Patch Set 10 : Restores hot-tracking of extension buttons in app menu with MD (win build) #

Total comments: 12

Patch Set 11 : Restores hot-tracking of extension buttons in app menu with MD (added tests) #

Patch Set 12 : Restores hot-tracking of extension buttons in app menu with MD (tests) #

Total comments: 8

Patch Set 13 : Restores hot-tracking of extension buttons in app menu with MD (comments) #

Total comments: 10

Patch Set 14 : Restores hot-tracking of extension buttons in app menu with MD (rebase and comments) #

Patch Set 15 : Restores hot-tracking of extension buttons in app menu with MD (with ButtonStateObserver) #

Patch Set 16 : Restores hot-tracking of extension buttons in app menu with MD (deferred changes to MenuController) #

Patch Set 17 : Restores hot-tracking of extension buttons in app menu with MD (rebase) #

Total comments: 2

Patch Set 18 : Restores hot-tracking of extension buttons in app menu with MD (nit) #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -74 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/native_theme_gtk2.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/app_menu.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +37 lines, -11 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_action_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_action_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5 lines, -0 lines 2 comments Download
M chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc View 1 2 3 4 5 1 chunk +2 lines, -6 lines 0 comments Download
M ui/native_theme/common_theme.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M ui/native_theme/common_theme.cc View 1 2 3 4 2 chunks +10 lines, -3 lines 0 comments Download
M ui/native_theme/native_theme.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -1 line 0 comments Download
M ui/native_theme/native_theme.cc View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M ui/native_theme/native_theme_aura.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/native_theme/native_theme_aura.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/native_theme/native_theme_base.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/native_theme/native_theme_base.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ui/native_theme/native_theme_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M ui/native_theme/native_theme_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M ui/native_theme/native_theme_win.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/custom_button.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -2 lines 0 comments Download
M ui/views/controls/button/custom_button.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/controls/menu/menu_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +8 lines, -5 lines 0 comments Download
M ui/views/controls/menu/menu_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 9 chunks +33 lines, -27 lines 0 comments Download
M ui/views/controls/menu/menu_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/menu_scroll_view_container.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 121 (49 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/1
4 years, 10 months ago (2016-02-03 03:57:17 UTC) #2
varkha
bruthig@, can you please take a first look? Thanks!
4 years, 10 months ago (2016-02-03 03:58:13 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-03 05:12:52 UTC) #6
varkha
sadrul@chromium.org: Can you please review changes in ui/views/controls/menu/. pkasting@chromium.org: Can you please review changes in ...
4 years, 10 months ago (2016-02-06 00:46:17 UTC) #10
varkha
https://codereview.chromium.org/1661673004/diff/60001/chrome/browser/ui/views/toolbar/app_menu.cc File chrome/browser/ui/views/toolbar/app_menu.cc (right): https://codereview.chromium.org/1661673004/diff/60001/chrome/browser/ui/views/toolbar/app_menu.cc#newcode173 chrome/browser/ui/views/toolbar/app_menu.cc:173: bounds.Inset(gfx::Insets(0, 1, 0, 0)); This small bug was causing ...
4 years, 10 months ago (2016-02-06 00:51:21 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/60001
4 years, 10 months ago (2016-02-06 00:52:05 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/80001
4 years, 10 months ago (2016-02-06 01:20:07 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/141915)
4 years, 10 months ago (2016-02-06 01:58:26 UTC) #17
Peter Kasting
https://codereview.chromium.org/1661673004/diff/80001/chrome/browser/ui/views/toolbar/app_menu.cc File chrome/browser/ui/views/toolbar/app_menu.cc (right): https://codereview.chromium.org/1661673004/diff/80001/chrome/browser/ui/views/toolbar/app_menu.cc#newcode145 chrome/browser/ui/views/toolbar/app_menu.cc:145: corner_radius_(ui::MaterialDesignController::IsModeMaterial() ? 2 : 0) { Why is this ...
4 years, 10 months ago (2016-02-06 02:51:13 UTC) #18
varkha
Thanks, can you PTAL? https://codereview.chromium.org/1661673004/diff/80001/chrome/browser/ui/views/toolbar/app_menu.cc File chrome/browser/ui/views/toolbar/app_menu.cc (right): https://codereview.chromium.org/1661673004/diff/80001/chrome/browser/ui/views/toolbar/app_menu.cc#newcode145 chrome/browser/ui/views/toolbar/app_menu.cc:145: corner_radius_(ui::MaterialDesignController::IsModeMaterial() ? 2 : 0) ...
4 years, 10 months ago (2016-02-16 19:59:44 UTC) #19
Peter Kasting
https://codereview.chromium.org/1661673004/diff/80001/ui/views/controls/menu/menu_scroll_view_container.cc File ui/views/controls/menu/menu_scroll_view_container.cc (right): https://codereview.chromium.org/1661673004/diff/80001/ui/views/controls/menu/menu_scroll_view_container.cc#newcode78 ui/views/controls/menu/menu_scroll_view_container.cc:78: NativeTheme::ExtraParams extra = NativeTheme::ExtraParams(); On 2016/02/16 19:59:44, varkha wrote: ...
4 years, 10 months ago (2016-02-16 21:36:15 UTC) #20
varkha
Thanks, PTAL. https://codereview.chromium.org/1661673004/diff/80001/ui/views/controls/menu/menu_scroll_view_container.cc File ui/views/controls/menu/menu_scroll_view_container.cc (right): https://codereview.chromium.org/1661673004/diff/80001/ui/views/controls/menu/menu_scroll_view_container.cc#newcode78 ui/views/controls/menu/menu_scroll_view_container.cc:78: NativeTheme::ExtraParams extra = NativeTheme::ExtraParams(); On 2016/02/16 21:36:14, ...
4 years, 10 months ago (2016-02-17 17:52:00 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/160001
4 years, 10 months ago (2016-02-17 18:23:52 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/104606)
4 years, 10 months ago (2016-02-17 18:55:44 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/180001
4 years, 10 months ago (2016-02-17 20:40:50 UTC) #28
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/168005)
4 years, 10 months ago (2016-02-17 21:51:48 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/200001
4 years, 10 months ago (2016-02-17 22:11:55 UTC) #32
Peter Kasting
LGTM other than the below https://codereview.chromium.org/1661673004/diff/80001/ui/views/controls/menu/menu_scroll_view_container.cc File ui/views/controls/menu/menu_scroll_view_container.cc (right): https://codereview.chromium.org/1661673004/diff/80001/ui/views/controls/menu/menu_scroll_view_container.cc#newcode78 ui/views/controls/menu/menu_scroll_view_container.cc:78: NativeTheme::ExtraParams extra = NativeTheme::ExtraParams(); ...
4 years, 10 months ago (2016-02-17 22:12:04 UTC) #33
varkha
+sadrul@, can you please take a look in ui/views/? https://codereview.chromium.org/1661673004/diff/80001/ui/views/controls/menu/menu_scroll_view_container.cc File ui/views/controls/menu/menu_scroll_view_container.cc (right): https://codereview.chromium.org/1661673004/diff/80001/ui/views/controls/menu/menu_scroll_view_container.cc#newcode78 ui/views/controls/menu/menu_scroll_view_container.cc:78: ...
4 years, 10 months ago (2016-02-17 23:15:57 UTC) #34
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-17 23:19:00 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/220001
4 years, 10 months ago (2016-02-18 02:15:14 UTC) #38
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/23290) chromeos_x86-generic_chromium_compile_only_ng on ...
4 years, 10 months ago (2016-02-18 02:21:47 UTC) #40
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/240001
4 years, 10 months ago (2016-02-18 02:23:58 UTC) #42
varkha
https://codereview.chromium.org/1661673004/diff/80001/ui/views/controls/menu/menu_scroll_view_container.cc File ui/views/controls/menu/menu_scroll_view_container.cc (right): https://codereview.chromium.org/1661673004/diff/80001/ui/views/controls/menu/menu_scroll_view_container.cc#newcode78 ui/views/controls/menu/menu_scroll_view_container.cc:78: NativeTheme::ExtraParams extra = NativeTheme::ExtraParams(); On 2016/02/17 22:12:04, Peter Kasting ...
4 years, 10 months ago (2016-02-18 02:24:02 UTC) #43
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/147006)
4 years, 10 months ago (2016-02-18 03:22:49 UTC) #45
Peter Kasting
LGTM with question https://codereview.chromium.org/1661673004/diff/240001/ui/native_theme/native_theme.h File ui/native_theme/native_theme.h (right): https://codereview.chromium.org/1661673004/diff/240001/ui/native_theme/native_theme.h#newcode201 ui/native_theme/native_theme.h:201: ExtraParams(); Does just using = default ...
4 years, 10 months ago (2016-02-18 04:03:43 UTC) #46
varkha
https://codereview.chromium.org/1661673004/diff/240001/ui/native_theme/native_theme.h File ui/native_theme/native_theme.h (right): https://codereview.chromium.org/1661673004/diff/240001/ui/native_theme/native_theme.h#newcode201 ui/native_theme/native_theme.h:201: ExtraParams(); On 2016/02/18 04:03:43, Peter Kasting wrote: > Does ...
4 years, 10 months ago (2016-02-18 05:24:49 UTC) #47
varkha
pkasting, I am looking at the link failure here (search for "fatal") - https://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/147020/steps/compile%20%28with%20patch%29/logs/stdio It ...
4 years, 10 months ago (2016-02-18 06:35:32 UTC) #48
varkha
https://codereview.chromium.org/1661673004/diff/260001/ui/native_theme/native_theme.h File ui/native_theme/native_theme.h (right): https://codereview.chromium.org/1661673004/diff/260001/ui/native_theme/native_theme.h#newcode200 ui/native_theme/native_theme.h:200: union NATIVE_THEME_EXPORT ExtraParams { pkasting, does this seem right ...
4 years, 10 months ago (2016-02-18 07:13:38 UTC) #49
Peter Kasting
https://codereview.chromium.org/1661673004/diff/260001/ui/native_theme/native_theme.h File ui/native_theme/native_theme.h (right): https://codereview.chromium.org/1661673004/diff/260001/ui/native_theme/native_theme.h#newcode200 ui/native_theme/native_theme.h:200: union NATIVE_THEME_EXPORT ExtraParams { On 2016/02/18 07:13:37, varkha wrote: ...
4 years, 10 months ago (2016-02-18 18:19:44 UTC) #50
varkha
+sky@ for OWNERS in ui/views/controls/menu. -sadrul@
4 years, 10 months ago (2016-02-18 23:25:10 UTC) #52
sky
How about some test coverage? https://codereview.chromium.org/1661673004/diff/260001/ui/views/controls/menu/menu_controller.cc File ui/views/controls/menu/menu_controller.cc (right): https://codereview.chromium.org/1661673004/diff/260001/ui/views/controls/menu/menu_controller.cc#newcode121 ui/views/controls/menu/menu_controller.cc:121: CustomButton* OtherHotTrackedButton(View* view, CustomButton* ...
4 years, 10 months ago (2016-02-19 01:07:15 UTC) #53
varkha
> How about some test coverage? I've added a test that emulates hot tracking with ...
4 years, 10 months ago (2016-02-23 00:41:05 UTC) #54
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/300001
4 years, 10 months ago (2016-02-23 00:46:19 UTC) #57
Peter Kasting
https://codereview.chromium.org/1661673004/diff/260001/ui/views/controls/menu/menu_scroll_view_container.cc File ui/views/controls/menu/menu_scroll_view_container.cc (left): https://codereview.chromium.org/1661673004/diff/260001/ui/views/controls/menu/menu_scroll_view_container.cc#oldcode79 ui/views/controls/menu/menu_scroll_view_container.cc:79: extra.menu_item.is_selected = false; On 2016/02/23 00:41:05, varkha wrote: > ...
4 years, 10 months ago (2016-02-23 02:22:56 UTC) #58
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/171935)
4 years, 10 months ago (2016-02-23 02:32:09 UTC) #60
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/320001
4 years, 10 months ago (2016-02-23 07:28:59 UTC) #62
varkha
https://codereview.chromium.org/1661673004/diff/260001/ui/views/controls/menu/menu_scroll_view_container.cc File ui/views/controls/menu/menu_scroll_view_container.cc (left): https://codereview.chromium.org/1661673004/diff/260001/ui/views/controls/menu/menu_scroll_view_container.cc#oldcode79 ui/views/controls/menu/menu_scroll_view_container.cc:79: extra.menu_item.is_selected = false; On 2016/02/23 02:22:56, Peter Kasting wrote: ...
4 years, 10 months ago (2016-02-23 07:30:45 UTC) #63
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-23 08:39:42 UTC) #65
sky
https://codereview.chromium.org/1661673004/diff/320001/chrome/browser/ui/views/toolbar/app_menu.cc File chrome/browser/ui/views/toolbar/app_menu.cc (right): https://codereview.chromium.org/1661673004/diff/320001/chrome/browser/ui/views/toolbar/app_menu.cc#newcode220 chrome/browser/ui/views/toolbar/app_menu.cc:220: view->GetClassName() == views::MenuButton::kViewClassName) { I'm not a fan of ...
4 years, 10 months ago (2016-02-23 20:11:13 UTC) #66
varkha
Will look at the items, thanks sky@! Just posting this to answer the second question. ...
4 years, 10 months ago (2016-02-23 21:01:39 UTC) #67
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/340001
4 years, 10 months ago (2016-02-24 01:39:50 UTC) #69
varkha
PTAL. Thanks for the comments! https://codereview.chromium.org/1661673004/diff/320001/chrome/browser/ui/views/toolbar/app_menu.cc File chrome/browser/ui/views/toolbar/app_menu.cc (right): https://codereview.chromium.org/1661673004/diff/320001/chrome/browser/ui/views/toolbar/app_menu.cc#newcode220 chrome/browser/ui/views/toolbar/app_menu.cc:220: view->GetClassName() == views::MenuButton::kViewClassName) { ...
4 years, 10 months ago (2016-02-24 01:42:21 UTC) #70
Peter Kasting
Some comment suggestsion https://codereview.chromium.org/1661673004/diff/340001/chrome/browser/ui/views/toolbar/app_menu.cc File chrome/browser/ui/views/toolbar/app_menu.cc (right): https://codereview.chromium.org/1661673004/diff/340001/chrome/browser/ui/views/toolbar/app_menu.cc#newcode139 chrome/browser/ui/views/toolbar/app_menu.cc:139: ROUNDED_BUTTON, Nit: These probably deserve comments, ...
4 years, 10 months ago (2016-02-24 02:04:49 UTC) #71
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/97608) linux_chromium_gn_chromeos_rel on ...
4 years, 10 months ago (2016-02-24 02:26:47 UTC) #73
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/360001
4 years, 10 months ago (2016-02-24 04:22:35 UTC) #75
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/171189)
4 years, 10 months ago (2016-02-24 04:48:10 UTC) #77
varkha
https://codereview.chromium.org/1661673004/diff/340001/chrome/browser/ui/views/toolbar/app_menu.cc File chrome/browser/ui/views/toolbar/app_menu.cc (right): https://codereview.chromium.org/1661673004/diff/340001/chrome/browser/ui/views/toolbar/app_menu.cc#newcode139 chrome/browser/ui/views/toolbar/app_menu.cc:139: ROUNDED_BUTTON, On 2016/02/24 02:04:48, Peter Kasting wrote: > Nit: ...
4 years, 10 months ago (2016-02-24 05:52:10 UTC) #82
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/420001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/420001
4 years, 10 months ago (2016-02-24 05:52:38 UTC) #83
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/172731)
4 years, 10 months ago (2016-02-24 06:36:10 UTC) #85
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/440001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/440001
4 years, 10 months ago (2016-02-24 06:52:48 UTC) #88
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-24 09:11:36 UTC) #90
sky
On Tue, Feb 23, 2016 at 1:01 PM, <varkha@chromium.org> wrote: > Will look at the ...
4 years, 10 months ago (2016-02-24 17:36:49 UTC) #91
varkha
> Thanks. Now I get what you are trying to fix. > I think the ...
4 years, 10 months ago (2016-02-24 19:04:25 UTC) #92
sky
On Wed, Feb 24, 2016 at 11:04 AM, <varkha@chromium.org> wrote: >> Thanks. Now I get ...
4 years, 10 months ago (2016-02-24 23:42:55 UTC) #93
varkha
sky@, I have added plumbing for observing button state, PTAL. I could not convince myself ...
4 years, 10 months ago (2016-02-25 02:06:49 UTC) #95
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/480001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/480001
4 years, 10 months ago (2016-02-25 02:09:28 UTC) #97
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-25 03:29:22 UTC) #99
varkha
sky@ and I have chatted offline and I have now separated the bulk of the ...
4 years, 9 months ago (2016-02-25 17:32:44 UTC) #101
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/500001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/500001
4 years, 9 months ago (2016-02-25 17:33:11 UTC) #102
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/27158) android_chromium_gn_compile_dbg on ...
4 years, 9 months ago (2016-02-25 17:41:40 UTC) #104
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/520001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/520001
4 years, 9 months ago (2016-02-25 18:15:13 UTC) #106
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-02-25 19:29:02 UTC) #108
varkha
sky@, ping, the changes in ui/views/ are now just the setting of hot-tracked view correctly ...
4 years, 9 months ago (2016-02-26 18:12:52 UTC) #109
sky
LGTM https://codereview.chromium.org/1661673004/diff/520001/ui/views/controls/menu/menu_controller.cc File ui/views/controls/menu/menu_controller.cc (right): https://codereview.chromium.org/1661673004/diff/520001/ui/views/controls/menu/menu_controller.cc#newcode2613 ui/views/controls/menu/menu_controller.cc:2613: CustomButton* button_hot = CustomButton::AsCustomButton(hot_view); nit: hot_button to match ...
4 years, 9 months ago (2016-02-26 20:51:04 UTC) #110
varkha
https://codereview.chromium.org/1661673004/diff/520001/ui/views/controls/menu/menu_controller.cc File ui/views/controls/menu/menu_controller.cc (right): https://codereview.chromium.org/1661673004/diff/520001/ui/views/controls/menu/menu_controller.cc#newcode2613 ui/views/controls/menu/menu_controller.cc:2613: CustomButton* button_hot = CustomButton::AsCustomButton(hot_view); On 2016/02/26 20:51:04, sky wrote: ...
4 years, 9 months ago (2016-02-26 20:57:11 UTC) #111
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661673004/540001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661673004/540001
4 years, 9 months ago (2016-02-26 20:58:05 UTC) #114
commit-bot: I haz the power
Committed patchset #18 (id:540001)
4 years, 9 months ago (2016-02-26 22:12:36 UTC) #115
commit-bot: I haz the power
Patchset 18 (id:??) landed as https://crrev.com/ef6637ffae36b30abf91c6cd78dcd2fa7a3f59b5 Cr-Commit-Position: refs/heads/master@{#377999}
4 years, 9 months ago (2016-02-26 22:14:01 UTC) #117
Evan Stade
https://codereview.chromium.org/1661673004/diff/540001/chrome/browser/ui/views/toolbar/toolbar_action_view.cc File chrome/browser/ui/views/toolbar/toolbar_action_view.cc (right): https://codereview.chromium.org/1661673004/diff/540001/chrome/browser/ui/views/toolbar/toolbar_action_view.cc#newcode130 chrome/browser/ui/views/toolbar/toolbar_action_view.cc:130: return !delegate_->ShownInsideMenu() && This seems contrary to what you ...
4 years, 9 months ago (2016-03-01 00:00:08 UTC) #119
Evan Stade
On 2016/03/01 00:00:08, Evan Stade wrote: > https://codereview.chromium.org/1661673004/diff/540001/chrome/browser/ui/views/toolbar/toolbar_action_view.cc > File chrome/browser/ui/views/toolbar/toolbar_action_view.cc (right): > > https://codereview.chromium.org/1661673004/diff/540001/chrome/browser/ui/views/toolbar/toolbar_action_view.cc#newcode130 ...
4 years, 9 months ago (2016-03-01 00:02:51 UTC) #120
varkha
4 years, 9 months ago (2016-03-01 00:08:58 UTC) #121
Message was sent while issue was closed.
https://codereview.chromium.org/1661673004/diff/540001/chrome/browser/ui/view...
File chrome/browser/ui/views/toolbar/toolbar_action_view.cc (right):

https://codereview.chromium.org/1661673004/diff/540001/chrome/browser/ui/view...
chrome/browser/ui/views/toolbar/toolbar_action_view.cc:130: return
!delegate_->ShownInsideMenu() &&
On 2016/03/01 00:00:08, Evan Stade wrote:
> This seems contrary to what you wrote on the bug: "mouse hot-tracking should
> produce immediate feedback".

Yes, the immediate feedback is produced by a background created in app_menu.
This check here just disables the "other" hover that works on mouse enter / exit
with an animation.

Powered by Google App Engine
This is Rietveld 408576698