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

Issue 2027813003: [MD Settings] Add feature to enable md-settings by default. (Closed)

Created:
4 years, 6 months ago by groby-ooo-7-16
Modified:
4 years, 6 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[MD Settings] Add feature to enable md-settings by default. Adds a flag that allows serving md-settings under chrome://md-settings. Old settings will still be served under chrome://legacy-settings when this is enabled. BUG=614758

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -8 lines) Patch
M chrome/browser/browser_about_handler.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/chrome_pages.h View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/chrome_pages.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/uber/uber_ui.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/url_constants.h View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
groby-ooo-7-16
It's still WIP, just to give you an idea of the direction it's heading. Essentially, ...
4 years, 6 months ago (2016-06-01 01:56:08 UTC) #3
Dan Beam
this is not what we talked about we talked about: settings-frame being the "legacy" host, ...
4 years, 6 months ago (2016-06-01 17:49:18 UTC) #4
groby-ooo-7-16
On 2016/06/01 17:49:18, Dan Beam wrote: > this is not what we talked about > ...
4 years, 6 months ago (2016-06-01 17:54:00 UTC) #5
Dan Beam
On 2016/06/01 17:54:00, groby wrote: > On 2016/06/01 17:49:18, Dan Beam wrote: > > this ...
4 years, 6 months ago (2016-06-01 18:03:22 UTC) #6
groby-ooo-7-16
4 years, 6 months ago (2016-06-01 20:46:55 UTC) #7
On 2016/06/01 18:03:22, Dan Beam wrote:
> On 2016/06/01 17:54:00, groby wrote:
> > On 2016/06/01 17:49:18, Dan Beam wrote:
> > > this is not what we talked about
> > > 
> > > we talked about: settings-frame being the "legacy" host, md-settings
staying
> > the
> > > "always new" host, and chrome://settings flipping it's meaning
> > > 
> > > we should not be introducing new URLs or methods to deal with those URLs
> > 
> > If you want chrome://settings to flip its meaning, you'd need to introduce
an
> > entire new uber page to host settings-frame. Or, alternatively, make the URL
> > rewriting contingent on the flag. How's that better than introducing a new
> URL?
> 
> see what we do for history -- remove the nav entry from the uber page when md
is
> the default, and just let those using the escape hatch navigate to
> settings-frame directly

Done in https://codereview.chromium.org/2029263002/ - closing this.

Powered by Google App Engine
This is Rietveld 408576698