will-change for individual transform properties should set WillChangeBits::TRANSFORM
Categories
(Core :: CSS Transitions and Animations, enhancement, P3)
Tracking
()
People
(Reporter: hiro, Assigned: boris)
References
Details
Attachments
(2 files)
Updated•6 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
We always check StyleWillChangeBits_TRANSFORM bit together with a
transform-like property set, so using WillChangeBits::TRANSFORM bit to
represent all transform-like properties is ok.
However, it seems the new test case works well even if we don't have this
patch. I still add it for individual transform properties to make sure
the test coverage is enough anyway.
Assignee | ||
Comment 2•5 years ago
|
||
To make sure the test coverage is enough for individual transforms.
Assignee | ||
Comment 3•5 years ago
|
||
Got test_will_change.html failed on mac. I'm looking at it on mac now.
Assignee | ||
Comment 4•5 years ago
|
||
(In reply to Boris Chiou [:boris] from comment #3)
Got test_will_change.html failed on mac. I'm looking at it on mac now.
My bad. I should set pref in chrome.ini because we use translate
in the style sheet, too.
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/83d5c6144840
https://hg.mozilla.org/mozilla-central/rev/40de8675c53c
Comment 7•5 years ago
|
||
WPT import in https://github.com/web-platform-tests/wpt/pull/19451.
Updated•5 years ago
|
Description
•