summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorttr314@googlemail.com <ttr314@googlemail.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-09 09:57:19 +0000
committerttr314@googlemail.com <ttr314@googlemail.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-09 09:57:19 +0000
commit3aa1446f4fb625cd0245c2d0b8ff26a20c941d6b (patch)
tree67342355b6ba9ed094b07fe35caaf82354255c16 /AUTHORS
parent92b9a3e000136518c489975bebea57bc0f66333f (diff)
downloadchromium_src-3aa1446f4fb625cd0245c2d0b8ff26a20c941d6b.zip
chromium_src-3aa1446f4fb625cd0245c2d0b8ff26a20c941d6b.tar.gz
chromium_src-3aa1446f4fb625cd0245c2d0b8ff26a20c941d6b.tar.bz2
Fill passwords if password manager is disabled.
As of now, filling passwords is directly dependent on the manager being enabled in the settings. However, the password manager is supposed to fill previously stored passwords even when disabled. Changes introduced by the patch are as following: - Remove IsFillingEnabled() and update code relying on method accordingly. - Add test to ensure that password saving depends on manager enabled preference. - Add test to ensure that passwords are filled on a disabled password manager. - Add myself to AUTHORS file. Contributed by Timo Reimann <ttr314@googlemail.com> R=isherman@chromium.org BUG=158296 Review URL: https://chromiumcodereview.appspot.com/11361142/ Review URL: https://chromiumcodereview.appspot.com/11361142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index be9a6d3..f980d1b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -210,3 +210,4 @@ Josh Triplett <josh.triplett@intel.com>
Qiankun Miao <qiankun.miao@intel.com>
Etienne Laurin <etienne@atnnn.com>
Yang Gu <yang.gu@intel.com>
+Timo Reimann <ttr314@googlemail.com>