WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
78532
Last character display for passwords in Android.
https://bugs.webkit.org/show_bug.cgi?id=78532
Summary
Last character display for passwords in Android.
Ramya Chandrasekaran
Reported
2012-02-13 14:00:51 PST
Last character display for passwords in Android.
Attachments
Patch
(5.82 KB, patch)
2012-02-13 14:02 PST
,
Ramya Chandrasekaran
no flags
Details
Formatted Diff
Diff
Patch
(5.82 KB, patch)
2012-02-13 14:16 PST
,
Ramya Chandrasekaran
no flags
Details
Formatted Diff
Diff
Patch
(5.03 KB, patch)
2012-02-14 13:43 PST
,
Ramya Chandrasekaran
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Ramya Chandrasekaran
Comment 1
2012-02-13 14:02:24 PST
Created
attachment 126829
[details]
Patch
WebKit Review Bot
Comment 2
2012-02-13 14:04:19 PST
Please wait for approval from
fishd@chromium.org
before submitting because this patch contains changes to the Chromium public API.
Ramya Chandrasekaran
Comment 3
2012-02-13 14:16:34 PST
Created
attachment 126835
[details]
Patch
Adam Barth
Comment 4
2012-02-13 14:39:19 PST
Comment on
attachment 126835
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=126835&action=review
The rest of the change looks fine.
> Source/WebCore/page/Settings.cpp:233 > +#if OS(ANDROID) > + , m_passwordEchoEnabled(true) > +#else > , m_passwordEchoEnabled(false) > +#endif
This isn't correct. The Android should change this preference via the Chromium WebKit API. We use the same initializations across all the ports.
Kent Tamura
Comment 5
2012-02-13 15:16:05 PST
Comment on
attachment 126835
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=126835&action=review
> Source/WebCore/ChangeLog:9 > + No new tests. (OOPS!) > +
This line should be removed or modified.
> Tools/DumpRenderTree/chromium/WebPreferences.cpp:248 > +#if OS(ANDROID) > + // By default, this is set to true for ANDROID in Settings.cpp. > + // This should be false for LayoutTests. > + settings->setPasswordEchoEnabled(false); > +#endif
#if and #endif are not needed.
Darin Fisher (:fishd, Google)
Comment 6
2012-02-13 15:24:09 PST
Comment on
attachment 126835
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=126835&action=review
> Source/WebKit/chromium/public/WebSettings.h:135 > + virtual void setPasswordEchoEnabled(bool) = 0;
API changes LGTM
Ramya Chandrasekaran
Comment 7
2012-02-14 13:43:49 PST
Created
attachment 127035
[details]
Patch
Adam Barth
Comment 8
2012-02-14 14:10:00 PST
Comment on
attachment 127035
[details]
Patch Looks great. Thanks!
WebKit Review Bot
Comment 9
2012-02-14 14:35:47 PST
Comment on
attachment 127035
[details]
Patch Clearing flags on attachment: 127035 Committed
r107739
: <
http://trac.webkit.org/changeset/107739
>
WebKit Review Bot
Comment 10
2012-02-14 14:35:52 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug