Bug 74419 - Add item method to WebKitCSSKeyframesRule.idl
Summary: Add item method to WebKitCSSKeyframesRule.idl
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-13 09:58 PST by Erik Arvidsson
Modified: 2022-08-09 12:06 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.