<?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>129970</bug_id>
          
          <creation_ts>2014-03-08 11:06:55 -0800</creation_ts>
          <short_desc>AX: Trailing semicolon in Tools/DumpRenderTree/AccessibilityUIElement.cpp since bug  129039</short_desc>
          <delta_ts>2022-10-09 13:46:17 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Accessibility</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>129039</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Landry Breuil">landry</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>cfleizach</cc>
    
    <cc>commit-queue</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>988576</commentid>
    <comment_count>0</comment_count>
    <who name="Landry Breuil">landry</who>
    <bug_when>2014-03-08 11:06:55 -0800</bug_when>
    <thetext>-    if (argumentCount == 1);
+    if (argumentCount == 1)
         indexNumber = JSValueToNumber(context, arguments[0], exception);</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>988577</commentid>
    <comment_count>1</comment_count>
      <attachid>226218</attachid>
    <who name="Landry Breuil">landry</who>
    <bug_when>2014-03-08 11:11:41 -0800</bug_when>
    <thetext>Created attachment 226218
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>988578</commentid>
    <comment_count>2</comment_count>
    <who name="Landry Breuil">landry</who>
    <bug_when>2014-03-08 11:14:47 -0800</bug_when>
    <thetext>The gcc warning was:

../../../src/WebKit/Tools/DumpRenderTree/AccessibilityUIElement.cpp:1213:28: warning: suggest braces around empty body in an &apos;if&apos; statement [-Wempty-body]
     if (argumentCount == 1);</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>994909</commentid>
    <comment_count>3</comment_count>
    <who name="Landry Breuil">landry</who>
    <bug_when>2014-03-27 06:34:03 -0700</bug_when>
    <thetext>Can someone land this please? Pretty trivial..</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>994910</commentid>
    <comment_count>4</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2014-03-27 06:34:13 -0700</bug_when>
    <thetext>&lt;rdar://problem/16443615&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>994941</commentid>
    <comment_count>5</comment_count>
      <attachid>226218</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2014-03-27 09:36:57 -0700</bug_when>
    <thetext>Comment on attachment 226218
Patch

&gt; Can someone land this please? Pretty trivial..

Another way to ask would be to mark the patch with cq? flag.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>994942</commentid>
    <comment_count>6</comment_count>
      <attachid>226218</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2014-03-27 09:38:16 -0700</bug_when>
    <thetext>Comment on attachment 226218
Patch

Rejecting attachment 226218 from commit-queue.

Failed to run &quot;[&apos;/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch&apos;, &apos;--status-host=webkit-queues.appspot.com&apos;, &apos;--bot-id=webkit-cq-03&apos;, &apos;validate-changelog&apos;, &apos;--check-oops&apos;, &apos;--non-interactive&apos;, 226218, &apos;--port=mac&apos;]&quot; exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

/Volumes/Data/EWS/WebKit/Tools/ChangeLog neither lists a valid reviewer nor contains the string &quot;Unreviewed&quot; or &quot;Rubber stamp&quot; (case insensitive).

