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

Issue 1241063003: Support Component Actions in the toolbar. (Closed)

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

Description

Support Component Actions in the toolbar. This change supports component actions in the toolbar, which previously only supported extension actions. ExtensionToolbarModel now keep track of extension ids (strings) rather than Extensions. This change also fixes the blank placement for the Media Router Action icon in new windows. BUG=511292, 511427, 511302 Committed: https://crrev.com/f9cfc4d02e387612c90385a5998af884975942a5 Cr-Commit-Position: refs/heads/master@{#343808}

Patch Set 1 : #

Patch Set 2 : Changes per rdevlin.cronin@'s comments / offline discussion. #

Patch Set 3 : Rebase. #

Total comments: 36

Patch Set 4 : Rebase. #

Patch Set 5 : git cl upload --similarity=35 #

Patch Set 6 : Changes per rdevlin.cronin@'s comments. #

Total comments: 25

Patch Set 7 : Rebase. #

Total comments: 51

Patch Set 8 : Changes per rdevlin.chronin@'s comments. #

Patch Set 9 : Changes per mfoltz@'s comments. #

Total comments: 12

Patch Set 10 : Changes per mfoltz@'s comments. #

Total comments: 64

Patch Set 11 : Changes per isherman@'s comments. #

Total comments: 32

Patch Set 12 : Changes per pkasting@ and rdevlin.cronin@'s comments. #

Patch Set 13 : Rebase. #

Total comments: 18

Patch Set 14 : Rebase. #

Patch Set 15 : Changes per pkasting@'s comments. #

Patch Set 16 : Fix tests and indentation changes. #

Total comments: 38

Patch Set 17 : Changes per rdevlin.cronin@'s comments. #

Patch Set 18 : Rebase and remove temp member variables. #

Patch Set 19 : Changes per rdevlin.cronin@'s comments. #

Total comments: 32

Patch Set 20 : Rebase. #

Patch Set 21 : Changes per rdevlin.cronin@'s comments. #

Patch Set 22 : git cl format #

Patch Set 23 : Changes per rdevlin.cronin@'s comments. #

Total comments: 6

Patch Set 24 : Changes per rdevlin.cronin@'s comments. #

Patch Set 25 : Rebase. #

