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

Issue 52593012: Move ManifestHandler to top-level extensions. (Closed)

Created:
7 years, 1 month ago by Yoyo Zhou
Modified:
7 years, 1 month ago
Reviewers:
benwells
CC:
chromium-reviews, extensions-reviews_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, rginda+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Move ManifestHandler to top-level extensions. BUG=298586 R=benwells@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232499

Patch Set 1 #

Patch Set 2 : deps #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -678 lines) Patch
M chrome/browser/extensions/api/identity/experimental_identity_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/commands/commands_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/extension_action/browser_action_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/extension_action/page_action_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/extension_action/script_badge_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/file_browser_handlers/file_browser_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/file_handlers/file_handlers_parser.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/i18n/default_locale_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/identity/oauth2_manifest_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/input_ime/input_components_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/managed_mode_private/managed_mode_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/media_galleries_private/media_galleries_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/omnibox/omnibox_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/plugins/plugins_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/sockets/sockets_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/speech/tts_engine_manifest_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/spellcheck/spellcheck_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/storage/storage_schema_manifest_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/system_indicator/system_indicator_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/url_handlers/url_handlers_parser.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/background_info.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/csp_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension_file_util.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/extensions/incognito_handler.h View 1 chunk +1 line, -1 line 0 comments Download
D chrome/common/extensions/manifest_handler.h View 1 chunk +0 lines, -138 lines 0 comments Download
D chrome/common/extensions/manifest_handler.cc View 1 chunk +0 lines, -205 lines 0 comments Download
D chrome/common/extensions/manifest_handler_unittest.cc View 1 chunk +0 lines, -281 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/app_isolation_info.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/app_launch_info.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/content_scripts_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/externally_connectable.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/icons_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/kiosk_mode_info.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/nacl_modules_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/offline_enabled_info.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/requirements_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/sandboxed_page_info.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/settings_overrides_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/shared_module_info.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_handlers/theme_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/manifest_url_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/mime_types_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/web_accessible_resources_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/webview_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/DEPS View 1 1 chunk +7 lines, -3 lines 0 comments Download
A + extensions/common/manifest_handler.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + extensions/common/manifest_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
A + extensions/common/manifest_handler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/extensions.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yoyo Zhou
This shouldn't have any new DEPS violations after https://chromiumcodereview.appspot.com/48643003/ goes in.
7 years, 1 month ago (2013-10-31 23:16:00 UTC) #1
benwells
On 2013/10/31 23:16:00, Yoyo Zhou wrote: > This shouldn't have any new DEPS violations after ...
7 years, 1 month ago (2013-10-31 23:21:25 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/52593012/50001
7 years, 1 month ago (2013-11-01 18:00:20 UTC) #3
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-01 19:33:31 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/52593012/50001
7 years, 1 month ago (2013-11-01 19:46:36 UTC) #5
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) content_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=217667
7 years, 1 month ago (2013-11-01 22:32:05 UTC) #6
Yoyo Zhou
7 years, 1 month ago (2013-11-01 22:54:27 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r232499 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698