Bug 74419

Summary: Add item method to WebKitCSSKeyframesRule.idl
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abarth, ahmad.saleem792, ap, bfulgham, dino, rniwa, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Erik Arvidsson 2011-12-13 09:58:27 PST
Mostly for consistency but it would also simplify the V8 code generator which at the moment needs the type of the indexer.
Comment 1 Ahmad Saleem 2022-08-09 12:03:50 PDT
This commit renamed the file:

https://github.com/WebKit/WebKit/commit/7e0dcbf9e2072353a85f94d1d0b00221872abcff

This is current IDL file:

https://github.com/WebKit/WebKit/blob/main/Source/WebCore/css/CSSKeyframesRule.idl

This is current Chromium IDL:

https://github.com/chromium/chromium/blob/main/third_party/blink/renderer/core/css/css_keyframe_rule.idl

rniwa@webkit.org - it seems to be change for pre-Blink for V8, is it needed now? I just gave quick links for reference above. Thanks!
Comment 2 Ryosuke Niwa 2022-08-09 12:06:27 PDT
This is won't fix at this point.