зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1544562 - Call onUnload when about:preferences is closed r=rstrong
Differential Revision: https://phabricator.services.mozilla.com/D27591 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
1f2a20380a
Коммит
163b96b5b3
|
@ -1436,6 +1436,9 @@ var gMainPane = {
|
|||
handleEvent(aEvent) {
|
||||
if (aEvent.type == "unload") {
|
||||
this.destroy();
|
||||
if (AppConstants.MOZ_UPDATER) {
|
||||
onUnload();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче