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

Issue 102103005: Move c/c/e/extension_set to top-level extensions/ (Closed)

Created:
7 years ago by Devlin
Modified:
7 years ago
CC:
chromium-reviews, tim+watch_chromium.org, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, chrome-apps-syd-reviews_chromium.org, vandebo (ex-Chrome), Lei Zhang, tfarina, Greg Billock, dbeam+watch-options_chromium.org, haitaol+watch_chromium.org, tommycli, eroman, pam+watch_chromium.org, mmenke, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, markusheintz_, rsimha+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, Yoyo Zhou
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Move c/c/e/extension_set to top-level extensions/ Move extension_set.h/cc and extension_set_unittest to extensions/common/. Remove unused includes. Add includes where transitive includes were used. Update DEPS. No functional changes. BUG=162530 TBR=sky@chromium.org (c/b/autocomplete, c/b/ui, c/test) TBR=jam@chromium.org (c/b/automation) TBR=atwilson@chromium.org (c/b/background, c/b/sync, c/b/policy) TBR=bauerb@chromium.org (c/b/browsing_data, c/b/content_settings, c/b/managed_mode) TBR=satorux@chromium.org (c/b/chromeos) TBR=yurys@chromium.org (c/b/devtools) TBR=thestig@chromium.org (c/b/media_galleries) TBR=stevenjb@chromium.org (c/b/notifications) TBR=battre@chromium.org (c/b/profile_resetter) TBR=dmazzoni@chromium.org (c/b/speech) TBR=kinuko@chromium.org (c/b/sync_file_system) TBR=pkotwicz@chromium.org (c/b/themes) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241131

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move ExtensionSet to extensions namespace #

Total comments: 4

Patch Set 3 : Removed unused includes, added includes where missing #

Total comments: 1

