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

Issue 7918019: Change the URL for the Extension Settings page from chrome://settings/extensionSettings to chrome... (Closed)

Created:
9 years, 3 months ago by Finnur
Modified:
9 years, 3 months ago
CC:
chromium-reviews, Erik does not do reviews, kkania, mihaip+watch_chromium.org, Aaron Boodman, arv (Not doing code reviews), Paweł Hajdan Jr.
Visibility:
Public.

Description

Redirect chrome://extensions to the new chrome://settings/extensions (attempt 3). I split up an API test because it times out (it is doing too much). The other two modifications to the tests were needed because they were trying to open chrome://extensions in incognito. In one case, the test just needed any page (so I switched to about:blank) and in the other we are testing for a condition that cannot happen anymorebecause chrome://extensions could be loaded in incognito but chrome://settingsdoesn't allow that -- it shunts the request to the non-incognito profile. The test was testing that we don't crash in incognito, so I removed that test. Also change the URL for the Extension Settings page fromchrome://settings/extensionSettings -> chrome://settings/extensions. BUG=87377, 96836 TEST=Well... type in chrome://extensions and notice it redirects. TEST=chrome://settings/extensions (or chrome://extensions) should take you to the extension settings page, and chrome://settings/extensionSettings should not. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=101804

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -24 lines) Patch
M chrome/browser/browser_about_handler.cc View 1 2 3 1 chunk +11 lines, -3 lines 0 comments Download
M chrome/browser/extensions/browser_action_apitest.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/extension_management_browsertest.cc View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
M chrome/browser/extensions/notifications_apitest.cc View 1 2 3 1 chunk +15 lines, -1 line 2 comments Download
M chrome/browser/resources/options/extension_settings.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/search_engine_manager.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/automation/automation_proxy_uitest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Finnur
Rafael, can you take a look at chrome/browser/extensions/notifications_apitest.cc I split it up into three tests ...
9 years, 3 months ago (2011-09-19 17:55:40 UTC) #1
rafaelw
notifications_apitest lg http://codereview.chromium.org/7918019/diff/8001/chrome/browser/extensions/notifications_apitest.cc File chrome/browser/extensions/notifications_apitest.cc (right): http://codereview.chromium.org/7918019/diff/8001/chrome/browser/extensions/notifications_apitest.cc#newcode22 chrome/browser/extensions/notifications_apitest.cc:22: // Notifications not supported on linux/views yet. ...
9 years, 3 months ago (2011-09-19 18:12:00 UTC) #2
Finnur
Actually, I misspoke. The change has been LG'ed, except for the change from: chrome://settings/extensionSettings to ...
9 years, 3 months ago (2011-09-19 18:12:53 UTC) #3
asargent_no_longer_on_chrome
9 years, 3 months ago (2011-09-19 18:17:10 UTC) #4
On 2011/09/19 18:12:53, Finnur wrote:
> Actually, I misspoke. 
> 
> The change has been LG'ed, except for the change from:
> 
> chrome://settings/extensionSettings
> to
> chrome://settings/extensions
> 
> Can you review all but the first three files (they are unchanged)?

LGTM

Powered by Google App Engine
This is Rietveld 408576698