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

Issue 10079024: Normalizes URLs requested for favicons in the password manager dialog. (Closed)

Created:
8 years, 8 months ago by Kyle Horimoto
Modified:
8 years, 8 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Normalizes URLs requested for favicons in the password manager dialog. BUG=117635 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=132707

Patch Set 1 #

Total comments: 6

Patch Set 2 : Parsed URL with GURL instead of with string::find() #

Patch Set 3 : Changed "normalize/" to "origin/", added comments #

Total comments: 2

Patch Set 4 : Updated comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -3 lines) Patch
M chrome/browser/resources/options2/password_manager_list.js View 1 2 3 2 chunks +16 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/favicon_source.cc View 1 2 3 1 chunk +17 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Kyle Horimoto
8 years, 8 months ago (2012-04-13 23:28:31 UTC) #1
Evan Stade
https://chromiumcodereview.appspot.com/10079024/diff/1/chrome/browser/ui/webui/favicon_source.cc File chrome/browser/ui/webui/favicon_source.cc (right): https://chromiumcodereview.appspot.com/10079024/diff/1/chrome/browser/ui/webui/favicon_source.cc#newcode61 chrome/browser/ui/webui/favicon_source.cc:61: if (path.size() > 10 && path.substr(0, 10) == "normalize/") ...
8 years, 8 months ago (2012-04-14 00:32:43 UTC) #2
Kyle Horimoto
https://chromiumcodereview.appspot.com/10079024/diff/1/chrome/browser/ui/webui/favicon_source.cc File chrome/browser/ui/webui/favicon_source.cc (right): https://chromiumcodereview.appspot.com/10079024/diff/1/chrome/browser/ui/webui/favicon_source.cc#newcode61 chrome/browser/ui/webui/favicon_source.cc:61: if (path.size() > 10 && path.substr(0, 10) == "normalize/") ...
8 years, 8 months ago (2012-04-16 19:08:15 UTC) #3
Evan Stade
http://codereview.chromium.org/10079024/diff/1/chrome/browser/ui/webui/favicon_source.cc File chrome/browser/ui/webui/favicon_source.cc (right): http://codereview.chromium.org/10079024/diff/1/chrome/browser/ui/webui/favicon_source.cc#newcode61 chrome/browser/ui/webui/favicon_source.cc:61: if (path.size() > 10 && path.substr(0, 10) == "normalize/") ...
8 years, 8 months ago (2012-04-16 20:45:18 UTC) #4
Kyle Horimoto
http://codereview.chromium.org/10079024/diff/1/chrome/browser/ui/webui/favicon_source.cc File chrome/browser/ui/webui/favicon_source.cc (right): http://codereview.chromium.org/10079024/diff/1/chrome/browser/ui/webui/favicon_source.cc#newcode61 chrome/browser/ui/webui/favicon_source.cc:61: if (path.size() > 10 && path.substr(0, 10) == "normalize/") ...
8 years, 8 months ago (2012-04-17 21:37:39 UTC) #5
Evan Stade
lgtm with nit http://codereview.chromium.org/10079024/diff/7001/chrome/browser/ui/webui/favicon_source.cc File chrome/browser/ui/webui/favicon_source.cc (right): http://codereview.chromium.org/10079024/diff/7001/chrome/browser/ui/webui/favicon_source.cc#newcode62 chrome/browser/ui/webui/favicon_source.cc:62: // The password manager, however, manages ...
8 years, 8 months ago (2012-04-17 21:44:43 UTC) #6
Kyle Horimoto
http://codereview.chromium.org/10079024/diff/7001/chrome/browser/ui/webui/favicon_source.cc File chrome/browser/ui/webui/favicon_source.cc (right): http://codereview.chromium.org/10079024/diff/7001/chrome/browser/ui/webui/favicon_source.cc#newcode62 chrome/browser/ui/webui/favicon_source.cc:62: // The password manager, however, manages passwords for entire ...
8 years, 8 months ago (2012-04-17 22:13:37 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/khorimoto@chromium.org/10079024/7003
8 years, 8 months ago (2012-04-17 22:53:27 UTC) #8
commit-bot: I haz the power
8 years, 8 months ago (2012-04-18 00:29:55 UTC) #9
Change committed as 132707

Powered by Google App Engine
This is Rietveld 408576698