diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-04-02 20:12:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-02 20:12:09 -0500 |
commit | a31271b07ff1372e48d8b363a1f4a16b8ff6f98d (patch) | |
tree | 88508be58bd11af059e58b75ef81f689fc749942 /components/script/dom/htmlstyleelement.rs | |
parent | eb1865070a8324016c369104afa159fdec345bea (diff) | |
parent | f36199201c498db8e4e7a23e1f24a9c421b3bb83 (diff) | |
download | servo-a31271b07ff1372e48d8b363a1f4a16b8ff6f98d.tar.gz servo-a31271b07ff1372e48d8b363a1f4a16b8ff6f98d.zip |
Auto merge of #16233 - hiikezoe:timing-function-fix, r=emilio
Set each control points when converting specified keyworded timing fu…
…nction to nsTimingFunction.
Gecko's timing function (nsTimingFunction) needs to be specified
each control points if timing function can be represented as cubic-bezier
function. To avoid scattering control points values (e.g. 0.25, 0.1, ...)
we convert specified value to computed value and then use control points
values of the computed value.
<!-- Please describe your changes on the following line: -->
This is a PR of https://bugzilla.mozilla.org/show_bug.cgi?id=1352891
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because it's for stylo.
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16233)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/htmlstyleelement.rs')
0 files changed, 0 insertions, 0 deletions