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

Issue 6990026: WebUI: Add password manager search feature. Also add tooltips for the URLs. (Closed)

Created:
9 years, 7 months ago by Mike Mammarella
Modified:
9 years, 7 months ago
Reviewers:
James Hawkins
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

WebUI: Add password manager search feature. Also add tooltips for the URLs. BUG=9575, 79690 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86230

Patch Set 1 : '' #

Total comments: 15

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -7 lines) Patch
M chrome/browser/resources/options/cookies_view.js View 1 3 chunks +15 lines, -5 lines 0 comments Download
M chrome/browser/resources/options/options.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/resources/options/password_manager.css View 1 chunk +31 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/password_manager.html View 1 1 chunk +10 lines, -1 line 0 comments Download
M chrome/browser/resources/options/password_manager.js View 1 3 chunks +60 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/password_manager_list.js View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Mike Mammarella
Similar to the cookie search feature, but implemented a little differently.
9 years, 7 months ago (2011-05-21 09:07:35 UTC) #1
James Hawkins
LGTM with nits. http://codereview.chromium.org/6990026/diff/4001/chrome/browser/resources/options/password_manager.html File chrome/browser/resources/options/password_manager.html (right): http://codereview.chromium.org/6990026/diff/4001/chrome/browser/resources/options/password_manager.html#newcode4 chrome/browser/resources/options/password_manager.html:4: <div id="passwords-title"><h3 i18n-content="savedPasswordsTitle"></h3></div> For readability, can ...
9 years, 7 months ago (2011-05-22 00:02:58 UTC) #2
Mike Mammarella
http://codereview.chromium.org/6990026/diff/4001/chrome/browser/resources/options/password_manager.html File chrome/browser/resources/options/password_manager.html (right): http://codereview.chromium.org/6990026/diff/4001/chrome/browser/resources/options/password_manager.html#newcode4 chrome/browser/resources/options/password_manager.html:4: <div id="passwords-title"><h3 i18n-content="savedPasswordsTitle"></h3></div> On 2011/05/22 00:02:58, James Hawkins wrote: ...
9 years, 7 months ago (2011-05-22 00:35:10 UTC) #3
James Hawkins
9 years, 7 months ago (2011-05-22 02:03:46 UTC) #4
http://codereview.chromium.org/6990026/diff/4001/chrome/browser/resources/opt...
File chrome/browser/resources/options/password_manager.html (right):

http://codereview.chromium.org/6990026/diff/4001/chrome/browser/resources/opt...
chrome/browser/resources/options/password_manager.html:7: placeholder=" Search
passwords" incremental
On 2011/05/22 00:35:11, Mike Mammarella wrote:
> On 2011/05/22 00:02:58, James Hawkins wrote:
> > What's the space at the beginning of the placeholder for?
> 
> Makes it look nicer. There's a magnifying glass icon in search boxes and this
> puts some space between it and the placeholder.
> 
> Though really if it's supported we should do
> i18n-values="placeholder:searchPasswords" and a similar thing in the search
> field for cookies, but I'd prefer to do that in a follow-up change.

Yes, please; very important for i18n. Do we do the extra space trick in other
instances of the search input?  Is there a styling solution available?

Powered by Google App Engine
This is Rietveld 408576698