<?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>127595</bug_id>
          
          <creation_ts>2014-01-24 17:38:40 -0800</creation_ts>
          <short_desc>Cleaning the JSStaticScopeObject files left behind after renaming their objects to JSNameScope</short_desc>
          <delta_ts>2014-02-14 03:15:41 -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>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</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>1</everconfirmed>
          <reporter name="Andres Gomez Garcia">agomez</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>agomez</cc>
    
    <cc>commit-queue</cc>
    
    <cc>ggaren</cc>
    
    <cc>mario</cc>
    
    <cc>oliver</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>971824</commentid>
    <comment_count>0</comment_count>
    <who name="Andres Gomez Garcia">agomez</who>
    <bug_when>2014-01-24 17:38:40 -0800</bug_when>
    <thetext>On bug 95166 there was a re-factorization which renamed JSStaticScopeObject into JSNameScope.

However, its commit didn&apos;t actually remove the files but left them empty behind:
http://trac.webkit.org/changeset/126893/trunk/Source/JavaScriptCore/runtime/JSStaticScopeObject.cpp
http://trac.webkit.org/changeset/126893/trunk/Source/JavaScriptCore/runtime/JSStaticScopeObject.h

On http://trac.webkit.org/changeset/153298 there were re-introduced into the CMake compilation.

These files seem safe to be removed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>971832</commentid>
    <comment_count>1</comment_count>
      <attachid>222177</attachid>
    <who name="Andres Gomez Garcia">agomez</who>
    <bug_when>2014-01-24 17:55:49 -0800</bug_when>
    <thetext>Created attachment 222177
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>972418</commentid>
    <comment_count>2</comment_count>
      <attachid>222177</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2014-01-27 08:01:59 -0800</bug_when>
    <thetext>Comment on attachment 222177
Patch

Rejecting attachment 222177 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;apply-attachment&apos;, &apos;--no-update&apos;, &apos;--non-interactive&apos;, 222177, &apos;--port=mac&apos;]&quot; exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
t 1 with fuzz 3.
patching file Source/JavaScriptCore/CMakeLists.txt
Hunk #1 succeeded at 391 (offset 7 lines).
patch: **** Only garbage was found in the patch input.
rm &apos;Source/JavaScriptCore/runtime/JSStaticScopeObject.cpp&apos;
patch: **** Only garbage was found in the patch input.
rm &apos;Source/JavaScriptCore/runtime/JSStaticScopeObject.h&apos;

Failed to run &quot;[u&apos;/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply&apos;, &apos;--force&apos;, &apos;--reviewer&apos;, u&apos;Mario Sanchez Prada&apos;]&quot; exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Full output: http://webkit-queues.appspot.com/results/5210177649246208</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>980490</commentid>
    <comment_count>3</comment_count>
    <who name="Andres Gomez Garcia">agomez</who>
    <bug_when>2014-02-13 15:18:11 -0800</bug_when>
    <thetext>After a conversation with Mario, he said he could not remove the files since they were not there in SVN.

I&apos;ve double checked and they happen to be there in the git clone and also in SVN:
https://trac.webkit.org/browser/trunk/Source/JavaScriptCore/runtime/JSStaticScopeObject.cpp
https://trac.webkit.org/browser/trunk/Source/JavaScriptCore/runtime/JSStaticScopeObject.h

Hence, the patch is still valid although maybe it has to be applied by hand.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>980721</commentid>
    <comment_count>4</comment_count>
    <who name="Mario Sanchez Prada">mario</who>
    <bug_when>2014-02-14 03:05:28 -0800</bug_when>
    <thetext>Committed r164096: &lt;http://trac.webkit.org/changeset/164096&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>980723</commentid>
    <comment_count>5</comment_count>
    <who name="Mario Sanchez Prada">mario</who>
    <bug_when>2014-02-14 03:06:26 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; After a conversation with Mario, he said he could not remove the files since they were not there in SVN.
