<?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>33321</bug_id>
          
          <creation_ts>2010-01-07 07:06:06 -0800</creation_ts>
          <short_desc>Don&apos;t store RegExp flags string representation</short_desc>
          <delta_ts>2010-01-08 17:58:04 -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>PC</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>1</everconfirmed>
          <reporter name="Kent Hansen">kent.hansen</reporter>
          <assigned_to name="Kent Hansen">kent.hansen</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>eric</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>178171</commentid>
    <comment_count>0</comment_count>
    <who name="Kent Hansen">kent.hansen</who>
    <bug_when>2010-01-07 07:06:06 -0800</bug_when>
    <thetext>There&apos;s a FIXME in RegExp.h stating that it shouldn&apos;t be necessary to store the original flags string. Well, actually it isn&apos;t; RegExp.prototype.toString already uses the flag bits to reconstruct the string.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178172</commentid>
    <comment_count>1</comment_count>
      <attachid>46050</attachid>
    <who name="Kent Hansen">kent.hansen</who>
    <bug_when>2010-01-07 07:11:24 -0800</bug_when>
    <thetext>Created attachment 46050
proposed patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178173</commentid>
    <comment_count>2</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2010-01-07 07:15:56 -0800</bug_when>
    <thetext>style-queue ran check-webkit-style on attachment 46050 without any errors.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178606</commentid>
    <comment_count>3</comment_count>
      <attachid>46050</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-01-08 03:33:04 -0800</bug_when>
    <thetext>Comment on attachment 46050
proposed patch

Clearing flags on attachment: 46050

Committed r52983: &lt;http://trac.webkit.org/changeset/52983&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178607</commentid>
    <comment_count>4</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-01-08 03:33:13 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178633</commentid>
    <comment_count>5</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-01-08 04:10:02 -0800</bug_when>
    <thetext>Reverted r52983 for reason:

Broke 59 JavaScriptCore tests.  I don&apos;t think Kent knew about run-javascriptcore-tests.  Sadly neither does the commit-bot, yet.

