mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
bug 533759 - delay real startup for 10 seconds on Fennec to get away from startup
This commit is contained in:
parent
f0479802e6
commit
120a548fe6
@ -252,6 +252,9 @@ WeaveSvc.prototype = {
|
||||
let enum = Svc.WinMediator.getEnumerator("navigator:browser");
|
||||
while (enum.hasMoreElements())
|
||||
wait += enum.getNext().gBrowser.mTabs.length;
|
||||
break;
|
||||
case FENNEC_ID:
|
||||
wait = 10;
|
||||
}
|
||||
|
||||
// Make sure we wait a little but but not too long in the worst case
|
||||
|
Loading…
x
Reference in New Issue
Block a user