Bug 506268 - Session restore fails halfway through, leaves tabs unloaded

Load Weave off of the event that triggered sessionstore so that it and its callers can finish loading before autoconnect does network activity.
This commit is contained in:
Edward Lee 2009-09-24 14:31:05 -07:00
Родитель 6fa67802b5
Коммит 442f5ac9d3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -62,7 +62,7 @@ WeaveService.prototype = {
*/
case "sessionstore-windows-restored":
Cu.import("resource://weave/service.js");
Weave.Service.onStartup();
Weave.Utils.makeTimerForCall(function() Weave.Service.onStartup());
break;
}
}