[Webkit-unassigned] [Bug 39051] Various JavaScript string optimizations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 13 01:51:52 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39051


Mark Rowe (bdash) <mrowe at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55956|review?                     |review+
               Flag|                            |




--- Comment #2 from Mark Rowe (bdash) <mrowe at apple.com>  2010-05-13 01:51:52 PST ---
(From update of attachment 55956)
JavaScriptCore/ChangeLog:15
 +          (JSC::RegExp::match): resize overctor to 0 instead of clearing to avoid
“overctor” should be “ovector”.

JavaScriptCore/runtime/StringPrototype.cpp:762
 +          if (!(end >= 0)) // check for nevative values or NaN
“nevative” should be “negative”.

r=me

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list