Bug 74419
| Summary: | Add item method to WebKitCSSKeyframesRule.idl | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
| Component: | DOM | Assignee: | 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 | ||
Erik Arvidsson
Mostly for consistency but it would also simplify the V8 code generator which at the moment needs the type of the indexer.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
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!
Ryosuke Niwa
This is won't fix at this point.