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

Issue 515563003: Remove dependency of chrome in WebRequestPermissions. (Closed)

Created:
6 years, 3 months ago by Xi Han
Modified:
6 years, 3 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, wjmaclean, lfg
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Move kWebstoreAppId constant to//extensions. BUG=352293 Committed: https://crrev.com/a3182da98c7ea0993810977e257012303792554d Cr-Commit-Position: refs/heads/master@{#293016}

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : Remove delegate. #

Total comments: 4

Patch Set 4 : Move KWebStoreAppId to extensions. #

Total comments: 10

Patch Set 5 : Clean up. #

Patch Set 6 : Updated. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -68 lines) Patch
M chrome/browser/chromeos/extensions/default_app_order.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_permissions.cc View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_permissions_unittest.cc View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/chrome_app_sorting.cc View 1 2 3 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/extensions/chrome_app_sorting_unittest.cc View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc View 1 2 3 4 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_install_ui_browsertest.cc View 1 2 3 4 4 chunks +3 lines, -3 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_ui_util.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/pending_extension_manager.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sync/test/integration/two_client_apps_sync_test.cc View 1 2 3 4 5 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_syncable_service.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/sync/profile_signin_confirmation_helper.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/ntp/core_app_launcher_handler.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/common/extensions/extension_constants.h View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/extensions/extension_constants.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/extensions/extension_process_policy.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/app_launch_info.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/extensions/sync_helper.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/renderer/extensions/renderer_permissions_policy_delegate.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/renderer/extensions/renderer_permissions_policy_delegate_unittest.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M extensions/common/constants.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/common/constants.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 25 (4 generated)
Xi Han
hanxi@chromium.org changed reviewers: + fsamuel@chromium.org
6 years, 3 months ago (2014-08-27 21:41:51 UTC) #1
Xi Han
6 years, 3 months ago (2014-08-27 21:41:51 UTC) #2
Fady Samuel
https://codereview.chromium.org/515563003/diff/20001/chrome/browser/extensions/api/web_request/web_request_permissions.cc File chrome/browser/extensions/api/web_request/web_request_permissions.cc (right): https://codereview.chromium.org/515563003/diff/20001/chrome/browser/extensions/api/web_request/web_request_permissions.cc#newcode24 chrome/browser/extensions/api/web_request/web_request_permissions.cc:24: extensions::WebRequestPermissionsDelegate* GetWebRequestPermissionsDelegate() { This is VERY bad. You're creating ...
6 years, 3 months ago (2014-08-27 21:49:18 UTC) #3
Xi Han
Patchset #3 (id:40001) has been deleted
6 years, 3 months ago (2014-08-28 17:47:17 UTC) #4
Xi Han
I have removed all the unnecessary delegates, PTAL. Thanks!
6 years, 3 months ago (2014-08-28 17:48:23 UTC) #5
Fady Samuel
LGTM from a technical perspective, but I'm not a huge fan of the naming but ...
6 years, 3 months ago (2014-08-28 17:53:36 UTC) #6
Xi Han
hanxi@chromium.org changed reviewers: + rockot@chromium.org
6 years, 3 months ago (2014-08-28 17:55:53 UTC) #7
Xi Han
+rockot@chromium.org
6 years, 3 months ago (2014-08-28 17:55:53 UTC) #8
Ken Rockot(use gerrit already)
https://codereview.chromium.org/515563003/diff/60001/chrome/browser/extensions/api/chrome_extensions_api_client.cc File chrome/browser/extensions/api/chrome_extensions_api_client.cc (right): https://codereview.chromium.org/515563003/diff/60001/chrome/browser/extensions/api/chrome_extensions_api_client.cc#newcode97 chrome/browser/extensions/api/chrome_extensions_api_client.cc:97: bool ChromeExtensionsAPIClient::MustNotBeModifiedURL(const GURL& url) { Please wait on this. ...
6 years, 3 months ago (2014-08-29 07:00:23 UTC) #9
Xi Han
https://codereview.chromium.org/515563003/diff/60001/chrome/browser/extensions/api/chrome_extensions_api_client.cc File chrome/browser/extensions/api/chrome_extensions_api_client.cc (right): https://codereview.chromium.org/515563003/diff/60001/chrome/browser/extensions/api/chrome_extensions_api_client.cc#newcode97 chrome/browser/extensions/api/chrome_extensions_api_client.cc:97: bool ChromeExtensionsAPIClient::MustNotBeModifiedURL(const GURL& url) { On 2014/08/29 07:00:22, Ken ...
6 years, 3 months ago (2014-08-29 14:39:24 UTC) #10
Ken Rockot(use gerrit already)
LGTM but please update the description so that it makes more sense out of context. ...
6 years, 3 months ago (2014-08-29 16:16:45 UTC) #11
Xi Han
hanxi@chromium.org changed reviewers: + sky@chromium.org
6 years, 3 months ago (2014-08-29 16:21:29 UTC) #12
Xi Han
sky@chromium.org: Please review changes in : -chrome/browser/sync/ -chrome/browser/ui/ Thanks!
6 years, 3 months ago (2014-08-29 16:21:29 UTC) #13
Fady Samuel
https://codereview.chromium.org/515563003/diff/80001/chrome/browser/extensions/chrome_app_sorting.cc File chrome/browser/extensions/chrome_app_sorting.cc (right): https://codereview.chromium.org/515563003/diff/80001/chrome/browser/extensions/chrome_app_sorting.cc#newcode12 chrome/browser/extensions/chrome_app_sorting.cc:12: #include "chrome/common/extensions/extension_constants.h" Is this still necessary? https://codereview.chromium.org/515563003/diff/80001/chrome/browser/extensions/chrome_app_sorting_unittest.cc File chrome/browser/extensions/chrome_app_sorting_unittest.cc ...
6 years, 3 months ago (2014-08-29 19:39:47 UTC) #14
Xi Han
https://codereview.chromium.org/515563003/diff/80001/chrome/browser/extensions/chrome_app_sorting.cc File chrome/browser/extensions/chrome_app_sorting.cc (right): https://codereview.chromium.org/515563003/diff/80001/chrome/browser/extensions/chrome_app_sorting.cc#newcode12 chrome/browser/extensions/chrome_app_sorting.cc:12: #include "chrome/common/extensions/extension_constants.h" On 2014/08/29 19:39:46, Fady Samuel wrote: > ...
6 years, 3 months ago (2014-08-29 19:52:54 UTC) #15
sky
LGTM
6 years, 3 months ago (2014-09-02 16:42:08 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hanxi@chromium.org/515563003/100001
6 years, 3 months ago (2014-09-02 17:43:51 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hanxi@chromium.org/515563003/160001
6 years, 3 months ago (2014-09-02 20:46:29 UTC) #22
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_rel_swarming on tryserver.chromium.mac ...
6 years, 3 months ago (2014-09-02 21:59:23 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:160001) as 731006fde0ebfb5007e8e6eb3d229443ba963e30
6 years, 3 months ago (2014-09-02 22:52:44 UTC) #24
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:21:35 UTC) #25
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a3182da98c7ea0993810977e257012303792554d
Cr-Commit-Position: refs/heads/master@{#293016}

Powered by Google App Engine
This is Rietveld 408576698