Patch Set 26 : Switch GetComponentActionId to unix_hacker_style. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1420 lines, -3450 lines) Patch
M chrome/browser/extensions/api/extension_action/browser_action_apitest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/extension_action/browser_action_interactive_test.cc View 1 2 3 4 5 6 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/extension_action/extension_action_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/browser_context_keyed_service_factories.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_action_test_util.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_action_test_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +32 lines, -25 lines 0 comments Download
M chrome/browser/extensions/extension_message_bubble_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_toolbar_model.h View 1 1 chunk +0 lines, -277 lines 0 comments Download
D chrome/browser/extensions/extension_toolbar_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -753 lines 0 comments Download
D chrome/browser/extensions/extension_toolbar_model_factory.h View 1 1 chunk +0 lines, -40 lines 0 comments Download
D chrome/browser/extensions/extension_toolbar_model_factory.cc View 1 1 chunk +0 lines, -59 lines 0 comments Download
D chrome/browser/extensions/extension_toolbar_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1210 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm View 1 2 3 4 5 6 5 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/browser_actions_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/extensions/extension_toolbar_icon_surfacing_bubble_delegate.cc View 1 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/toolbar/browser_actions_bar_browsertest.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/toolbar/browser_actions_bar_browsertest.cc View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/toolbar/component_toolbar_actions_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -54 lines 0 comments Download
M chrome/browser/ui/toolbar/component_toolbar_actions_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +10 lines, -10 lines 0 comments Download
M chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +28 lines, -14 lines 0 comments Download
M chrome/browser/ui/toolbar/media_router_action.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +16 lines, -12 lines 0 comments Download
A chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +32 lines, -0 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_actions_bar.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 7 chunks +17 lines, -22 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_actions_bar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 17 chunks +44 lines, -74 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_actions_bar_unittest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_actions_bar_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/ui/toolbar/toolbar_actions_model.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 10 chunks +133 lines, -99 lines 0 comments Download
A + chrome/browser/ui/toolbar/toolbar_actions_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 20 chunks +347 lines, -256 lines 0 comments Download
A + chrome/browser/ui/toolbar/toolbar_actions_model_factory.h View 1 3 chunks +10 lines, -14 lines 0 comments Download
A + chrome/browser/ui/toolbar/toolbar_actions_model_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +18 lines, -22 lines 0 comments Download
A + chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 31 chunks +591 lines, -432 lines 0 comments Download
M chrome/browser/ui/toolbar/wrench_menu_model.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/toolbar/wrench_menu_model.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +7 lines, -13 lines 0 comments Download
M chrome/browser/ui/views/toolbar/browser_actions_container.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/toolbar/browser_actions_container_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 5 chunks +17 lines, -11 lines 0 comments Download
M chrome/browser/ui/views/toolbar/chevron_menu_button.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +3 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +0 lines, -2 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 98 (58 generated)
apacible
PTAL, thanks! Shows component action (MR Action) between some extensions and a component extension: LTR: ...
5 years, 4 months ago (2015-07-27 16:35:00 UTC) #33
Devlin
The big thing this patch should be changing is that ExtensionToolbarModel shouldn't really be an ...
5 years, 4 months ago (2015-07-27 17:11:58 UTC) #34
apacible
Thanks for the feedback! Second patch set is a bigger than the first one... :) ...
5 years, 4 months ago (2015-07-28 22:05:13 UTC) #43
apacible
mfoltz: PTAL, thanks!
5 years, 4 months ago (2015-07-28 23:24:35 UTC) #45
mark a. foltz
This looks good from a style point of view. However I had a more basic ...
5 years, 4 months ago (2015-07-29 17:56:24 UTC) #46
Devlin
Quick first pass. https://codereview.chromium.org/1241063003/diff/780001/chrome/browser/ui/toolbar/toolbar_actions_model.cc File chrome/browser/ui/toolbar/toolbar_actions_model.cc (right): https://codereview.chromium.org/1241063003/diff/780001/chrome/browser/ui/toolbar/toolbar_actions_model.cc#newcode51 chrome/browser/ui/toolbar/toolbar_actions_model.cc:51: include_all_actions_( nit: this should probably stay ...
5 years, 4 months ago (2015-07-29 18:04:04 UTC) #47
Devlin
On 2015/07/29 17:56:24, mark a. foltz wrote: > This looks good from a style point ...
5 years, 4 months ago (2015-07-29 18:10:22 UTC) #48
mark a. foltz
On 2015/07/29 at 18:10:22, rdevlin.cronin wrote: > On 2015/07/29 17:56:24, mark a. foltz wrote: > ...
5 years, 4 months ago (2015-07-29 20:22:54 UTC) #49
apacible
https://codereview.chromium.org/1241063003/diff/780001/chrome/browser/ui/toolbar/toolbar_actions_model.cc File chrome/browser/ui/toolbar/toolbar_actions_model.cc (right): https://codereview.chromium.org/1241063003/diff/780001/chrome/browser/ui/toolbar/toolbar_actions_model.cc#newcode51 chrome/browser/ui/toolbar/toolbar_actions_model.cc:51: include_all_actions_( On 2015/07/29 18:04:04, Devlin wrote: > nit: this ...
5 years, 4 months ago (2015-07-30 22:53:22 UTC) #51
Devlin
Sorry, didn't quite make it to this one today. I'll be sure to get it ...
5 years, 4 months ago (2015-08-01 01:36:59 UTC) #52
apacible
On 2015/08/01 01:36:59, Devlin wrote: > Sorry, didn't quite make it to this one today. ...
5 years, 4 months ago (2015-08-01 02:06:15 UTC) #53
Devlin
Okay, next round :) https://codereview.chromium.org/1241063003/diff/780001/chrome/browser/ui/toolbar/toolbar_actions_model.cc File chrome/browser/ui/toolbar/toolbar_actions_model.cc (right): https://codereview.chromium.org/1241063003/diff/780001/chrome/browser/ui/toolbar/toolbar_actions_model.cc#newcode323 chrome/browser/ui/toolbar/toolbar_actions_model.cc:323: const extensions::Extension* extension) { On ...
5 years, 4 months ago (2015-08-03 20:58:31 UTC) #54
mark a. foltz
My comments are minor in relation to the new/modified code to implement the feature. I ...
5 years, 4 months ago (2015-08-04 21:57:22 UTC) #57
Devlin
Answering a few of the comments. :) https://codereview.chromium.org/1241063003/diff/920001/chrome/browser/extensions/extension_action_test_util.cc File chrome/browser/extensions/extension_action_test_util.cc (right): https://codereview.chromium.org/1241063003/diff/920001/chrome/browser/extensions/extension_action_test_util.cc#newcode64 chrome/browser/extensions/extension_action_test_util.cc:64: ExtensionRegistry::Get(profile)->enabled_extensions().GetByID( On ...
5 years, 4 months ago (2015-08-04 22:12:59 UTC) #58
apacible
Changes for rdevlin.cronin's comments; looking through mfoltz's comments now. https://codereview.chromium.org/1241063003/diff/780001/chrome/browser/ui/toolbar/toolbar_actions_model.cc File chrome/browser/ui/toolbar/toolbar_actions_model.cc (right): https://codereview.chromium.org/1241063003/diff/780001/chrome/browser/ui/toolbar/toolbar_actions_model.cc#newcode323 chrome/browser/ui/toolbar/toolbar_actions_model.cc:323: ...
5 years, 4 months ago (2015-08-04 22:15:59 UTC) #59
apacible
https://codereview.chromium.org/1241063003/diff/920001/chrome/browser/ui/toolbar/component_toolbar_actions_factory.h File chrome/browser/ui/toolbar/component_toolbar_actions_factory.h (right): https://codereview.chromium.org/1241063003/diff/920001/chrome/browser/ui/toolbar/component_toolbar_actions_factory.h#newcode22 chrome/browser/ui/toolbar/component_toolbar_actions_factory.h:22: static const char kMockActionId[]; // Only used for testing. ...
5 years, 4 months ago (2015-08-05 01:03:42 UTC) #60
mark a. foltz
lgtm with a few remaining comments! https://codereview.chromium.org/1241063003/diff/960001/chrome/browser/extensions/extension_action_test_util.cc File chrome/browser/extensions/extension_action_test_util.cc (right): https://codereview.chromium.org/1241063003/diff/960001/chrome/browser/extensions/extension_action_test_util.cc#newcode61 chrome/browser/extensions/extension_action_test_util.cc:61: for (ExtensionIdList::const_iterator iter ...
5 years, 4 months ago (2015-08-05 20:21:53 UTC) #61
apacible
https://codereview.chromium.org/1241063003/diff/960001/chrome/browser/extensions/extension_action_test_util.cc File chrome/browser/extensions/extension_action_test_util.cc (right): https://codereview.chromium.org/1241063003/diff/960001/chrome/browser/extensions/extension_action_test_util.cc#newcode61 chrome/browser/extensions/extension_action_test_util.cc:61: for (ExtensionIdList::const_iterator iter = toolbar_extensions.begin(); On 2015/08/05 20:21:53, mark ...
5 years, 4 months ago (2015-08-05 23:21:43 UTC) #62
apacible
Adding OWNERS: isherman@ for: tools/metrics/histograms/histograms.xml pkasting@ for: c/b/ui/cocoa/extensions c/b/ui/extensions c/b/ui/toolbar c/b/ui/views/toolbar PTAL, thanks!
5 years, 4 months ago (2015-08-05 23:26:02 UTC) #64
Ilya Sherman
https://codereview.chromium.org/1241063003/diff/980001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1241063003/diff/980001/tools/metrics/histograms/histograms.xml#newcode45927 tools/metrics/histograms/histograms.xml:45927: +<histogram name="ToolbarActionsModel.ComponentActionsCount"> It looks like you're introducing a new ...
5 years, 4 months ago (2015-08-06 15:55:23 UTC) #65
Devlin
On 2015/08/05 23:26:02, apacible wrote: > Adding OWNERS: > isherman@ for: > tools/metrics/histograms/histograms.xml > pkasting@ ...
5 years, 4 months ago (2015-08-06 16:36:55 UTC) #66
apacible
https://codereview.chromium.org/1241063003/diff/980001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1241063003/diff/980001/tools/metrics/histograms/histograms.xml#newcode45927 tools/metrics/histograms/histograms.xml:45927: +<histogram name="ToolbarActionsModel.ComponentActionsCount"> On 2015/08/06 15:55:23, Ilya Sherman wrote: > ...
5 years, 4 months ago (2015-08-06 17:50:46 UTC) #67
Ilya Sherman
histograms lgtm, thanks
5 years, 4 months ago (2015-08-06 17:54:56 UTC) #68
Peter Kasting
I didn't review chrome/browser/ui/toolbar/toolbar_actions*, left those for rdevlin.cronin. https://codereview.chromium.org/1241063003/diff/1000001/chrome/browser/ui/toolbar/component_toolbar_actions_browsertest.cc File chrome/browser/ui/toolbar/component_toolbar_actions_browsertest.cc (right): https://codereview.chromium.org/1241063003/diff/1000001/chrome/browser/ui/toolbar/component_toolbar_actions_browsertest.cc#newcode53 chrome/browser/ui/toolbar/component_toolbar_actions_browsertest.cc:53: browser_actions_bar.GetExtensionId(0)); ...
5 years, 4 months ago (2015-08-06 20:15:18 UTC) #69
Devlin
https://codereview.chromium.org/1241063003/diff/860001/chrome/browser/ui/toolbar/toolbar_actions_model.h File chrome/browser/ui/toolbar/toolbar_actions_model.h (right): https://codereview.chromium.org/1241063003/diff/860001/chrome/browser/ui/toolbar/toolbar_actions_model.h#newcode58 chrome/browser/ui/toolbar/toolbar_actions_model.h:58: virtual void OnToolbarActionAdded(const std::string& id, int index) = 0; ...
5 years, 4 months ago (2015-08-06 22:04:57 UTC) #70
apacible
https://codereview.chromium.org/1241063003/diff/980001/chrome/browser/ui/toolbar/toolbar_actions_bar.cc File chrome/browser/ui/toolbar/toolbar_actions_bar.cc (right): https://codereview.chromium.org/1241063003/diff/980001/chrome/browser/ui/toolbar/toolbar_actions_bar.cc#newcode258 chrome/browser/ui/toolbar/toolbar_actions_bar.cc:258: // Good time for some sanity checks: We should ...
5 years, 4 months ago (2015-08-10 22:38:11 UTC) #73
Peter Kasting
https://codereview.chromium.org/1241063003/diff/1000001/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc File chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc (right): https://codereview.chromium.org/1241063003/diff/1000001/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc#newcode44 chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc:44: #if defined(ENABLE_MEDIA_ROUTER) On 2015/08/10 22:38:11, apacible wrote: > On ...
5 years, 4 months ago (2015-08-11 19:10:49 UTC) #74
apacible
https://codereview.chromium.org/1241063003/diff/1000001/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc File chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc (right): https://codereview.chromium.org/1241063003/diff/1000001/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc#newcode44 chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc:44: #if defined(ENABLE_MEDIA_ROUTER) On 2015/08/11 19:10:49, Peter Kasting wrote: > ...
5 years, 4 months ago (2015-08-12 05:26:45 UTC) #77
Peter Kasting
LGTM https://codereview.chromium.org/1241063003/diff/1080001/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc File chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc (right): https://codereview.chromium.org/1241063003/diff/1080001/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc#newcode40 chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc:40: ComponentToolbarActionsFactory::GetComponentIds() { On 2015/08/12 05:26:44, apacible wrote: > ...
5 years, 4 months ago (2015-08-12 07:13:45 UTC) #78
Devlin
Next round (there were a few files I couldn't quite make a pass on, but ...
5 years, 4 months ago (2015-08-13 21:21:11 UTC) #79
apacible
https://codereview.chromium.org/1241063003/diff/980001/chrome/browser/ui/toolbar/toolbar_actions_model.cc File chrome/browser/ui/toolbar/toolbar_actions_model.cc (right): https://codereview.chromium.org/1241063003/diff/980001/chrome/browser/ui/toolbar/toolbar_actions_model.cc#newcode557 chrome/browser/ui/toolbar/toolbar_actions_model.cc:557: if (std::find(component_ids.begin(), component_ids.end(), action_id) == On 2015/08/13 21:21:10, Devlin ...
5 years, 4 months ago (2015-08-15 08:46:41 UTC) #85
Devlin
This is looking really good! Super close! https://codereview.chromium.org/1241063003/diff/1180001/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc File chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc (right): https://codereview.chromium.org/1241063003/diff/1180001/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc#newcode39 chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc:39: ComponentToolbarActionsFactory::GetComponentIds() { ...
5 years, 4 months ago (2015-08-17 16:32:22 UTC) #86
apacible
https://codereview.chromium.org/1241063003/diff/1180001/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc File chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc (right): https://codereview.chromium.org/1241063003/diff/1180001/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc#newcode39 chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc:39: ComponentToolbarActionsFactory::GetComponentIds() { On 2015/08/17 16:32:21, Devlin wrote: > On ...
5 years, 4 months ago (2015-08-17 18:23:33 UTC) #87
Devlin
LGTM! Woohoo! https://codereview.chromium.org/1241063003/diff/1320001/chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc File chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc (right): https://codereview.chromium.org/1241063003/diff/1320001/chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc#newcode190 chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc:190: std::string mock_action_id_; On 2015/08/17 18:23:32, apacible wrote: ...
5 years, 4 months ago (2015-08-17 18:41:55 UTC) #88
apacible
Thanks, Devlin! https://codereview.chromium.org/1241063003/diff/1320001/chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc File chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc (right): https://codereview.chromium.org/1241063003/diff/1320001/chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc#newcode190 chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc:190: std::string mock_action_id_; On 2015/08/17 18:41:55, Devlin wrote: ...
5 years, 4 months ago (2015-08-17 20:39:33 UTC) #89
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1241063003/1460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1241063003/1460001
5 years, 4 months ago (2015-08-17 20:40:31 UTC) #92
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/99244)
5 years, 4 months ago (2015-08-17 23:29:53 UTC) #94
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1241063003/1460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1241063003/1460001
5 years, 4 months ago (2015-08-18 03:26:20 UTC) #96
commit-bot: I haz the power
Committed patchset #26 (id:1460001)
5 years, 4 months ago (2015-08-18 05:14:22 UTC) #97
commit-bot: I haz the power
5 years, 4 months ago (2015-08-18 05:15:03 UTC) #98
Message was sent while issue was closed.
Patchset 26 (id:??) landed as
https://crrev.com/f9cfc4d02e387612c90385a5998af884975942a5
Cr-Commit-Position: refs/heads/master@{#343808}

Powered by Google App Engine
This is Rietveld 408576698