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

Issue 2600723002: [Password Manager] Fix icons on chrome://settings/passwords (Closed)

Created:
3 years, 12 months ago by kolos1
Modified:
3 years, 12 months ago
Reviewers:
CC:
chromium-reviews
Target Ref:
refs/pending/branch-heads/2924
Project:
chromium
Visibility:
Public.

Description

[Password Manager] Fix icons on chrome://settings/passwords Before this CL requests to the favicon service looked like the following: chrome://favicon/size/16@1x/origin/https://twitter.com/signup The "origin" parameter means that a) the path should be removed b) the "http" scheme should be added, if it is missed (see details here https://cs.chromium.org/chromium/src/chrome/browser/ui/webui/favicon_source.h). The favicon service fetches icons from the history backend. If the path has been removed from the URL, new URL might be absent in the history or even not exist on the given site. Therefore, we might fail to fetch icon. So, the removing the path doesn't make sense and the "origin/" parameter should be removed. The bookmarks manager also doesn't use this parameter. The parameter was added in vabr@'s CL (https://codereview.chromium.org/10079024) which has a comment about "origin/". The comment doesn't match to how the favicon service works. BUG=672483 TBR=dbeam@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation NOTRY=true NOPRESUBMIT=true Review-Url: https://codereview.chromium.org/2568063002 Cr-Commit-Position: refs/heads/master@{#438465} (cherry picked from commit 6178699a5a0ba0c505e336e7caf449a32467cba0) Review-Url: https://codereview.chromium.org/2600723002

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/browser/resources/options/password_manager_list.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (7 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2600723002/1
3 years, 12 months ago (2016-12-23 12:49:56 UTC) #3
commit-bot: I haz the power
CLs for remote refs other than refs/pending/heads/master must contain NOTRY=true and NOPRESUBMIT=true in order for ...
3 years, 12 months ago (2016-12-23 12:49:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2600723002/1
3 years, 12 months ago (2016-12-23 12:55:50 UTC) #8
commit-bot: I haz the power
3 years, 12 months ago (2016-12-23 12:59:16 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1)

Powered by Google App Engine
This is Rietveld 408576698