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

Issue 10735061: Move ExtensionWindowController and related into extensions namespace (Closed)

Created:
8 years, 5 months ago by Devlin
Modified:
8 years, 5 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, sadrul, ben+watch_chromium.org, jeremya+watch_chromium.org, Dmitry Titov, dcheng, Aaron Boodman, jennb, jianli
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Move ExtensionWindowController and related into extensions namespace Moved ExtensionWindowController, BrowserExtensionWindowController, ExtensionWindowList to extensions namespace; renamed appropriately. BUG=136874, 117261 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147083

Patch Set 1 #

Patch Set 2 : stevenjb's requests #

Patch Set 3 : Latest master for cq #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -398 lines) Patch
M chrome/browser/extensions/api/app_window/app_window_api.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs.cc View 1 10 chunks +20 lines, -18 lines 0 comments Download
M chrome/browser/extensions/browser_extension_window_controller.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
D chrome/browser/extensions/browser_extension_window_controller.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_browser_event_router.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_function.h View 1 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_function.cc View 1 3 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_function_test_utils.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_host.h View 1 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
D chrome/browser/extensions/extension_window_controller.h View 1 1 chunk +0 lines, -86 lines 0 comments Download
D chrome/browser/extensions/extension_window_controller.cc View 1 chunk +0 lines, -66 lines 0 comments Download
D chrome/browser/extensions/extension_window_list.h View 1 1 chunk +0 lines, -51 lines 0 comments Download
D chrome/browser/extensions/extension_window_list.cc View 1 chunk +0 lines, -64 lines 0 comments Download
M chrome/browser/extensions/tab_helper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/tab_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/extensions/window_controller.h View 1 3 chunks +13 lines, -13 lines 0 comments Download
A + chrome/browser/extensions/window_controller.cc View 1 2 chunks +15 lines, -13 lines 0 comments Download
A chrome/browser/extensions/window_controller_list.h View 1 1 chunk +55 lines, -0 lines 0 comments Download
A + chrome/browser/extensions/window_controller_list.cc View 1 4 chunks +18 lines, -16 lines 0 comments Download
M chrome/browser/infobars/infobar_extension_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/balloon_host.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/balloon_host.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/browser.h View 1 2 4 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/extensions/shell_window.h View 1 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/extensions/shell_window.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/intents/web_intent_inline_disposition_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel.h View 1 4 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/panels/panel.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/panels/panel_host.h View 1 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/ash/panel_view_aura.h View 1 4 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/ash/panel_view_aura.cc View 1 6 chunks +7 lines, -8 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Devlin
Simple refactor, please review when you get a chance. mihaip: c/b/extensions pkasting: c/b/ui Thanks in ...
8 years, 5 months ago (2012-07-12 22:09:49 UTC) #1
Mihai Parparita -not on Chrome
LGTM
8 years, 5 months ago (2012-07-12 23:34:54 UTC) #2
Peter Kasting
Rubber-stamp LGTM
8 years, 5 months ago (2012-07-13 01:33:43 UTC) #3
stevenjb
I'm actually kind of wary of naming this 'WindowController', even inside the extensions namespace. e.g. ...
8 years, 5 months ago (2012-07-16 17:58:44 UTC) #4
Devlin
On 2012/07/16 17:58:44, stevenjb (chromium) wrote: > I'm actually kind of wary of naming this ...
8 years, 5 months ago (2012-07-16 20:51:37 UTC) #5
stevenjb
On 2012/07/16 20:51:37, D Cronin wrote: > On 2012/07/16 17:58:44, stevenjb (chromium) wrote: > > ...
8 years, 5 months ago (2012-07-16 21:31:09 UTC) #6
Devlin
On 2012/07/16 21:31:09, stevenjb (chromium) wrote: > On 2012/07/16 20:51:37, D Cronin wrote: > > ...
8 years, 5 months ago (2012-07-17 17:09:44 UTC) #7
stevenjb
Thanks! LGTM
8 years, 5 months ago (2012-07-17 17:58:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/10735061/12001
8 years, 5 months ago (2012-07-17 18:47:45 UTC) #9
commit-bot: I haz the power
8 years, 5 months ago (2012-07-17 20:36:59 UTC) #10
Change committed as 147083

Powered by Google App Engine
This is Rietveld 408576698