Committed r52987: &lt;http://trac.webkit.org/changeset/52987&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178635</commentid>
    <comment_count>6</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-01-08 04:30:20 -0800</bug_when>
    <thetext>I think my rollout may have been wrong. :(  I think the bots are just flakey.  They reported more failures after the first failures which seemed to be correlated to this patch.  I&apos;ll wait for them to calm down and then roll this back in if necessary.

Lesson:  You can&apos;t trust the bots.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178639</commentid>
    <comment_count>7</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-01-08 04:42:16 -0800</bug_when>
    <thetext>I will have the commit-queue land this again one bug 33376 is landed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178648</commentid>
    <comment_count>8</comment_count>
      <attachid>46050</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-01-08 05:03:00 -0800</bug_when>
    <thetext>Comment on attachment 46050
proposed patch

Sorry for the troubles.  The commit-queue will re-land this shortly (and will re-confirm that it does not break run-javascriptcore-tests before landing).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178907</commentid>
    <comment_count>9</comment_count>
      <attachid>46050</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-01-08 17:57:59 -0800</bug_when>
    <thetext>Comment on attachment 46050
proposed patch

Clearing flags on attachment: 46050

Committed r53032: &lt;http://trac.webkit.org/changeset/53032&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178908</commentid>
    <comment_count>10</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-01-08 17:58:04 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>46050</attachid>
            <date>2010-01-07 07:11:24 -0800</date>
            <delta_ts>2010-01-08 17:57:58 -0800</delta_ts>
            <desc>proposed patch</desc>
            <filename>DontStoreRegExpStringRepresentation.diff</filename>
            <type>text/plain</type>
            <size>2066</size>
            <attacher name="Kent Hansen">kent.hansen</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL0phdmFTY3JpcHRDb3JlL0NoYW5nZUxvZyBiL0phdmFTY3JpcHRDb3JlL0No
YW5nZUxvZwppbmRleCAwMTdjMGRhLi5hMzAxM2U4IDEwMDY0NAotLS0gYS9KYXZhU2NyaXB0Q29y
ZS9DaGFuZ2VMb2cKKysrIGIvSmF2YVNjcmlwdENvcmUvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTYg
QEAKKzIwMTAtMDEtMDcgIEtlbnQgSGFuc2VuICA8a2VudC5oYW5zZW5Abm9raWEuY29tPgorCisg
ICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIERvbid0IHN0b3Jl
IFJlZ0V4cCBmbGFncyBzdHJpbmcgcmVwcmVzZW50YXRpb24KKyAgICAgICAgaHR0cHM6Ly9idWdz
LndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTMzMzIxCisKKyAgICAgICAgSXQncyB1bnVzZWQ7
IHRoZSBzdHJpbmcgcmVwcmVzZW50YXRpb24gaXMgcmVjb25zdHJ1Y3RlZCBmcm9tIGZsYWdzLgor
CisgICAgICAgICogcnVudGltZS9SZWdFeHAuY3BwOgorICAgICAgICAoSlNDOjpSZWdFeHA6OlJl
Z0V4cCk6CisgICAgICAgICogcnVudGltZS9SZWdFeHAuaDoKKwogMjAxMC0wMS0wNiAgR2F2aW4g
QmFycmFjbG91Z2ggIDxiYXJyYWNsb3VnaEBhcHBsZS5jb20+CiAKICAgICAgICAgUVQgYnVpbGQg
Zml4LgpkaWZmIC0tZ2l0IGEvSmF2YVNjcmlwdENvcmUvcnVudGltZS9SZWdFeHAuY3BwIGIvSmF2
YVNjcmlwdENvcmUvcnVudGltZS9SZWdFeHAuY3BwCmluZGV4IDdkZDRhOGYuLjRlOTU4ZjQgMTAw
NjQ0Ci0tLSBhL0phdmFTY3JpcHRDb3JlL3J1bnRpbWUvUmVnRXhwLmNwcAorKysgYi9KYXZhU2Ny
aXB0Q29yZS9ydW50aW1lL1JlZ0V4cC5jcHAKQEAgLTY1LDcgKzY1LDYgQEAgaW5saW5lIFJlZ0V4
cDo6UmVnRXhwKEpTR2xvYmFsRGF0YSogZ2xvYmFsRGF0YSwgY29uc3QgVVN0cmluZyYgcGF0dGVy
bikKIAogaW5saW5lIFJlZ0V4cDo6UmVnRXhwKEpTR2xvYmFsRGF0YSogZ2xvYmFsRGF0YSwgY29u
c3QgVVN0cmluZyYgcGF0dGVybiwgY29uc3QgVVN0cmluZyYgZmxhZ3MpCiAgICAgOiBtX3BhdHRl
cm4ocGF0dGVybikKLSAgICAsIG1fZmxhZ3MoZmxhZ3MpCiAgICAgLCBtX2ZsYWdCaXRzKDApCiAg
ICAgLCBtX2NvbnN0cnVjdGlvbkVycm9yKDApCiAgICAgLCBtX251bVN1YnBhdHRlcm5zKDApCmRp
ZmYgLS1naXQgYS9KYXZhU2NyaXB0Q29yZS9ydW50aW1lL1JlZ0V4cC5oIGIvSmF2YVNjcmlwdENv
cmUvcnVudGltZS9SZWdFeHAuaAppbmRleCAyNGQ0MTk5Li42MWFiMGJjIDEwMDY0NAotLS0gYS9K
YXZhU2NyaXB0Q29yZS9ydW50aW1lL1JlZ0V4cC5oCisrKyBiL0phdmFTY3JpcHRDb3JlL3J1bnRp
bWUvUmVnRXhwLmgKQEAgLTQ5LDcgKzQ5LDYgQEAgbmFtZXNwYWNlIEpTQyB7CiAgICAgICAgIGJv
b2wgbXVsdGlsaW5lKCkgY29uc3QgeyByZXR1cm4gbV9mbGFnQml0cyAmIE11bHRpbGluZTsgfQog
CiAgICAgICAgIGNvbnN0IFVTdHJpbmcmIHBhdHRlcm4oKSBjb25zdCB7IHJldHVybiBtX3BhdHRl
cm47IH0KLSAgICAgICAgY29uc3QgVVN0cmluZyYgZmxhZ3MoKSBjb25zdCB7IHJldHVybiBtX2Zs
YWdzOyB9CiAKICAgICAgICAgYm9vbCBpc1ZhbGlkKCkgY29uc3QgeyByZXR1cm4gIW1fY29uc3Ry
dWN0aW9uRXJyb3I7IH0KICAgICAgICAgY29uc3QgY2hhciogZXJyb3JNZXNzYWdlKCkgY29uc3Qg
eyByZXR1cm4gbV9jb25zdHJ1Y3Rpb25FcnJvcjsgfQpAQCAtNjYsNyArNjUsNiBAQCBuYW1lc3Bh
Y2UgSlNDIHsKICAgICAgICAgZW51bSBGbGFnQml0cyB7IEdsb2JhbCA9IDEsIElnbm9yZUNhc2Ug
PSAyLCBNdWx0aWxpbmUgPSA0IH07CiAKICAgICAgICAgVVN0cmluZyBtX3BhdHRlcm47IC8vIEZJ
WE1FOiBKdXN0IGRlY29tcGlsZSBtX3JlZ0V4cCBpbnN0ZWFkIG9mIHN0b3JpbmcgdGhpcy4KLSAg
ICAgICAgVVN0cmluZyBtX2ZsYWdzOyAvLyBGSVhNRTogSnVzdCBkZWNvbXBpbGUgbV9yZWdFeHAg
aW5zdGVhZCBvZiBzdG9yaW5nIHRoaXMuCiAgICAgICAgIGludCBtX2ZsYWdCaXRzOwogICAgICAg
ICBjb25zdCBjaGFyKiBtX2NvbnN0cnVjdGlvbkVycm9yOwogICAgICAgICB1bnNpZ25lZCBtX251
bVN1YnBhdHRlcm5zOwo=
</data>

          </attachment>
      

    </bug>

</bugzilla>