зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1470002
- remove pagehide message passing from browser code, r=mixedpuppy
MozReview-Commit-ID: 18hsSwHsWzz --HG-- extra : rebase_source : f5d93272bd437f135a9d9f8242c3e02be1a2659a
This commit is contained in:
Родитель
a4d6d71982
Коммит
839706233a
|
@ -341,13 +341,6 @@ addEventListener("pageshow", function(event) {
|
|||
});
|
||||
}
|
||||
});
|
||||
addEventListener("pagehide", function(event) {
|
||||
if (event.target == content.document) {
|
||||
sendAsyncMessage("PageVisibility:Hide", {
|
||||
persisted: event.persisted,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
var PageMetadataMessenger = {
|
||||
init() {
|
||||
|
|
|
@ -400,7 +400,6 @@ MessageManagerTunnel.prototype = {
|
|||
// Messages sent to SelectParentHelper.jsm
|
||||
"Forms:UpdateDropDown",
|
||||
// Messages sent to browser.js
|
||||
"PageVisibility:Hide",
|
||||
"PageVisibility:Show",
|
||||
// Messages sent to SessionStore.jsm
|
||||
"SessionStore:update",
|
||||
|
|
Загрузка…
Ссылка в новой задаче