Open
Bug 1415065
Opened 7 years ago
Updated 2 months ago
Use waitForAllPaintsFlushed in waitForPaints() instead of waitForAnimationFrame(2)
Categories
(Core :: DOM: Animation, enhancement, P3)
Core
DOM: Animation
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox58 | --- | affected |
People
(Reporter: hiro, Unassigned)
References
Details
We introduce waitForPaints() in bug 1415042, but it's not actually waiting for MozAfterPaint due to bug 1341294.
Once bug 1341294 is fixed, we can simply use waitForAllPaintsFlushed in the function.
Reporter | ||
Comment 2•7 years ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #0)
> We introduce waitForPaints() in bug 1415042, but it's not actually waiting
> for MozAfterPaint due to bug 1341294.
>
> Once bug 1341294 is fixed, we can simply use waitForAllPaintsFlushed in the
> function.
The bug has been moved into bug 1419226.
Depends on: 1419226
Reporter | ||
Comment 3•7 years ago
|
||
Now moved to bug 1445570.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•