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

Issue 11726002: Move the parsing of 'update_url' & 'options_page' URLs out of Extension. (Closed)

Created:
7 years, 11 months ago by Joe Thomas
Modified:
7 years, 11 months ago
CC:
chromium-reviews, tfarina, jeremya+watch_chromium.org, kkania, sail+watch_chromium.org, Aaron Boodman, robertshield, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@url_parse
Visibility:
Public.

Description

Move the parsing of 'update_url' & 'options_page' URLs out of Extension. This CL follows https://codereview.chromium.org/11624036/ Patch from Joe Thomas <mhx348@motorola.com>;. BUG=159265 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176824

Patch Set 1 #

Total comments: 10

Patch Set 2 : review comments addressed #

Patch Set 3 : patch rebased #

Patch Set 4 : fixed extension_updater unittest #

Patch Set 5 : fixed HomepageURLManifestTest.GetHomepageURL unittest #

Patch Set 6 : fixed HomepageURLManifestTest.GetHomepageURL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -122 lines) Patch
M chrome/browser/automation/testing_automation_provider.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 2 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/management/management_api.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_context_menu_model.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_process_manager.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_process_manager.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
chrome/browser/extensions/extension_service_unittest.cc View 1 2 4 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_sync_data.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/manifest_url_parser.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/updater/extension_downloader.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/updater/extension_updater_unittest.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/themes/theme_syncable_service.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/themes/theme_syncable_service_unittest.cc View 1 4 chunks +4 lines, -3 lines 0 comments Download
chrome/browser/ui/app_list/extension_app_item.cc View 1 2 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_action_context_menu.mm View 1 3 chunks +4 lines, -2 lines 0 comments Download
chrome/browser/ui/extensions/application_launch.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/extension.h View 1 2 6 chunks +0 lines, -10 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 7 chunks +3 lines, -58 lines 0 comments Download
M chrome/common/extensions/extension_file_util.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_homepage_unittest.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_initvalue_unittest.cc View 1 5 chunks +17 lines, -7 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_options_unittest.cc View 1 1 chunk +22 lines, -9 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_update_unittest.cc View 1 1 chunk +12 lines, -3 lines 0 comments Download
M chrome/common/extensions/manifest_url_handler.h View 1 2 2 chunks +28 lines, -0 lines 0 comments Download
M chrome/common/extensions/manifest_url_handler.cc View 1 2 2 chunks +82 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Joe Thomas
Please review.
7 years, 11 months ago (2012-12-30 23:20:32 UTC) #1
Yoyo Zhou
https://codereview.chromium.org/11726002/diff/1/chrome/browser/extensions/extension_process_manager.cc File chrome/browser/extensions/extension_process_manager.cc (right): https://codereview.chromium.org/11726002/diff/1/chrome/browser/extensions/extension_process_manager.cc#newcode312 chrome/browser/extensions/extension_process_manager.cc:312: void ExtensionProcessManager::OpenOptionsPage(const Extension* extension, While you're here, can you ...
7 years, 11 months ago (2013-01-03 23:16:00 UTC) #2
Joe Thomas
https://codereview.chromium.org/11726002/diff/1/chrome/browser/extensions/extension_process_manager.cc File chrome/browser/extensions/extension_process_manager.cc (right): https://codereview.chromium.org/11726002/diff/1/chrome/browser/extensions/extension_process_manager.cc#newcode312 chrome/browser/extensions/extension_process_manager.cc:312: void ExtensionProcessManager::OpenOptionsPage(const Extension* extension, On 2013/01/03 23:16:00, Yoyo Zhou ...
7 years, 11 months ago (2013-01-04 01:36:27 UTC) #3
Yoyo Zhou
LGTM
7 years, 11 months ago (2013-01-05 01:11:58 UTC) #4
Joe Thomas
+ben for chrome/browser/automation/ +pkotwicz for chrome/browser/themes/
7 years, 11 months ago (2013-01-05 01:22:24 UTC) #5
Joe Thomas
+ben for chrome/browser/automation/ +pkotwicz for chrome/browser/themes/ +xiyuan for chrome/browser/ui/app_list/ +sail for chrome/browser/ui/cocoa/ +benwells for chrome/browser/ui/extensions/ ...
7 years, 11 months ago (2013-01-05 01:27:58 UTC) #6
sail
cocoa/* LGTM
7 years, 11 months ago (2013-01-05 05:23:52 UTC) #7
xiyuan
ui/app_list LGTM
7 years, 11 months ago (2013-01-07 17:11:21 UTC) #8
Ben Goodger (Google)
automation lgtm
7 years, 11 months ago (2013-01-07 18:06:27 UTC) #9
benwells
c/b/ui/extensions lgtm
7 years, 11 months ago (2013-01-08 02:09:51 UTC) #10
pkotwicz
chrome/browser/themes lgtm
7 years, 11 months ago (2013-01-08 15:55:34 UTC) #11
Joe Thomas
@arv, estade, Looking for OWNERS approval in chrome/browser/ui/webui/. Thanks!
7 years, 11 months ago (2013-01-10 15:00:22 UTC) #12
Joe Thomas
On 2013/01/10 15:00:22, Joe Thomas wrote: > @arv, estade, > > Looking for OWNERS approval ...
7 years, 11 months ago (2013-01-14 21:03:06 UTC) #13
Evan Stade
lgtm
7 years, 11 months ago (2013-01-14 21:04:24 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/MHX348@motorola.com/11726002/39001
7 years, 11 months ago (2013-01-14 23:41:42 UTC) #15
Joe Thomas
@Yoyo, Could you please review chrome/browser/extensions/updater/extension_updater_unittest.cc? Fixed 2 failing unittests. Thanks
7 years, 11 months ago (2013-01-15 00:50:01 UTC) #16
Yoyo Zhou
LGTM. You don't need another LGTM for something trivial like this, just an FYI message ...
7 years, 11 months ago (2013-01-15 00:51:40 UTC) #17
commit-bot: I haz the power
Failed to trigger a try job on mac_rel HTTP Error 400: Bad Request
7 years, 11 months ago (2013-01-15 01:05:38 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/MHX348@motorola.com/11726002/50001
7 years, 11 months ago (2013-01-15 01:06:00 UTC) #19
Joe Thomas
@Yoyo: FYI - Fixed HomepageURLManifestTest.GetHomepageURL unittest
7 years, 11 months ago (2013-01-15 03:51:17 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/MHX348@motorola.com/11726002/43003
7 years, 11 months ago (2013-01-15 03:55:56 UTC) #21
commit-bot: I haz the power
7 years, 11 months ago (2013-01-15 07:27:24 UTC) #22
Message was sent while issue was closed.
Change committed as 176824

Powered by Google App Engine
This is Rietveld 408576698