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

Issue 65163003: Move GetWebstoreLaunchURL and GetWebstoreItemDetailURLPrefix to extensions/common/extension_urls.h. (Closed)

Created:
7 years, 1 month ago by Yoyo Zhou
Modified:
7 years, 1 month ago
Reviewers:
miket_OOO, Daniel Erat, sky
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, nkostylev+watch_chromium.org, tburkard+watch_chromium.org, tfarina, dbeam+watch-ntp_chromium.org, gavinp+prer_chromium.org, dominich+watch_chromium.org, dbeam+watch-options_chromium.org, oshima+watch_chromium.org, estade+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, pedrosimonetti+watch_chromium.org
Visibility:
Public.

Description

Move GetWebstoreLaunchURL and GetWebstoreItemDetailURLPrefix to extensions/common/extension_urls.h. This removes a dependency on extension_constants.h from permissions_data. BUG=298586 TBR=derat@chromium.org,sky@chromium.org,

Patch Set 1 #

Total comments: 4

Patch Set 2 : mt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -128 lines) Patch
M chrome/browser/apps/ephemeral_app_throttle.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_data.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/kiosk_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/webstore_data_fetcher.cc View 2 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/extensions/webstore_installer_test.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/webstore_standalone_installer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/prerender/prerender_browsertest.cc View 1 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/search/search_webstore_result.cc View 1 chunk +13 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/webstore/webstore_provider.cc View 3 chunks +16 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/webstore/webstore_result.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_action_context_menu_controller.mm View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/extension_install_dialog_gtk.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_install_dialog_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/extensions/chromeos/kiosk_apps_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 3 chunks +12 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/font_settings_handler.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/extensions/extension_constants.h View 2 chunks +0 lines, -34 lines 0 comments Download
M chrome/common/extensions/extension_constants.cc View 2 chunks +0 lines, -38 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/app_launch_info.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/extensions/manifest_url_handler.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/common/extensions/permissions/permissions_data.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/extensions/webstore_bindings.cc View 1 3 chunks +4 lines, -6 lines 0 comments Download
M extensions/common/extension_urls.h View 1 chunk +10 lines, -0 lines 0 comments Download
M extensions/common/extension_urls.cc View 1 2 chunks +25 lines, -0 lines 0 comments Download
M extensions/common/switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Yoyo Zhou
7 years, 1 month ago (2013-11-07 20:50:37 UTC) #1
miket_OOO
lgtm https://chromiumcodereview.appspot.com/65163003/diff/1/chrome/common/extensions/extension_constants.cc File chrome/common/extensions/extension_constants.cc (left): https://chromiumcodereview.appspot.com/65163003/diff/1/chrome/common/extensions/extension_constants.cc#oldcode49 chrome/common/extensions/extension_constants.cc:49: } I kind of regret that these are ...
7 years, 1 month ago (2013-11-07 21:39:41 UTC) #2
Yoyo Zhou
https://chromiumcodereview.appspot.com/65163003/diff/1/chrome/common/extensions/extension_constants.cc File chrome/common/extensions/extension_constants.cc (left): https://chromiumcodereview.appspot.com/65163003/diff/1/chrome/common/extensions/extension_constants.cc#oldcode49 chrome/common/extensions/extension_constants.cc:49: } On 2013/11/07 21:39:41, miket wrote: > I kind ...
7 years, 1 month ago (2013-11-08 02:03:08 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/65163003/60001
7 years, 1 month ago (2013-11-08 02:24:11 UTC) #4
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=35162
7 years, 1 month ago (2013-11-08 02:46:10 UTC) #5
Yoyo Zhou
TBR: derat (chromeos) sky (chrome)
7 years, 1 month ago (2013-11-08 06:28:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/65163003/60001
7 years, 1 month ago (2013-11-08 06:29:42 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-11-08 07:12:54 UTC) #8
Daniel Erat
I had thought about this briefly before. Does it make sense for things that aren't ...
7 years, 1 month ago (2013-11-08 13:28:46 UTC) #9
Yoyo Zhou
7 years, 1 month ago (2013-11-08 23:04:28 UTC) #10
On 2013/11/08 13:28:46, Daniel Erat wrote:
> I had thought about this briefly before. Does it make sense for things that
> aren't Chrome to access the Web Store? I assumed that it was a Chrome-only
> service.

Hmm, I had thought along these lines before. The bit that we need is "is this
site forbidden to content scripts". I think I have a better solution than this
CL; thanks.

Powered by Google App Engine
This is Rietveld 408576698