mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
6415838678
Before this patch, there are two issues for non-e10s window: * The initial entering fullscreen would hit timeout because we do not record lastTransitionId for entering for non-e10s, and a number is never larger than undefined, so MozAfterPaint never triggers the message it should trigger. * Every exiting fullscreen may hit timeout because when we record the transition id in DOMFullscreen:CleanUp, the last paint for fullscreen change may have completed, and consequently we won't receive any new MozAfterPaint with a larger transition if the page is static. MozReview-Commit-ID: IWCC6QHA3AL --HG-- extra : source : 3be19433697e710d33e25f30baf78342ae25d956 |
||
---|---|---|
.. | ||
app | ||
base | ||
branding | ||
components | ||
config | ||
docs | ||
experiments | ||
extensions | ||
fonts | ||
installer | ||
locales | ||
modules | ||
themes | ||
tools/mozscreenshots | ||
.eslintrc | ||
app-rules.mk | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
defs.mk | ||
LICENSE | ||
Makefile.in | ||
moz.build | ||
moz.configure |