Full output: http://webkit-queues.appspot.com/results/5457624170496000</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>995075</commentid>
    <comment_count>7</comment_count>
    <who name="Landry Breuil">landry</who>
    <bug_when>2014-03-27 14:58:43 -0700</bug_when>
    <thetext>That&apos;s the main problem for feeding back patches to webkit, one has to upload it first, get it reviewed, manually add the reviewed by line, reupload it, and then get someone to mark it cq+ to get it commited by the commit bot. The tools are not smart enough to do this by themselves.... :( Way too cumbersome.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>995340</commentid>
    <comment_count>8</comment_count>
    <who name="chris fleizach">cfleizach</who>
    <bug_when>2014-03-28 09:09:14 -0700</bug_when>
    <thetext>(In reply to comment #7)
&gt; That&apos;s the main problem for feeding back patches to webkit, one has to upload it first, get it reviewed, manually add the reviewed by line, reupload it, and then get someone to mark it cq+ to get it commited by the commit bot. The tools are not smart enough to do this by themselves.... :( Way too cumbersome.

You don&apos;t have to manually add the reviewed by line. If you leave in the Reviewed By OOPS line, the CQ will auto fix that for you. However if you delete that line, you&apos;ll get failures like this</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>995619</commentid>
    <comment_count>9</comment_count>
    <who name="Landry Breuil">landry</who>
    <bug_when>2014-03-29 15:36:17 -0700</bug_when>
    <thetext>(In reply to comment #8)
&gt; (In reply to comment #7)
&gt; &gt; That&apos;s the main problem for feeding back patches to webkit, one has to upload it first, get it reviewed, manually add the reviewed by line, reupload it, and then get someone to mark it cq+ to get it commited by the commit bot. The tools are not smart enough to do this by themselves.... :( Way too cumbersome.
&gt; 
&gt; You don&apos;t have to manually add the reviewed by line. If you leave in the Reviewed By OOPS line, the CQ will auto fix that for you. However if you delete that line, you&apos;ll get failures like this

Hah, thanks for pointing that out, wasnt obvious. i&apos;ll try to keep it in mind for next patches.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1904379</commentid>
    <comment_count>10</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2022-10-09 13:46:17 -0700</bug_when>
    <thetext>Seems to be done already:

https://github.com/WebKit/WebKit/blob/335a5587c31289a3a8043e4c460f7488c59e947b/Tools/DumpRenderTree/AccessibilityUIElement.cpp#L138

Marking this as &quot;RESOLVED CONFIGURATION CHANGED&quot;, Thanks!</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>226218</attachid>
            <date>2014-03-08 11:11:41 -0800</date>
            <delta_ts>2014-03-27 09:38:16 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-129970-20140308201140.patch</filename>
            <type>text/plain</type>
            <size>1389</size>
            <attacher name="Landry Breuil">landry</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTY1MjI3CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggZmM0ZWUzMmY2ODRkYTZkZTQ5OGU3MGI4MjI3ODRjZDdk
NzljNzFjMS4uMzJlZDk4ZmM3NDYxMDFjYWU3ZDJhMWY4MGU2MzcwMWRiNzg2ZWRkNyAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDEx
IEBACisyMDE0LTAzLTA4ICBMYW5kcnkgQnJldWlsICA8bGFuZHJ5QG9wZW5ic2Qub3JnPgorCisg
ICAgICAgIFJlbW92ZSB0cmFpbGluZyBzZW1pY29sb24gYWZ0ZXIgaWYuCisgICAgICAgIGh0dHBz
Oi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xMjk5NzAKKworICAgICAgICAqIER1
bXBSZW5kZXJUcmVlL0FjY2Vzc2liaWxpdHlVSUVsZW1lbnQuY3BwOgorICAgICAgICAoc2V0U2Vs
ZWN0ZWRDaGlsZEF0SW5kZXhDYWxsYmFjayk6CisKIDIwMTQtMDMtMDYgIEFuZGVycyBDYXJsc3Nv
biAgPGFuZGVyc2NhQGFwcGxlLmNvbT4KIAogICAgICAgICBCdWlsZCBXZWJLaXQyIGJlZm9yZSBi
dWlsZGluZyBXZWJLaXQKZGlmZiAtLWdpdCBhL1Rvb2xzL0R1bXBSZW5kZXJUcmVlL0FjY2Vzc2li
aWxpdHlVSUVsZW1lbnQuY3BwIGIvVG9vbHMvRHVtcFJlbmRlclRyZWUvQWNjZXNzaWJpbGl0eVVJ
RWxlbWVudC5jcHAKaW5kZXggMWI2OTUxMGEzODVkZGJjNDNkNDdjYjBiMjcwMWRiZDAxM2I0MTMy
OC4uOTM5Mjk2OGFlNzFlZThlMTM2YWE4YmJhMzQ1NzQwY2IwMjNiZjczOSAxMDA2NDQKLS0tIGEv
VG9vbHMvRHVtcFJlbmRlclRyZWUvQWNjZXNzaWJpbGl0eVVJRWxlbWVudC5jcHAKKysrIGIvVG9v
bHMvRHVtcFJlbmRlclRyZWUvQWNjZXNzaWJpbGl0eVVJRWxlbWVudC5jcHAKQEAgLTEyMTAsNyAr
MTIxMCw3IEBAIHN0YXRpYyBKU1ZhbHVlUmVmIHNlbnRlbmNlQXRPZmZzZXRDYWxsYmFjayhKU0Nv
bnRleHRSZWYgY29udGV4dCwgSlNPYmplY3RSZWYgZnVuCiBzdGF0aWMgSlNWYWx1ZVJlZiBzZXRT
ZWxlY3RlZENoaWxkQXRJbmRleENhbGxiYWNrKEpTQ29udGV4dFJlZiBjb250ZXh0LCBKU09iamVj
dFJlZiBmdW5jdGlvbiwgSlNPYmplY3RSZWYgdGhpc09iamVjdCwgc2l6ZV90IGFyZ3VtZW50Q291
bnQsIGNvbnN0IEpTVmFsdWVSZWYgYXJndW1lbnRzW10sIEpTVmFsdWVSZWYqIGV4Y2VwdGlvbikK
IHsKICAgICBpbnQgaW5kZXhOdW1iZXIgPSAtMTsKLSAgICBpZiAoYXJndW1lbnRDb3VudCA9PSAx
KTsKKyAgICBpZiAoYXJndW1lbnRDb3VudCA9PSAxKQogICAgICAgICBpbmRleE51bWJlciA9IEpT
VmFsdWVUb051bWJlcihjb250ZXh0LCBhcmd1bWVudHNbMF0sIGV4Y2VwdGlvbik7CiAKICAgICBp
ZiAoaW5kZXhOdW1iZXIgPj0gMCkK
</data>
<flag name="review"
          id="250433"
          type_id="1"
          status="+"
          setter="cfleizach"
    />
    <flag name="commit-queue"
          id="252203"
          type_id="3"
          status="-"
          setter="commit-queue"
    />
          </attachment>
      

    </bug>

</bugzilla>