Bug 408363 - "Password Manager remember prompt gets dismissed too early" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=dolske r=gavin ui-r+a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-01-29 20:34:19 -08:00
parent c9fa04fc09
commit 6b50622df4

View File

@ -391,7 +391,7 @@ LoginManagerPrompter.prototype = {
// at the post-authentication page. I don't see a good way to
// heuristically determine when to ignore such location changes, so
// we'll try ignoring location changes based on a time interval.
newBar.timeout = Date.now() + 10000; // 10 seconds
newBar.timeout = Date.now() + 20000; // 20 seconds
if (oldBar) {
this.log("(...and removing old save-password notification bar)");