25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
From 12f0346614ed11ad9f1444c5c01218ccfe3e0790 Mon Sep 17 00:00:00 2001
|
|
From: Herrie <Github.com@herrie.org>
|
|
Date: Wed, 2 Mar 2016 16:13:07 +0100
|
|
Subject: [PATCH 06/10] Enable password echo
|
|
|
|
---
|
|
chromium/third_party/WebKit/Source/core/frame/Settings.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/3rdparty/chromium/third_party/WebKit/Source/core/frame/Settings.in b/src/3rdparty/chromium/third_party/WebKit/Source/core/frame/Settings.in
|
|
index 5a50982..9789d19 100644
|
|
--- a/src/3rdparty/chromium/third_party/WebKit/Source/core/frame/Settings.in
|
|
+++ b/src/3rdparty/chromium/third_party/WebKit/Source/core/frame/Settings.in
|
|
@@ -29,7 +29,7 @@ defaultTextEncodingName type=String
|
|
# Do not hide chars typed in password fields immediately, but let the last char stay
|
|
# visible for N seconds, configured by the passwordEchoDurationInSeconds setting
|
|
# FIXME: Enable automatically if passwordEchoDurationInSeconds is set to a positive value.
|
|
-passwordEchoEnabled initial=false
|
|
+passwordEchoEnabled initial=true
|
|
|
|
# Configure how long the last char should say visible in seconds.
|
|
passwordEchoDurationInSeconds type=double, initial=1
|
|
--
|
|
2.7.4
|
|
|