[Webkit-unassigned] [Bug 133848] New: Add CustomIndexedGetter extended IDL property.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 13 06:10:22 PDT 2014


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

           Summary: Add CustomIndexedGetter extended IDL property.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: m.debski at samsung.com


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].

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list