mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 828101 - Initialize Firefox Health Report after session restore; r=rnewman
This commit is contained in:
parent
5112369767
commit
a4c8c86368
@ -70,11 +70,11 @@ HealthReportService.prototype = {
|
||||
|
||||
switch (topic) {
|
||||
case "app-startup":
|
||||
os.addObserver(this, "final-ui-startup", true);
|
||||
os.addObserver(this, "sessionstore-windows-restored", true);
|
||||
break;
|
||||
|
||||
case "final-ui-startup":
|
||||
os.removeObserver(this, "final-ui-startup");
|
||||
case "sessionstore-windows-restored":
|
||||
os.removeObserver(this, "sessionstore-windows-restored");
|
||||
|
||||
let delayInterval = this._prefs.get("service.loadDelayMsec") ||
|
||||
DEFAULT_LOAD_DELAY_MSEC;
|
||||
|
Loading…
Reference in New Issue
Block a user