mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
c9fa04fc09
commit
6b50622df4
@ -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…
Reference in New Issue
Block a user