Bug 133848
Summary: | Add CustomIndexedGetter extended IDL property. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michal Debski <m.debski> |
Component: | Bindings | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | changseok |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 133847, 133850 |
Michal Debski
CustomIndexedGetter allows to customize binding for object's indexed getter. Already exists CustomNamedSetter, CustomIndexedSetter and CustomNamedGetter, but CustomIndexedGetter is missing. This is needed by Gamepad API to allow gamepad list to customize indexed getter to contain holes. Eg: [{"gamepad1", undefined, "gamepad3", undefined, ... , undefined].
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michal Debski
No longer applies after:
https://webkit.org/b/133586
ChangSeok Oh
This is addressed in 133586.
*** This bug has been marked as a duplicate of bug 133586 ***