RESOLVED FIXED Bug 235117
Web Inspector should expose newer CSS Animations, CSS Transitions and Web Animations events
https://bugs.webkit.org/show_bug.cgi?id=235117
Summary Web Inspector should expose newer CSS Animations, CSS Transitions and Web Ani...
Antoine Quint
Reported 2022-01-12 09:06:26 PST
Web Inspector should expose newer CSS Animations and CSS Transitions events
Attachments
Patch (2.46 KB, patch)
2022-01-12 09:07 PST, Antoine Quint
no flags
Patch for landing (3.90 KB, patch)
2022-01-12 11:36 PST, Antoine Quint
no flags
Antoine Quint
Comment 1 2022-01-12 09:07:42 PST
Joseph Pecoraro
Comment 2 2022-01-12 10:49:59 PST
Comment on attachment 448949 [details] Patch Nice! Are there any others we might want to add to this list?
Antoine Quint
Comment 3 2022-01-12 10:58:44 PST
(In reply to Joseph Pecoraro from comment #2) > Comment on attachment 448949 [details] > Patch > > Nice! Are there any others we might want to add to this list? Well, there are the AnimationPlaybackEvent events, which aren't dispatched on a node but on an Animation object: "remove", "cancel" and "finish". Should they be a part of that list?
Antoine Quint
Comment 4 2022-01-12 11:36:06 PST
Created attachment 448977 [details] Patch for landing
Joseph Pecoraro
Comment 5 2022-01-12 12:07:55 PST
(In reply to Antoine Quint from comment #3) > (In reply to Joseph Pecoraro from comment #2) > > Comment on attachment 448949 [details] > > Patch > > > > Nice! Are there any others we might want to add to this list? > > Well, there are the AnimationPlaybackEvent events, which aren't dispatched > on a node but on an Animation object: "remove", "cancel" and "finish". > Should they be a part of that list? If EventDispatch includes this event name, it should show up in the JavaScript & Events timeline. So I'd think so! Probably everything in EventNames.h (DOM_EVENT_NAMES_FOR_EACH) could have a better user facing string.
EWS
Comment 6 2022-01-12 12:25:43 PST
Committed r287945 (245974@main): <https://commits.webkit.org/245974@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 448977 [details].
Radar WebKit Bug Importer
Comment 7 2022-01-12 12:26:16 PST
Note You need to log in before you can comment on or make changes to this bug.