[Webkit-unassigned] [Bug 235504] Refactor KeyframeEffect::getKeyframes()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 10:33:30 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=235504

--- Comment #2 from Antoine Quint <graouts at webkit.org> ---
Plan here is to:

1. mark getKeyframes() as [Custom] in the idl
2. change the BaseComputedKeyframe struct to a ComputedKeyframe struct, add a map with CSSPropertyID as a key and String as values to store all the keyframe CSS properties
3. make getKeyframes() return a Vector<ComputedKeyframe>
4. add code in JSKeyframeEffectCustom.cpp to convert that returned Vector<ComputedKeyframe> to a Vector<JSC::Strong<JSC::JSObject>>, the code for which mostly exists in the current implementation of KeyframeEffect::getKeyframes().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220124/db140649/attachment.htm>


More information about the webkit-unassigned mailing list