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

Issue 221003002: Password bubble: Lock displayed password length to 15 characters. (Closed)

Created:
6 years, 8 months ago by Mike West
Modified:
6 years, 8 months ago
Reviewers:
markusheintz_
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

Password bubble: Lock displayed password length to 15 characters. Given that this bubble pops up without user interaction, we don't want to accidentally leak the password length by displaying a string with the exact number of bullets. This CL locks the string length to 15 characters. BUG=328339

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -12 lines) Patch
M chrome/browser/ui/views/passwords/manage_password_item_view.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_password_item_view.cc View 3 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Mike West
Mind taking a look?
6 years, 8 months ago (2014-04-01 14:32:07 UTC) #1
markusheintz_
On 2014/04/01 14:32:07, Mike West wrote: > Mind taking a look? In the past we ...
6 years, 8 months ago (2014-04-01 14:40:38 UTC) #2
Mike West
The difference I see is that the settings page is something you have to manually ...
6 years, 8 months ago (2014-04-01 14:52:11 UTC) #3
markusheintz_
Well you have just typed the exact same number of bullets in the password box. ...
6 years, 8 months ago (2014-04-01 17:05:25 UTC) #4
Mike West
On 2014/04/01 17:05:25, markusheintz_ wrote: > Well you have just typed the exact same number ...
6 years, 8 months ago (2014-04-02 09:32:11 UTC) #5
markusheintz_
I'm not opposed to using a fixed number of bullets. For sure that's a good ...
6 years, 8 months ago (2014-04-04 12:55:31 UTC) #6
Mike West
6 years, 8 months ago (2014-04-04 13:02:47 UTC) #7
On 2014/04/04 12:55:31, markusheintz_ wrote:
> I'm not opposed to using a fixed number of bullets. For sure that's a good
> thing. I only want that the Chrome UI is consistent. :)

Let's argue about it when you're back in Munich. I'm a bit confused about what
you're advocating; it'll be simpler when I can just walk over and poke you. :)

> Is this CL rendered obsolete by https://codereview.chromium.org/221853003:
> Password bubble: Add a test for displayed password length. ?

No, that CL ends up fixing the bubble's behavior for UTF16 surrogate pairs. This
CL would do something different, if we decide to run with it.

Powered by Google App Engine
This is Rietveld 408576698