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]
git-svn-id: svn://10.0.0.236/trunk@244467 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
86d6363d25
commit
d605fc65fd
@ -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)");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user