зеркало из https://github.com/mozilla/gecko-dev.git
e652bcab53
With Fission, `pageshow` and `pagehide` are not guaranteed to happen in order, e.g. we might get the following order of events: pageshow -- navigate to example.org pageshow -- navigate to google.com pagehide -- example.org is now hidden which would break the previous assumption that we could rely on the order of show and hide events. To handle that, we keep track of the most-recent-added session and we assume that that is the session bening displayed. In the future, we might consider keeping state of all sessions until a `pagehide` event for the specific session arrives. Differential Revision: https://phabricator.services.mozilla.com/D143961 |
||
---|---|---|
.. | ||
android | ||
locales | ||
.eslintrc.js |