<?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>49463</bug_id>
          
          <creation_ts>2010-11-12 11:43:20 -0800</creation_ts>
          <short_desc>[V8] Code generation script error in generating the SVGStaticListPropertyTearOff</short_desc>
          <delta_ts>2010-11-14 11:13:09 -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>WebCore Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Android</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <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>0</everconfirmed>
          <reporter>webkittenghui</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>benm</cc>
    
    <cc>commit-queue</cc>
    
    <cc>jorlow</cc>
    
    <cc>kling</cc>
    
    <cc>steveblock</cc>
    
    <cc>webkittenghui</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>308672</commentid>
    <comment_count>0</comment_count>
    <who name="">webkittenghui</who>
    <bug_when>2010-11-12 11:43:20 -0800</bug_when>
    <thetext>When trying to merge the webkit r 71558 to android, we found that the some generated .h file is containing declaration wrongly. 
When the SVGStaticListPropertyTearOff is expected, SVGListPropertyTearOff is generated. 
This is caused by the CodeGeneratorV8.pm.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>308733</commentid>
    <comment_count>1</comment_count>
    <who name="">webkittenghui</who>
    <bug_when>2010-11-12 13:26:37 -0800</bug_when>
    <thetext>BTW, I already have the fix ready , just need to run more tests before submitting the change.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>308810</commentid>
    <comment_count>2</comment_count>
      <attachid>73783</attachid>
    <who name="">webkittenghui</who>
    <bug_when>2010-11-12 15:29:51 -0800</bug_when>
    <thetext>Created attachment 73783
proposed patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>308837</commentid>
    <comment_count>3</comment_count>
      <attachid>73783</attachid>
    <who name="Andreas Kling">kling</who>
    <bug_when>2010-11-12 16:38:11 -0800</bug_when>
    <thetext>Comment on attachment 73783
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=73783&amp;action=review

&gt; WebCore/ChangeLog:5
&gt; +        Need a short description and bug URL (OOPS!)

Oops indeed, this should be replaced by something like:

[V8] Code generation script error in generating the SVGStaticListPropertyTearOff
https://bugs.webkit.org/show_bug.cgi?id=49463

&gt; WebCore/ChangeLog:7
&gt; +        No new tests. (OOPS!)

If you&apos;re not adding any tests, this should be replaced by something like:

No new tests, this is already covered by X, Y and Z.
OR
No new tests, this is untestable for reason X.

Of course, if it&apos;s a compile fix, just remove this line. :-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>308840</commentid>
    <comment_count>4</comment_count>
      <attachid>73792</attachid>
    <who name="">webkittenghui</who>
    <bug_when>2010-11-12 16:43:58 -0800</bug_when>
    <thetext>Created attachment 73792
proposed patch, same as previous one, but better formatted patch file

This is essentially the same change as the previous patch. I just update the myNewPmPatch.txt to add more info like bug info and change description. 
Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>308858</commentid>
    <comment_count>5</comment_count>
      <attachid>73792</attachid>
    <who name="Andreas Kling">kling</who>
    <bug_when>2010-11-12 17:01:26 -0800</bug_when>
    <thetext>Comment on attachment 73792
proposed patch, same as previous one, but better formatted patch file

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>308866</commentid>
    <comment_count>6</comment_count>
      <attachid>73792</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-11-12 17:18:04 -0800</bug_when>
    <thetext>Comment on attachment 73792
proposed patch, same as previous one, but better formatted patch file

Rejecting patch 73792 from commit-queue.

Failed to run &quot;[&apos;./WebKitTools/Scripts/webkit-patch&apos;, &apos;--status-host=queues.webkit.org&apos;, &apos;--bot-id=eseidel-cq-sl&apos;, &apos;apply-attachment&apos;, &apos;--force-clean&apos;, &apos;--non-interactive&apos;, 73792]&quot; exit_code: 2
Last 500 characters of output:
ocessing 1 patch from 1 bug.
Processing patch 73792 from bug 49463.
Failed to run &quot;[u&apos;/Projects/CommitQueue/WebKitTools/Scripts/svn-apply&apos;, u&apos;--reviewer&apos;, u&apos;Andreas Kling&apos;, u&apos;--force&apos;]&quot; exit_code: 2
Parsed 2 diffs from patch file(s).
patching file WebCore/ChangeLog
patch: **** unexpected end of file in patch
patching file WebCore/bindings/scripts/CodeGeneratorV8.pm

Failed to run &quot;[u&apos;/Projects/CommitQueue/WebKitTools/Scripts/svn-apply&apos;, u&apos;--reviewer&apos;, u&apos;Andreas Kling&apos;, u&apos;--force&apos;]&quot; exit_code: 2