Patch Set 4 : DEPS Update #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+360 lines, -731 lines) Patch
M apps/DEPS View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M apps/app_restore_service.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/apps/app_url_redirector.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/apps/shortcut_manager.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/extension_app_provider.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 1 2 5 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/background/background_application_list_model.cc View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/background/background_contents_service.cc View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model.h View 1 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/file_manager/file_browser_handlers.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/file_manager/file_tasks.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/system_logs/chrome_internal_log_source.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/content_settings/content_settings_internal_extension_provider.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/devtools/devtools_window.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/active_tab_permission_granter.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 2 6 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/push_messaging/push_messaging_api.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/storage/managed_value_store_cache.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_api.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/app_sync_bundle.h View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/app_sync_bundle.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/component_loader_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/error_console/error_console.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_apitest.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_browsertest.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_browsertest.cc View 1 2 3 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_context_menu_browsertest.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_keybinding_registry.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 3 6 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_special_storage_policy.h View 1 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_special_storage_policy.cc View 1 2 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_special_storage_policy_unittest.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_startup_browsertest.cc View 1 2 3 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_sync_bundle.h View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_sync_bundle.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_toolbar_model.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_warning_service.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_warning_set.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_warning_set.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/page_action_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/script_badge_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/test_extension_service.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/updater/extension_updater.h View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/updater/extension_updater.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/user_script_master.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/user_script_master.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_service.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/media_galleries/media_file_system_registry.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/media_galleries_preferences.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/notifications/desktop_notification_service.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/notifications/message_center_notification_manager.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/notifications/message_center_settings_controller.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/profile_resetter/resettable_settings_snapshot.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/speech/extension_api/tts_engine_extension_api.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/extension_settings_helper.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_app_helper.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_extension_helper.cc View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/themes/theme_service.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_controller_delegate.h View 1 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_controller_delegate.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/extension_app_model_builder.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/extension_app_model_builder.cc View 1 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/recommended_apps.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/search/app_search_provider.h View 1 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/search/app_search_provider.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/search/app_search_provider_unittest.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/script_bubble_gtk.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/sync/profile_signin_confirmation_helper.cc View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/cookies_tree_model_util.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/extensions/command_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/net_internals/net_internals_ui.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/policy_ui.cc View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/uber/uber_ui.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension_process_policy.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/common/extensions/extension_set.h View 1 2 1 chunk +0 lines, -146 lines 0 comments Download
D chrome/common/extensions/extension_set.cc View 1 2 1 chunk +0 lines, -149 lines 0 comments Download
D chrome/common/extensions/extension_set_unittest.cc View 1 chunk +0 lines, -140 lines 0 comments Download
M chrome/common/localized_error.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/pepper_permission_util.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/common/pepper_permission_util.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/renderer/extensions/app_bindings.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/chrome_v8_context.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/extensions/chrome_v8_extension.cc View 1 2 1 chunk +0 lines, -14 lines 0 comments Download
M chrome/renderer/extensions/dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/event_bindings.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/extensions/resource_request_policy.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/renderer/extensions/resource_request_policy.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/user_script_slave.h View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/user_script_slave.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/test/remoting/remote_desktop_browsertest.cc View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M extensions/browser/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M extensions/browser/info_map.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/info_map.cc View 1 chunk +1 line, -1 line 0 comments Download
A + extensions/common/extension_set.h View 1 2 6 chunks +20 lines, -18 lines 0 comments Download
A + extensions/common/extension_set.cc View 1 2 6 chunks +14 lines, -13 lines 0 comments Download
A + extensions/common/extension_set_unittest.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M extensions/extensions.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Devlin
Working to reduce extensions/ DEPS on chrome/. Please take a look when you get a ...
7 years ago (2013-12-04 00:49:45 UTC) #1
benwells
https://chromiumcodereview.appspot.com/102103005/diff/1/extensions/common/extension_set.h File extensions/common/extension_set.h (right): https://chromiumcodereview.appspot.com/102103005/diff/1/extensions/common/extension_set.h#newcode20 extensions/common/extension_set.h:20: class ExtensionSet { This might be painful, but can ...
7 years ago (2013-12-04 03:48:07 UTC) #2
Devlin
https://codereview.chromium.org/102103005/diff/1/extensions/common/extension_set.h File extensions/common/extension_set.h (right): https://codereview.chromium.org/102103005/diff/1/extensions/common/extension_set.h#newcode20 extensions/common/extension_set.h:20: class ExtensionSet { On 2013/12/04 03:48:08, benwells wrote: > ...
7 years ago (2013-12-10 21:25:31 UTC) #3
benwells
Looks like there are a bunch of includes that aren't used, and conversely some .cc ...
7 years ago (2013-12-11 00:03:42 UTC) #4
Devlin
On 2013/12/11 00:03:42, benwells wrote: > Looks like there are a bunch of includes that ...
7 years ago (2013-12-11 20:09:11 UTC) #5
Devlin
(forgot that replying doesn't publish drafts) https://codereview.chromium.org/102103005/diff/20001/chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc File chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc (right): https://codereview.chromium.org/102103005/diff/20001/chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc#newcode18 chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc:18: #include "extensions/common/extension_set.h" On ...
7 years ago (2013-12-11 21:13:15 UTC) #6
benwells
Nice change! lgtm with one nit. https://codereview.chromium.org/102103005/diff/40001/extensions/browser/DEPS File extensions/browser/DEPS (left): https://codereview.chromium.org/102103005/diff/40001/extensions/browser/DEPS#oldcode22 extensions/browser/DEPS:22: "+chrome/common/extensions/extension_set.h", Nit: please ...
7 years ago (2013-12-13 01:38:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/102103005/120001
7 years ago (2013-12-14 07:02:13 UTC) #8
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=202353
7 years ago (2013-12-14 07:19:56 UTC) #9
jam
c/b/automation lgtm
7 years ago (2013-12-16 17:43:20 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/102103005/140001
7 years ago (2013-12-16 18:54:02 UTC) #11
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=205022
7 years ago (2013-12-16 20:43:43 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/102103005/140001
7 years ago (2013-12-16 22:43:36 UTC) #13
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=205346
7 years ago (2013-12-17 00:40:20 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/102103005/140001
7 years ago (2013-12-17 00:55:04 UTC) #15
satorux1
c/b/chromeos lgtm
7 years ago (2013-12-17 02:18:37 UTC) #16
commit-bot: I haz the power
7 years ago (2013-12-17 03:27:11 UTC) #17
Message was sent while issue was closed.
Change committed as 241131

Powered by Google App Engine
This is Rietveld 408576698