Closed
Bug 1465078
Opened 4 years ago
Closed 4 years ago
test_fullscreen-api.html doesn't wait for MozAfterPaint on new windows before triggering fullscreen
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1464908 +++ See bug 1464908 for the details on the race condition here. In that bug I fixed test_fullscreen-api-race.html to avoid the race condition, but it turns out that test_fullscreen-api.html has the same problem.
Assignee | ||
Comment 1•4 years ago
|
||
On m-c: https://treeherder.mozilla.org/#/jobs?repo=try&revision=313508c5c352ebfe5caf8106b37d437cc1b749d4 With the async-scene-building stuff: https://treeherder.mozilla.org/#/jobs?repo=try&revision=86de1d250f48ffb9ebe4439e0d4df2ee08918d81
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → bugmail
Comment hidden (mozreview-request) |
Comment 3•4 years ago
|
||
mozreview-review |
Comment on attachment 8981478 [details] Bug 1465078 - Wait for MozAfterPaint on new windows before requesting fullscreen. https://reviewboard.mozilla.org/r/247592/#review253790
Attachment #8981478 -
Flags: review?(xidorn+moz) → review+
Pushed by kgupta@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/47eee94a27ae Wait for MozAfterPaint on new windows before requesting fullscreen. r=xidorn
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/47eee94a27ae
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•3 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•