Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1063)

Issue 1087713002: [Reland] [Extensions] Make extension message bubble factory platform-abstract (Closed)

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

Description

[Reland] [Extensions] Make extension message bubble factory platform-abstract We want to show extension message bubbles on multiple platforms; the first step towards this is to make the bubble factory platform-abstract. Do so, and also add a handful of tests for the process of showing the bubble. BUG=474092 [email protected] (no relevant changes since original land) Committed: https://crrev.com/70fc60535fb99318170676856ecf1044ba083f68 Cr-Commit-Position: refs/heads/master@{#325269}

Patch Set 1 : Original #

Patch Set 2 : New #

Total comments: 2

Patch Set 3 : #

Total comments: 4

Patch Set 4 : Finnur's #

Unified diffs Side-by-side diffs Delta from patch set Stats (+576 lines, -529 lines) Patch
M chrome/browser/extensions/dev_mode_bubble_controller.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_action_test_util.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_action_test_util.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_message_bubble.h View 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/browser/extensions/extension_message_bubble_controller.h View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_message_bubble_controller.cc View 2 chunks +9 lines, -14 lines 0 comments Download
M chrome/browser/extensions/extension_message_bubble_controller_unittest.cc View 20 chunks +47 lines, -47 lines 0 comments Download
M chrome/browser/extensions/extension_toolbar_model.cc View 1 2 2 chunks +9 lines, -2 lines 0 comments Download
M chrome/browser/extensions/ntp_overridden_bubble_controller.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/proxy_overridden_bubble_controller.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/settings_api_bubble_controller.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/settings_api_bubble_controller.cc View 3 chunks +24 lines, -3 lines 0 comments Download
M chrome/browser/extensions/suspicious_extension_bubble_controller.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/browser_actions_controller.mm View 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/extensions/OWNERS View 1 chunk +4 lines, -1 line 0 comments Download
A chrome/browser/ui/extensions/extension_message_bubble_factory.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/ui/extensions/extension_message_bubble_factory.cc View 1 1 chunk +103 lines, -0 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_actions_bar.h View 1 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_actions_bar.cc View 1 4 chunks +26 lines, -1 line 0 comments Download
M chrome/browser/ui/toolbar/toolbar_actions_bar_delegate.h View 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_message_bubble_view.h View 4 chunks +0 lines, -125 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_message_bubble_view.cc View 7 chunks +3 lines, -275 lines 0 comments Download
A chrome/browser/ui/views/extensions/extension_message_bubble_view_browsertest.cc View 1 2 3 1 chunk +146 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/settings_api_bubble_helper_views.cc View 3 chunks +15 lines, -25 lines 0 comments Download
M chrome/browser/ui/views/toolbar/browser_actions_container.h View 1 7 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/toolbar/browser_actions_container.cc View 1 8 chunks +55 lines, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.h View 3 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.cc View 3 chunks +1 line, -13 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
Devlin
Finnur, mind taking a look? This is a reland of https://codereview.chromium.org/1078543002/. Patch Set 1 has ...
5 years, 8 months ago (2015-04-14 16:37:38 UTC) #3
Finnur
LGTM, could of nits. https://codereview.chromium.org/1087713002/diff/40001/chrome/browser/ui/toolbar/toolbar_actions_bar.cc File chrome/browser/ui/toolbar/toolbar_actions_bar.cc (right): https://codereview.chromium.org/1087713002/diff/40001/chrome/browser/ui/toolbar/toolbar_actions_bar.cc#newcode643 chrome/browser/ui/toolbar/toolbar_actions_bar.cc:643: // CreateActions() can be called ...
5 years, 8 months ago (2015-04-15 14:51:37 UTC) #4
Finnur
And thank you for also providing the original patch. Phew! :)
5 years, 8 months ago (2015-04-15 14:52:07 UTC) #5
Devlin
https://codereview.chromium.org/1087713002/diff/60001/chrome/browser/ui/views/extensions/extension_message_bubble_view_browsertest.cc File chrome/browser/ui/views/extensions/extension_message_bubble_view_browsertest.cc (right): https://codereview.chromium.org/1087713002/diff/60001/chrome/browser/ui/views/extensions/extension_message_bubble_view_browsertest.cc#newcode128 chrome/browser/ui/views/extensions/extension_message_bubble_view_browsertest.cc:128: // Tests that the extension bubble will show on ...
5 years, 8 months ago (2015-04-15 16:56:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1087713002/80001
5 years, 8 months ago (2015-04-15 16:57:58 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:80001)
5 years, 8 months ago (2015-04-15 17:49:26 UTC) #11
commit-bot: I haz the power
5 years, 8 months ago (2015-04-15 17:50:16 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/70fc60535fb99318170676856ecf1044ba083f68
Cr-Commit-Position: refs/heads/master@{#325269}

Powered by Google App Engine
This is Rietveld 408576698