Closed
Bug 1533594
Opened 7 years ago
Closed 7 years ago
Support setting animation performance warnings on translate, rotate, and scale
Categories
(Core :: DOM: Animation, enhancement, P3)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: boris, Assigned: boris)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
After enabling compositor animations on translate, rotate, scale, we should also make sure the setting of animation performance warnings also works on these 3 properties. That means, not only set performance warning for by property set but also add performance warning messages for them (i.e. each property may need its own message).
| Assignee | ||
Comment 1•7 years ago
|
||
We want to set the performance warning by a property set, so update it.
Basically, only tests in testTooLargeFrame() are related to the change we do
in this bug (i.e. Use property set instead of nsCSSProperty_transform),
but it's worth to add more basic tests.
Pushed by boris.chiou@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d810f579f67d
Set performance warning by a property set. r=hiro
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Updated•7 years ago
|
status-firefox67:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•