[Webkit-unassigned] [Bug 72206] New: ObjC API accessKey moved up to superclass DOMHTMLElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 22:43:51 PST 2011


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

           Summary: ObjC API accessKey moved up to superclass
                    DOMHTMLElement
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: darin at apple.com, mrowe at apple.com, mitz at webkit.org,
                    rgf748 at motorola.com


The "accessKey" IDL attribute moved up from some specific HTML elements to work on all elements:
<http://webkit.org/b/71854> Access key should work on all elements
<http://trac.webkit.org/changeset/100013>

This produces the following API verification warning (and subsequent build errors if a clean build):

    Died at WebCore/bindings/scripts//CodeGeneratorObjC.pm line 323.
    Public API change. There are missing public properties and/or methods from the "DOMHTMLAnchorElement" class.
    @property(copy) NSString *accessKey;

CodeGeneratorObjC.pm checks the new APIs against
Source/WebCore/bindings/objc/PublicDOMInterfaces.h. It looks like this is
a progression and won't regress existing APIs and PublicDOMInterfaces can
be updated. However it will need some macro wizardry.

Anyone know the best way to update the API?

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