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

Issue 7782026: Switch from chrome://extensions to chrome://settings/extensionSettings. (Closed)

Created:
9 years, 3 months ago by Finnur
Modified:
9 years, 3 months ago
CC:
chromium-reviews, Erik does not do reviews, mihaip+watch_chromium.org, Dmitry Titov, jianli, prasadt, dcheng, rdsmith+dwatch_chromium.org, Paweł Hajdan Jr., estade+watch_chromium.org
Visibility:
Public.

Description

Switch from chrome://extensions to chrome://settings/extensionSettings. BUG=87377 TEST=All links that went to chrome://extensions (from the wrench menu/extension action context menu etc) should go to the new settings page. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100893

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 2

Patch Set 6 : '' #

Total comments: 2

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -19 lines) Patch
M chrome/browser/autocomplete/builtin_provider.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/download/download_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_browsertests_misc.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_context_menu_model.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/resources/options/extension_settings.js View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_action_context_menu.mm View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel_settings_menu_model.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache.cc View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/automation/automation_proxy_uitest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Finnur
http://codereview.chromium.org/7782026/diff/8001/chrome/browser/resources/options/extension_settings.js File chrome/browser/resources/options/extension_settings.js (right): http://codereview.chromium.org/7782026/diff/8001/chrome/browser/resources/options/extension_settings.js#newcode7 chrome/browser/resources/options/extension_settings.js:7: var webui_responded_ = false; The download test uses this ...
9 years, 3 months ago (2011-09-08 11:40:57 UTC) #1
Evan Stade
http://codereview.chromium.org/7782026/diff/8001/chrome/browser/download/download_browsertest.cc File chrome/browser/download/download_browsertest.cc (right): http://codereview.chromium.org/7782026/diff/8001/chrome/browser/download/download_browsertest.cc#newcode1503 chrome/browser/download/download_browsertest.cc:1503: GURL extensions_url(GURL(chrome::kChromeUISettingsURL).Resolve( is there some reason to use Resolve ...
9 years, 3 months ago (2011-09-08 16:27:44 UTC) #2
Finnur
Yeah, I guess that's true...
9 years, 3 months ago (2011-09-08 16:51:19 UTC) #3
jennb
Drive by... http://codereview.chromium.org/7782026/diff/11003/chrome/browser/extensions/extension_browsertests_misc.cc File chrome/browser/extensions/extension_browsertests_misc.cc (right): http://codereview.chromium.org/7782026/diff/11003/chrome/browser/extensions/extension_browsertests_misc.cc#newcode828 chrome/browser/extensions/extension_browsertests_misc.cc:828: // Go to the chrome://extensions page and ...
9 years, 3 months ago (2011-09-08 17:24:26 UTC) #4
Aaron Boodman
Does this redirect chrome://extensions/ to the new URL someplace? That would be swell. Lots of ...
9 years, 3 months ago (2011-09-08 18:09:49 UTC) #5
Finnur
It does not redirect to the new URL at the moment, but I plan to ...
9 years, 3 months ago (2011-09-08 18:48:16 UTC) #6
Evan Stade
msw might have some insight into best way to do the redirect
9 years, 3 months ago (2011-09-08 19:05:47 UTC) #7
msw
On 2011/09/08 19:05:47, Evan Stade wrote: > msw might have some insight into best way ...
9 years, 3 months ago (2011-09-08 20:06:26 UTC) #8
jianli
I've moved ExecuteCommand from PanelBrowserFrameView to PanelSettingsMenulModel in a patch just landed. Please remember to ...
9 years, 3 months ago (2011-09-08 23:07:16 UTC) #9
Finnur
Thanks for the heads up!
9 years, 3 months ago (2011-09-08 23:35:38 UTC) #10
Finnur
Updated to reflect this.
9 years, 3 months ago (2011-09-09 00:00:15 UTC) #11
Finnur
On 2011/09/09 00:00:15, Finnur wrote: > Updated to reflect this. Aaron, ping?
9 years, 3 months ago (2011-09-10 11:14:07 UTC) #12
Aaron Boodman
Sorry, I thought estade was reviewing. The change looks fine, but I still don't see ...
9 years, 3 months ago (2011-09-12 19:10:09 UTC) #13
Evan Stade
sorry, I should have specified it was a drive-by
9 years, 3 months ago (2011-09-12 19:59:36 UTC) #14
Finnur
Scott, looks like the minor one-line change to the test triggers an owner's LG, can ...
9 years, 3 months ago (2011-09-13 09:57:00 UTC) #15
Finnur
(It's the file at the bottom of the list above)
9 years, 3 months ago (2011-09-13 09:57:24 UTC) #16
Finnur
On 2011/09/12 19:10:09, Aaron Boodman wrote: > Sorry, I thought estade was reviewing. The change ...
9 years, 3 months ago (2011-09-13 10:34:06 UTC) #17
sky
9 years, 3 months ago (2011-09-13 17:50:03 UTC) #18
lgtm

Powered by Google App Engine
This is Rietveld 408576698