Closed
Bug 1181765
Opened 10 years ago
Closed 10 years ago
Remove uses of mozRequestAnimationFrame from layout code
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
9.63 KB,
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Assignee | |
Comment 1•10 years ago
|
||
Attachment #8631873 -
Flags: review?(bkelly)
Comment 2•10 years ago
|
||
Comment on attachment 8631873 [details] [diff] [review]
Remove uses of mozRequestAnimationFrame from layout tests
Review of attachment 8631873 [details] [diff] [review]:
-----------------------------------------------------------------
::: layout/base/tests/test_bug569520.html
@@ +33,1 @@
> ok(secondListenerArg >= firstListenerArg, // callback args from consecutive unprefixed requestAnimationFrame
nit: Remove reference to "unprefixed" requestAnimationFrame?
::: layout/base/tests/test_bug588174.html
@@ +33,1 @@
> ok(secondListenerArg >= firstListenerArg, // callback args from consecutive unprefixed requestAnimationFrame
nit: remove reference to "unprefixed" requestAnimationFrame
Attachment #8631873 -
Flags: review?(bkelly) → review+
![]() |
Assignee | |
Comment 4•10 years ago
|
||
> nit: Remove reference to "unprefixed" requestAnimationFrame?
Good catch, both times.
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•