[Webkit-unassigned] [Bug 99160] New: [WebKit IDL] remove "in", replace "setter/getter raises" with "setraises/getraises"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 12 03:09:29 PDT 2012


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

           Summary: [WebKit IDL] remove "in", replace "setter/getter
                    raises" with "setraises/getraises"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tasak at google.com


- "in" was removed from WebIDL spec and all arguments in WebKit IDL have "in". So all arguments should be considered as "in".

- WebIDL doesn't have "setter raises" and "getter raises". Instead, WebIDL had "setraises" and "getraises".
   "setraises" and "getraises" were removed on 27 September 2011, but WebKit uses "setter raises" and "getter raises".
   So just replace "setter raises" with "setraises" and "getter raises" with "getraises".

c.f. WebIDL spec "http://www.w3.org/TR/WebIDL/"

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