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

Unified Diff: Source/core/frame/Settings.in

Issue 704363004: Add an accessibility setting to expose password values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index de9295de8709b90479ac3c0b1485f013460217f9..a065e2ba51a6cca7a54637a9c521852507716ad3 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -297,5 +297,11 @@ availableHoverTypes type=int, initial=HoverTypeNone, invalidate=MediaQuery
primaryPointerType type=PointerType, initial=PointerTypeNone, invalidate=MediaQuery
primaryHoverType type=HoverType, initial=HoverTypeNone, invalidate=MediaQuery
+# Whether accessibility support is enabled at all.
accessibilityEnabled initial=false, invalidate=AccessibilityState
+
+# If true, the value in password fields is exposed as if it wasn't protected.
Mike West 2014/11/07 09:51:28 Nit: "exposed to assistive technologies"? "exposed
dmazzoni 2014/11/07 22:33:42 Done.
+accessibilityPasswordValuesEnabled initial=false
+
+# If true, static text nodes expose inline text box children.
inlineTextBoxAccessibilityEnabled initial=false

Powered by Google App Engine
This is Rietveld 408576698