Bug 300979
| Summary: | [threaded-animation-resolution] fix decoding of `AcceleratedEffectTiming` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
In 287181@main we differentiated between specified values for animation effect timing properties `iterationDuration`, `startDelay` and `endDelay` and their resolved values. While we updated the serialization for the affected class, `AcceleratedEffectTiming`, we did not respect the order in which these properties are encoded and decoded. This was not apparent because the various properties that were switched around have types that can bridge between them (`WebAnimationTime`, `double` and `Seconds`) but it led to some issues when decoding the values since the wrong properties were being restored.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/162856767>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/52553
EWS
Committed 301703@main (a992cac852a7): <https://commits.webkit.org/301703@main>
Reviewed commits have been landed. Closing PR #52553 and removing active labels.