Permission warnings for settings overrides strips `www` with custom code |
|||||
Issue descriptionIt seems that `settings_overrides_handler.cc` implements its own `FormatUrlForDisplay()` function to strip the `www` prefix. The relevant dialog is not critically short on space compared to other places we show origins, so I don't think it should be doing this.
,
May 1 2017
,
Aug 29 2017
This is somewhat similar to other code catmullings@ has been looking at.
,
Aug 31 2017
,
Sep 5 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/77b0453156f99cfcef1918b13a943a2780178882 commit 77b0453156f99cfcef1918b13a943a2780178882 Author: Catherine Mullings <catmullings@chromium.org> Date: Tue Sep 05 17:03:57 2017 Replace custom code to strip 'www' in setting override permission warning SettingsOverrideHandler::FormatUrlForDisplay() implements a custom way to strip a 'www' prefix from an origin. Instead the method should use the existing function, url_formatter:StripWWW(). This CL makes this change. Bug: 717283 Change-Id: I273bec6b5677f39d45298b334b1c66bde9cc1849 Reviewed-on: https://chromium-review.googlesource.com/646955 Commit-Queue: catmullings <catmullings@chromium.org> Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#499658} [modify] https://crrev.com/77b0453156f99cfcef1918b13a943a2780178882/chrome/common/extensions/manifest_handlers/settings_overrides_handler.cc
,
Sep 5 2017
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by lgar...@chromium.org
, May 1 2017Labels: -Pri-3 OS-Chrome OS-Linux OS-Mac OS-Windows Pri-2
Owner: rdevlin....@chromium.org
Status: Assigned (was: Untriaged)