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

Issue 704363004: Add an accessibility setting to expose password values. (Closed)

Created:
6 years, 1 month ago by dmazzoni
Modified:
6 years, 1 month ago
Reviewers:
Mike West
CC:
blink-reviews, dglazkov+blink, aboxhall, Peter Lundblad
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Add an accessibility setting to expose password values. Android has a feature where if you have headphones plugged in, the screen reader speaks the password text as you type it. Without headphones, it says "dot dot dot". To implement this we need to get the password out of Blink. BUG=399043 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184994

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -4 lines) Patch
M Source/core/accessibility/AXObject.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/accessibility/AXObject.cpp View 1 2 chunks +10 lines, -0 lines 0 comments Download
M Source/core/accessibility/AXRenderObject.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/frame/Settings.in View 1 1 chunk +6 lines, -0 lines 0 comments Download
M Source/web/WebSettingsImpl.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebSettingsImpl.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M public/web/WebSettings.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
dmazzoni
6 years, 1 month ago (2014-11-06 23:29:35 UTC) #2
Mike West
This is a good feature. We should add it. However, it conflicts a bit with ...
6 years, 1 month ago (2014-11-07 09:51:28 UTC) #3
dmazzoni
On 2014/11/07 09:51:28, Mike West wrote: > This is a good feature. We should add ...
6 years, 1 month ago (2014-11-07 16:23:24 UTC) #4
Mike West
Ok. LGTM. Don't worry about making room for the future change at the moment; as ...
6 years, 1 month ago (2014-11-07 16:31:27 UTC) #5
dmazzoni
OK, sounds good. Do you have a bug filed for the writeonly work? We can ...
6 years, 1 month ago (2014-11-07 16:49:49 UTC) #6
dmazzoni
https://codereview.chromium.org/704363004/diff/1/Source/core/accessibility/AXObject.cpp File Source/core/accessibility/AXObject.cpp (right): https://codereview.chromium.org/704363004/diff/1/Source/core/accessibility/AXObject.cpp#newcode227 Source/core/accessibility/AXObject.cpp:227: return true; On 2014/11/07 09:51:28, Mike West wrote: > ...
6 years, 1 month ago (2014-11-07 22:33:42 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/704363004/20001
6 years, 1 month ago (2014-11-07 22:34:51 UTC) #9
commit-bot: I haz the power
6 years, 1 month ago (2014-11-07 23:53:57 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 184994

Powered by Google App Engine
This is Rietveld 408576698