зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1464938: Stop needlessly waiting for responses to startup messages. r=aswan
MozReview-Commit-ID: 328wmW1CZ9L --HG-- extra : rebase_source : 7563f637d799e8108431faf062ac176f7e8180d9
This commit is contained in:
Родитель
e1e4a86f58
Коммит
a923510bfa
|
@ -1640,9 +1640,9 @@ class Extension extends ExtensionData {
|
|||
sharedData.set("extensions/activeIDs", activeExtensionIDs);
|
||||
|
||||
Services.ppmm.sharedData.flush();
|
||||
return this.broadcast("Extension:Startup", this.id).then(() => {
|
||||
return Promise.all(promises);
|
||||
});
|
||||
this.broadcast("Extension:Startup", this.id);
|
||||
|
||||
return Promise.all(promises);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче