[Webkit-unassigned] [Bug 119725] New: Simplify RadioNodeList's anonymous indexed getter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 20:58:17 PDT 2013


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

           Summary: Simplify RadioNodeList's anonymous indexed getter
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: dchris at gmail.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/c06e3ea129f0a16eb4275a2c6bb9e77094bda632

Make RadioNodeList's anonymous indexed getter argument mandatory and drop
the [IsIndex] IDL extended attribute. 'optional' and [IsIndex] have no
effect on the generated code of anonymous indexed getters:
- There is no way for the caller to omit the index
- The generated code uses ObjectTemplate::SetIndexedPropertyHandler() and
the IndexedPropertyGetterCallback takes a uint32_t in argument.

There is no web-exposed behavior change, the generated bindings code is identical.

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