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

Issue 10824030: Move ExtensionHost into extensions namespace (Closed)

Created:
8 years, 5 months ago by Devlin
Modified:
8 years, 4 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, nkostylev+watch_chromium.org, yoshiki+watch_chromium.org, kkania, Aaron Boodman, Satish, robertshield, oshima+watch_chromium.org, tfarina, markusheintz_, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Move ExtensionHost into extensions namespace BUG=139042, 117261 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149295

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Latest master #

Patch Set 3 : Latest master for cq #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -152 lines) Patch
M chrome/browser/automation/automation_provider_observers.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/background/background_contents_service.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_handler_util.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_handler_util.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/content_settings_platform_app_provider.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/alert_apitest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/runtime/runtime_api.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/event_router.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_bindings_apitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_browsertest.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_crash_recovery_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_devtools_browsertests.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_host.h View 5 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_host.cc View 5 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/extensions/extension_host_mac.h View 2 chunks +2 lines, -1 line 0 comments Download
chrome/browser/extensions/extension_host_mac.mm View 3 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_infobar_delegate.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_infobar_delegate.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_management_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_process_manager.h View 7 chunks +25 lines, -20 lines 0 comments Download
M chrome/browser/extensions/extension_process_manager.cc View 1 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/gpu_browsertest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/lazy_background_page_apitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/lazy_background_task_queue.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/lazy_background_task_queue.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/message_service.h View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/platform_app_launcher.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/file_select_helper.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/speech/speech_input_extension_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager_resource_providers.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_popup_controller.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm View 1 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_view_mac.h View 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_view_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
chrome/browser/ui/cocoa/infobars/extension_infobar_controller.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/extension_popup_gtk.h View 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/extension_view_gtk.h View 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/extension_view_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_dialog.h View 5 chunks +11 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_dialog.cc View 1 6 chunks +12 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_popup.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_popup.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_view.h View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/extension_infobar.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.h View 1 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Devlin
Refactor; please review when time allows. pkasting - c/b/ui yoshiki - c/b/task_manager jochen - c/b/content_settings ...
8 years, 5 months ago (2012-07-26 18:07:32 UTC) #1
Peter Kasting
OWNERS LGTM https://chromiumcodereview.appspot.com/10824030/diff/1001/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h File chrome/browser/ui/cocoa/extensions/extension_popup_controller.h (right): https://chromiumcodereview.appspot.com/10824030/diff/1001/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h#newcode60 chrome/browser/ui/cocoa/extensions/extension_popup_controller.h:60: // Returns the extensions::ExtensionHost object associated with ...
8 years, 5 months ago (2012-07-26 18:13:47 UTC) #2
Andrew T Wilson (Slow)
background LGTM
8 years, 5 months ago (2012-07-26 20:58:01 UTC) #3
jochen (gone - plz use gerrit)
content settings LGTM
8 years, 5 months ago (2012-07-26 21:06:09 UTC) #4
not at google - send to devlin
extensions lgtm I think using extensions::ExtensionHost is fine within extensions code since it's all going ...
8 years, 5 months ago (2012-07-27 01:23:24 UTC) #5
Peter Kasting
I'm fine with using statements in files that will be moving into that namespace themselves ...
8 years, 5 months ago (2012-07-27 01:54:30 UTC) #6
yoshiki
task_manager LGTM
8 years, 4 months ago (2012-07-27 11:19:49 UTC) #7
Devlin
- satish (Busy? Vacation?) + hans for c/b/speech
8 years, 4 months ago (2012-07-31 18:00:37 UTC) #8
hans
On 2012/07/31 18:00:37, D Cronin wrote: > - satish (Busy? Vacation?) > + hans > ...
8 years, 4 months ago (2012-07-31 18:02:29 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/10824030/10056
8 years, 4 months ago (2012-07-31 19:57:53 UTC) #10
commit-bot: I haz the power
Presubmit check for 10824030-10056 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-07-31 19:58:28 UTC) #11
Devlin
+ jam for automation and chrome jam: I know we can TBR for gypi changes ...
8 years, 4 months ago (2012-07-31 20:05:28 UTC) #12
jam
On 2012/07/31 20:05:28, D Cronin wrote: > + jam for automation and chrome > jam: ...
8 years, 4 months ago (2012-07-31 21:02:07 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/10824030/10056
8 years, 4 months ago (2012-07-31 21:08:42 UTC) #14
commit-bot: I haz the power
8 years, 4 months ago (2012-07-31 22:25:18 UTC) #15
Change committed as 149295

Powered by Google App Engine
This is Rietveld 408576698