RESOLVED FIXED 182608
[Web Animations] Refactor AnimationEffect and KeyframeEffect into AnimationEffectReadOnly, KeyframeEffectReadOnly and KeyframeEffect
https://bugs.webkit.org/show_bug.cgi?id=182608
Summary [Web Animations] Refactor AnimationEffect and KeyframeEffect into AnimationEf...
Antoine Quint
Reported 2018-02-08 11:33:21 PST
Currently, we have an AnimationEffect class with read-write members and a KeyframeEffect subclasses with read-write members. The spec has an AnimationEffectReadOnly class, with read-only members, a KeyframeEffectReadOnly subclass, with read-only members, and then the KeyframeEffect subclass (of KeyframeEffectReadOnly) with read-write members.
Attachments
Patch (309.80 KB, patch)
2018-02-08 12:03 PST, Antoine Quint
no flags
Patch (308.06 KB, patch)
2018-02-08 23:37 PST, Antoine Quint
no flags
Patch (308.84 KB, patch)
2018-02-09 00:11 PST, Antoine Quint
no flags
Archive of layout-test-results from ews104 for mac-sierra-wk2 (2.77 MB, application/zip)
2018-02-09 01:09 PST, EWS Watchlist
no flags
Archive of layout-test-results from ews103 for mac-sierra (2.23 MB, application/zip)
2018-02-09 01:20 PST, EWS Watchlist
no flags
Archive of layout-test-results from ews114 for mac-sierra (2.97 MB, application/zip)
2018-02-09 01:49 PST, EWS Watchlist
no flags
Patch (303.30 KB, patch)
2018-02-09 01:52 PST, Antoine Quint
dino: review+
Antoine Quint
Comment 1 2018-02-08 12:03:26 PST
EWS Watchlist
Comment 2 2018-02-08 12:06:37 PST
Attachment 333403 [details] did not pass style-queue: ERROR: Source/WebCore/animation/KeyframeEffectReadOnly.cpp:430: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Total errors found: 1 in 35 files If any of these errors are false positives, please file a bug against check-webkit-style.
Antoine Quint
Comment 3 2018-02-08 23:37:31 PST
Antoine Quint
Comment 4 2018-02-09 00:11:11 PST
EWS Watchlist
Comment 5 2018-02-09 00:14:16 PST
Attachment 333454 [details] did not pass style-queue: ERROR: Source/WebCore/animation/KeyframeEffectReadOnly.cpp:430: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Total errors found: 1 in 36 files If any of these errors are false positives, please file a bug against check-webkit-style.
EWS Watchlist
Comment 6 2018-02-09 01:09:52 PST
Comment on attachment 333454 [details] Patch Attachment 333454 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/6427638 New failing tests: imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate.html imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/constructor.html imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/setKeyframes.html imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/composite.html
EWS Watchlist
Comment 7 2018-02-09 01:09:53 PST
Created attachment 333460 [details] Archive of layout-test-results from ews104 for mac-sierra-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews104 Port: mac-sierra-wk2 Platform: Mac OS X 10.12.6
EWS Watchlist
Comment 8 2018-02-09 01:20:36 PST
Comment on attachment 333454 [details] Patch Attachment 333454 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/6427813 New failing tests: imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate.html imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/constructor.html imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/setKeyframes.html imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/composite.html
EWS Watchlist
Comment 9 2018-02-09 01:20:38 PST
Created attachment 333463 [details] Archive of layout-test-results from ews103 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews103 Port: mac-sierra Platform: Mac OS X 10.12.6
EWS Watchlist
Comment 10 2018-02-09 01:49:52 PST
Comment on attachment 333454 [details] Patch Attachment 333454 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/6427866 New failing tests: imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate.html imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/constructor.html imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/setKeyframes.html imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/composite.html
EWS Watchlist
Comment 11 2018-02-09 01:49:54 PST
Created attachment 333467 [details] Archive of layout-test-results from ews114 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews114 Port: mac-sierra Platform: Mac OS X 10.12.6
Antoine Quint
Comment 12 2018-02-09 01:52:29 PST
EWS Watchlist
Comment 13 2018-02-09 01:54:16 PST
Attachment 333469 [details] did not pass style-queue: ERROR: Source/WebCore/animation/KeyframeEffectReadOnly.cpp:430: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Total errors found: 1 in 36 files If any of these errors are false positives, please file a bug against check-webkit-style.
Antoine Quint
Comment 14 2018-02-09 11:11:40 PST
Radar WebKit Bug Importer
Comment 15 2018-02-09 11:12:28 PST
Note You need to log in before you can comment on or make changes to this bug.