&gt; 
&gt; I&apos;ve double checked and they happen to be there in the git clone and also in SVN:
&gt; https://trac.webkit.org/browser/trunk/Source/JavaScriptCore/runtime/JSStaticScopeObject.cpp
&gt; https://trac.webkit.org/browser/trunk/Source/JavaScriptCore/runtime/JSStaticScopeObject.h
&gt; 
&gt; Hence, the patch is still valid although maybe it has to be applied by hand.

Yes, the patch is indeed still valid. The reason why I could not see those files in my local checkout was... ehem... whatever :)

Committed manually then.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>980729</commentid>
    <comment_count>6</comment_count>
    <who name="Andres Gomez Garcia">agomez</who>
    <bug_when>2014-02-14 03:15:41 -0800</bug_when>
    <thetext>Thanks for the time and your patience ;)</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>222177</attachid>
            <date>2014-01-24 17:55:49 -0800</date>
            <delta_ts>2014-01-27 08:01:59 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-127595-20140125035548.patch</filename>
            <type>text/plain</type>
            <size>2072</size>
            <attacher name="Andres Gomez Garcia">agomez</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTYyNzQwCmRpZmYgLS1naXQgYS9Tb3VyY2UvSmF2YVNjcmlw
dENvcmUvQ2hhbmdlTG9nIGIvU291cmNlL0phdmFTY3JpcHRDb3JlL0NoYW5nZUxvZwppbmRleCA3
OGRlYzk2MjQ1ODFhZjFlODk0NjNjMmM4YjFhYmRlYWE4MmExOTIxLi4xM2I1YjczMzU0NGYzMTIx
MmRhZTgyMTY3Y2YxODU0YzIyZWMxNGE3IDEwMDY0NAotLS0gYS9Tb3VyY2UvSmF2YVNjcmlwdENv
cmUvQ2hhbmdlTG9nCisrKyBiL1NvdXJjZS9KYXZhU2NyaXB0Q29yZS9DaGFuZ2VMb2cKQEAgLTEs
MyArMSwxOSBAQAorMjAxNC0wMS0yNCAgQW5kcmVzIEdvbWV6ICA8YWdvbWV6QGlnYWxpYS5jb20+
CisKKyAgICAgICAgQ2xlYW5pbmcgdGhlIEpTU3RhdGljU2NvcGVPYmplY3QgZmlsZXMgbGVmdCBi
ZWhpbmQgYWZ0ZXIgcmVuYW1pbmcgdGhlaXIgb2JqZWN0cyB0byBKU05hbWVTY29wZQorICAgICAg
ICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTI3NTk1CisKKyAgICAg
ICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgSlNTdGF0aWNTY29wZU9i
amVjdCB3YXMgcmVuYW1lZCB0byBKU05hbWVTY29wZSBhbmQgcmVtb3ZlZCBsb25nCisgICAgICAg
IGFnbyBidXQgdGhlIGZpbGVzIHdlcmUgbGVmdCBiZWhpbmQgZW1wdHkgYW5kIHRoZSBDTWFrZSBj
b21waWxhdGlvbgorICAgICAgICBpbiBuZWVkIG9mIGl0cyBleGlzdGFuY2UuIE5vdywgd2UgYXJl
IGRlZmluaXRlbHkgZ2V0dGluZyByaWQgb2YKKyAgICAgICAgdGhlbS4KKworICAgICAgICAqIENN
YWtlTGlzdHMudHh0OgorICAgICAgICAqIHJ1bnRpbWUvSlNTdGF0aWNTY29wZU9iamVjdC5jcHA6
IFJlbW92ZWQuCisgICAgICAgICogcnVudGltZS9KU1N0YXRpY1Njb3BlT2JqZWN0Lmg6IFJlbW92
ZWQuCisKIDIwMTQtMDEtMjQgIE9saXZlciBIdW50ICA8b2xpdmVyQGFwcGxlLmNvbT4KIAogICAg
ICAgICBHZW5lcmljIEpTT2JqZWN0OjpwdXQgc2hvdWxkIGhhbmRsZSBzdGF0aWMgcHJvcGVydGll
cyBpbiB0aGUgY2xhc3NpbmZvIGhpZXJhcmNoeQpkaWZmIC0tZ2l0IGEvU291cmNlL0phdmFTY3Jp
cHRDb3JlL0NNYWtlTGlzdHMudHh0IGIvU291cmNlL0phdmFTY3JpcHRDb3JlL0NNYWtlTGlzdHMu
dHh0CmluZGV4IDlhMWM2OTk2NTQ2ZDVlOTFhNTBjZjVhMTg1YjYzMzliNDk2MzViNDIuLmE1MDY3
OTdjYTQ2NTI4MDlhZjM2Mjk0N2Y0NzM0NmU0MGYwZmRhY2MgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9K
YXZhU2NyaXB0Q29yZS9DTWFrZUxpc3RzLnR4dAorKysgYi9Tb3VyY2UvSmF2YVNjcmlwdENvcmUv
Q01ha2VMaXN0cy50eHQKQEAgLTM4NCw3ICszODQsNiBAQCBzZXQoSmF2YVNjcmlwdENvcmVfU09V
UkNFUwogICAgIHJ1bnRpbWUvSlNTZWdtZW50ZWRWYXJpYWJsZU9iamVjdC5jcHAKICAgICBydW50
aW1lL0pTU2V0LmNwcAogICAgIHJ1bnRpbWUvSlNTZXRJdGVyYXRvci5jcHAKLSAgICBydW50aW1l
L0pTU3RhdGljU2NvcGVPYmplY3QuY3BwCiAgICAgcnVudGltZS9KU1N0cmluZy5jcHAKICAgICBy
dW50aW1lL0pTU3RyaW5nSm9pbmVyLmNwcAogICAgIHJ1bnRpbWUvSlNTeW1ib2xUYWJsZU9iamVj
dC5jcHAKZGlmZiAtLWdpdCBhL1NvdXJjZS9KYXZhU2NyaXB0Q29yZS9ydW50aW1lL0pTU3RhdGlj
U2NvcGVPYmplY3QuY3BwIGIvU291cmNlL0phdmFTY3JpcHRDb3JlL3J1bnRpbWUvSlNTdGF0aWNT
Y29wZU9iamVjdC5jcHAKZGVsZXRlZCBmaWxlIG1vZGUgMTAwNjQ0CmluZGV4IGU2OWRlMjliYjJk
MWQ2NDM0YjhiMjlhZTc3NWFkOGMyZTQ4YzUzOTEuLjAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw
MDAwMDAwMDAwMDAwMDAKZGlmZiAtLWdpdCBhL1NvdXJjZS9KYXZhU2NyaXB0Q29yZS9ydW50aW1l
L0pTU3RhdGljU2NvcGVPYmplY3QuaCBiL1NvdXJjZS9KYXZhU2NyaXB0Q29yZS9ydW50aW1lL0pT
U3RhdGljU2NvcGVPYmplY3QuaApkZWxldGVkIGZpbGUgbW9kZSAxMDA2NDQKaW5kZXggZTY5ZGUy
OWJiMmQxZDY0MzRiOGIyOWFlNzc1YWQ4YzJlNDhjNTM5MS4uMDAwMDAwMDAwMDAwMDAwMDAwMDAw
MDAwMDAwMDAwMDAwMDAwMDAwMAo=
</data>
<flag name="review"
          id="246148"
          type_id="1"
          status="+"
          setter="mario"
    />
    <flag name="commit-queue"
          id="246149"
          type_id="3"
          status="-"
          setter="commit-queue"
    />
          </attachment>
      

    </bug>

</bugzilla>