Full output: http://queues.webkit.org/results/5849005</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>308869</commentid>
    <comment_count>7</comment_count>
    <who name="">webkittenghui</who>
    <bug_when>2010-11-12 17:26:42 -0800</bug_when>
    <thetext>Any hint on what could go wrong with the patch file? Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>308871</commentid>
    <comment_count>8</comment_count>
    <who name="Andreas Kling">kling</who>
    <bug_when>2010-11-12 17:35:08 -0800</bug_when>
    <thetext>(In reply to comment #7)
&gt; Any hint on what could go wrong with the patch file? Thanks!

Did you manually edit it the patch after creating it?

I would have expected &quot;@@ -1,3 +1,86 @@&quot; to be more like &quot;@@ -1,3 +1,15 @@&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>308880</commentid>
    <comment_count>9</comment_count>
    <who name="">webkittenghui</who>
    <bug_when>2010-11-12 17:44:22 -0800</bug_when>
    <thetext>I only touch the changelog and the lines starting with a &quot;+&quot;. 
I think that will be pretty safe to change. 
Maybe I have to try to recreate the patch file again then.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>309091</commentid>
    <comment_count>10</comment_count>
    <who name="Andreas Kling">kling</who>
    <bug_when>2010-11-14 11:13:09 -0800</bug_when>
    <thetext>Committed r71984: &lt;http://trac.webkit.org/changeset/71984&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>73783</attachid>
            <date>2010-11-12 15:29:51 -0800</date>
            <delta_ts>2010-11-12 16:38:10 -0800</delta_ts>
            <desc>proposed patch</desc>
            <filename>myPmPatch.txt</filename>
            <type>text/plain</type>
            <size>1390</size>
            <attacher>webkittenghui</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYkNvcmUvQ2hhbmdlTG9n
CShyZXZpc2lvbiA3MTk1MikKKysrIFdlYkNvcmUvQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkpCkBA
IC0xLDMgKzEsMTMgQEAKKzIwMTAtMTEtMTIgIFRlbmdodWkgWmh1ICA8enRlbmdodWlAZ29vZ2xl
LmNvbT4KKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBO
ZWVkIGEgc2hvcnQgZGVzY3JpcHRpb24gYW5kIGJ1ZyBVUkwgKE9PUFMhKQorCisgICAgICAgIE5v
IG5ldyB0ZXN0cy4gKE9PUFMhKQorCisgICAgICAgICogYmluZGluZ3Mvc2NyaXB0cy9Db2RlR2Vu
ZXJhdG9yVjgucG06CisKIDIwMTAtMTEtMTIgIEphbWVzIFNpbW9uc2VuICA8c2ltb25qYW1AY2hy
b21pdW0ub3JnPgogCiAgICAgICAgIFJldmlld2VkIGJ5IERhcmluIEZpc2hlci4KSW5kZXg6IFdl
YkNvcmUvYmluZGluZ3Mvc2NyaXB0cy9Db2RlR2VuZXJhdG9yVjgucG0KPT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0g
V2ViQ29yZS9iaW5kaW5ncy9zY3JpcHRzL0NvZGVHZW5lcmF0b3JWOC5wbQkocmV2aXNpb24gNzE5
MzcpCisrKyBXZWJDb3JlL2JpbmRpbmdzL3NjcmlwdHMvQ29kZUdlbmVyYXRvclY4LnBtCSh3b3Jr
aW5nIGNvcHkpCkBAIC0yNTIsOCArMjUyLDggQEAgc3ViIEdlbmVyYXRlSGVhZGVyCiAgICAgCiAg
ICAgcHVzaChAaGVhZGVyQ29udGVudCwgIlxubmFtZXNwYWNlIFdlYkNvcmUge1xuIik7CiAgICAg
cHVzaChAaGVhZGVyQ29udGVudCwgIlxudGVtcGxhdGU8dHlwZW5hbWUgUHJvcGVydHlUeXBlPiBj
bGFzcyBTVkdQcm9wZXJ0eVRlYXJPZmY7XG4iKSBpZiAkc3ZnUHJvcGVydHlUeXBlOwotICAgIGlm
ICgkc3ZnTGlzdFByb3BlcnR5VHlwZSkgewotICAgICAgICBpZiAoJHN2Z0xpc3RQcm9wZXJ0eVR5
cGUgPX4gL1NWR1N0YXRpY0xpc3RQcm9wZXJ0eVRlYXJPZmYvKSB7CisgICAgaWYgKCRzdmdOYXRp
dmVUeXBlKSB7CisgICAgICAgIGlmICgkc3ZnTmF0aXZlVHlwZSA9fiAvU1ZHU3RhdGljTGlzdFBy
b3BlcnR5VGVhck9mZi8pIHsKICAgICAgICAgICAgIHB1c2goQGhlYWRlckNvbnRlbnQsICJcbnRl
bXBsYXRlPHR5cGVuYW1lIFByb3BlcnR5VHlwZT4gY2xhc3MgU1ZHU3RhdGljTGlzdFByb3BlcnR5
VGVhck9mZjtcbiIpOwogICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgcHVzaChAaGVhZGVy
Q29udGVudCwgIlxudGVtcGxhdGU8dHlwZW5hbWUgUHJvcGVydHlUeXBlPiBjbGFzcyBTVkdMaXN0
UHJvcGVydHlUZWFyT2ZmO1xuIik7Cg==
</data>
<flag name="review"
          id="64283"
          type_id="1"
          status="-"
          setter="kling"
    />
          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>73792</attachid>
            <date>2010-11-12 16:43:58 -0800</date>
            <delta_ts>2010-11-12 17:18:04 -0800</delta_ts>
            <desc>proposed patch, same as previous one, but better formatted patch file</desc>
            <filename>myNewPmPatch.txt</filename>
            <type>text/plain</type>
            <size>1594</size>
            <attacher>webkittenghui</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYkNvcmUvQ2hhbmdlTG9n
CShyZXZpc2lvbiA3MTk1NSkKKysrIFdlYkNvcmUvQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkpCkBA
IC0xLDMgKzEsODYgQEAKKzIwMTAtMTEtMTIgIFRlbmdodWkgWmh1ICA8enRlbmdodWlAZ29vZ2xl
LmNvbT4KKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBb
VjhdIENvZGUgZ2VuZXJhdGlvbiBzY3JpcHQgZXJyb3IgaW4gZ2VuZXJhdGluZyB0aGUgU1ZHU3Rh
dGljTGlzdFByb3BlcnR5VGVhck9mZgorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9z
aG93X2J1Zy5jZ2k/aWQ9NDk0NjMKKworICAgICAgICBObyBuZXcgdGVzdHMuCisKKyAgICAgICAg
KiBiaW5kaW5ncy9zY3JpcHRzL0NvZGVHZW5lcmF0b3JWOC5wbToKKyAgICAgICAgICBUaGUgc3Zn
TmF0aXZlVHlwZSBpcyB0aGUgb25lIGNvbnRhaW5pbmcgdGhlIFNWR1N0YXRpY0xpc3RQcm9wZXJ0
eVRlYXJPZmYgc3RyaW5nLCBub3QgdGhlIHN2Z0xpc3RQcm9wZXJ0eVR5cGUuCisKIDIwMTAtMTEt
MTIgIEphbWVzIFNpbW9uc2VuICA8c2ltb25qYW1AY2hyb21pdW0ub3JnPgogCiAgICAgICAgIFJl
dmlld2VkIGJ5IERhcmluIEZpc2hlci4KSW5kZXg6IFdlYkNvcmUvYmluZGluZ3Mvc2NyaXB0cy9D
b2RlR2VuZXJhdG9yVjgucG0KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gV2ViQ29yZS9iaW5kaW5ncy9zY3JpcHRz
L0NvZGVHZW5lcmF0b3JWOC5wbQkocmV2aXNpb24gNzE5MzcpCisrKyBXZWJDb3JlL2JpbmRpbmdz
L3NjcmlwdHMvQ29kZUdlbmVyYXRvclY4LnBtCSh3b3JraW5nIGNvcHkpCkBAIC0yNTIsOCArMjUy
LDggQEAgc3ViIEdlbmVyYXRlSGVhZGVyCiAgICAgCiAgICAgcHVzaChAaGVhZGVyQ29udGVudCwg
IlxubmFtZXNwYWNlIFdlYkNvcmUge1xuIik7CiAgICAgcHVzaChAaGVhZGVyQ29udGVudCwgIlxu
dGVtcGxhdGU8dHlwZW5hbWUgUHJvcGVydHlUeXBlPiBjbGFzcyBTVkdQcm9wZXJ0eVRlYXJPZmY7
XG4iKSBpZiAkc3ZnUHJvcGVydHlUeXBlOwotICAgIGlmICgkc3ZnTGlzdFByb3BlcnR5VHlwZSkg
ewotICAgICAgICBpZiAoJHN2Z0xpc3RQcm9wZXJ0eVR5cGUgPX4gL1NWR1N0YXRpY0xpc3RQcm9w
ZXJ0eVRlYXJPZmYvKSB7CisgICAgaWYgKCRzdmdOYXRpdmVUeXBlKSB7CisgICAgICAgIGlmICgk
c3ZnTmF0aXZlVHlwZSA9fiAvU1ZHU3RhdGljTGlzdFByb3BlcnR5VGVhck9mZi8pIHsKICAgICAg
ICAgICAgIHB1c2goQGhlYWRlckNvbnRlbnQsICJcbnRlbXBsYXRlPHR5cGVuYW1lIFByb3BlcnR5
VHlwZT4gY2xhc3MgU1ZHU3RhdGljTGlzdFByb3BlcnR5VGVhck9mZjtcbiIpOwogICAgICAgICB9
IGVsc2UgewogICAgICAgICAgICAgcHVzaChAaGVhZGVyQ29udGVudCwgIlxudGVtcGxhdGU8dHlw
ZW5hbWUgUHJvcGVydHlUeXBlPiBjbGFzcyBTVkdMaXN0UHJvcGVydHlUZWFyT2ZmO1xuIik7Cg==
</data>
<flag name="review"
          id="64293"
          type_id="1"
          status="+"
          setter="kling"
    />
    <flag name="commit-queue"
          id="64301"
          type_id="3"
          status="-"
          setter="commit-queue"
    />
          </attachment>
      

    </bug>

</bugzilla>