<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>72206</bug_id>
          
          <creation_ts>2011-11-11 22:43:51 -0800</creation_ts>
          <short_desc>Update ObjC API verification after accessKey moved up to superclass DOMHTMLElement</short_desc>
          <delta_ts>2011-11-14 10:18:19 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit API</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>71854</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Joseph Pecoraro">joepeck</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>code.vineet</cc>
    
    <cc>darin</cc>
    
    <cc>joepeck</cc>
    
    <cc>mitz</cc>
    
    <cc>mrowe</cc>
    
    <cc>sam</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>501369</commentid>
    <comment_count>0</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2011-11-11 22:43:51 -0800</bug_when>
    <thetext>The &quot;accessKey&quot; IDL attribute moved up from some specific HTML elements to work on all elements:
&lt;http://webkit.org/b/71854&gt; Access key should work on all elements
&lt;http://trac.webkit.org/changeset/100013&gt;

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 &quot;DOMHTMLAnchorElement&quot; 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&apos;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?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>502048</commentid>
    <comment_count>1</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2011-11-14 10:18:19 -0800</bug_when>
    <thetext>It looks like the original patch rolled out and a new version is being worked
up on the original bug. So I&apos;m going to close this one.

*** This bug has been marked as a duplicate of bug 71854 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>