Closed
Bug 1363573
Opened 8 years ago
Closed 8 years ago
stylo: Combine ComputeDuration and Interpolate into a single trait
Categories
(Core :: CSS Parsing and Computation, enhancement, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: birtles, Assigned: birtles)
References
Details
Attachments
(3 files)
Splitting this off from bug 1329878 since it will bitrot quickly.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8866175 [details]
Bug 1363573 - Rename the Interpolate trait to Animatable;
https://reviewboard.mozilla.org/r/137786/#review140936
Here is another Interpolate;
servo/tests/unit/style/animated_properties.rs
Attachment #8866175 -
Flags: review?(hikezoe) → review+
Assignee | ||
Comment 4•8 years ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #3)
> Comment on attachment 8866175 [details]
> Bug 1363573 - Rename the Interpolate trait to Animatable;
>
> https://reviewboard.mozilla.org/r/137786/#review140936
>
> Here is another Interpolate;
> servo/tests/unit/style/animated_properties.rs
Nice, thanks!
Assignee | ||
Comment 5•8 years ago
|
||
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=b5b2196693562d7202c288c20ef0998497f1840f
It turns out I wrote these patches on a checkout from a couple of weeks ago. I hope I didn't break anything when rebasing.
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8866176 [details]
Bug 1363573 - Merge ComputeDistance trait into Animatable trait;
https://reviewboard.mozilla.org/r/137788/#review140942
Attachment #8866176 -
Flags: review?(hikezoe) → review+
Assignee | ||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Comment 9•7 years ago
|
||
Why were these two traits merged together? I can't find an explanation as to what this gives us.
You need to log in
before you can comment on or make changes to this bug.
Description
•