bug 533759 - delay real startup for 10 seconds on Fennec to get away from startup

This commit is contained in:
Mike Connor 2009-12-10 12:20:16 -08:00
parent f0479802e6
commit 120a548fe6

View File

@ -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