Changeset 72207 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Nov 17, 2010, 7:52:43 AM (15 years ago)
Author:
[email protected]
Message:

2010-11-17 Sheriff Bot <[email protected]>

Unreviewed, rolling out r72197.
http://trac.webkit.org/changeset/72197
https://bugs.webkit.org/show_bug.cgi?id=49661

broke fast/regex/test1.html (Requested by stampho on #webkit).

  • runtime/JSGlobalData.h:
  • runtime/RegExp.cpp: (JSC::RegExpRepresentation::~RegExpRepresentation): (JSC::RegExp::compile): (JSC::RegExp::match):
  • tests/mozilla/expected.html:
  • wtf/Platform.h:
  • yarr/RegexCompiler.cpp:
  • yarr/RegexCompiler.h:
  • yarr/RegexInterpreter.cpp:
  • yarr/RegexInterpreter.h:
  • yarr/RegexJIT.cpp: (JSC::Yarr::jitCompileRegex):
  • yarr/RegexJIT.h: (JSC::Yarr::RegexCodeBlock::RegexCodeBlock): (JSC::Yarr::RegexCodeBlock::~RegexCodeBlock): (JSC::Yarr::RegexCodeBlock::getFallback): (JSC::Yarr::RegexCodeBlock::setFallback): (JSC::Yarr::executeRegex):
  • yarr/RegexParser.h:
  • yarr/RegexPattern.h:

2010-11-17 Sheriff Bot <[email protected]>

Unreviewed, rolling out r72197.
http://trac.webkit.org/changeset/72197
https://bugs.webkit.org/show_bug.cgi?id=49661

broke fast/regex/test1.html (Requested by stampho on #webkit).

  • fast/js/regexp-look-ahead-empty-expected.txt:
  • fast/js/regexp-overflow-expected.txt:
  • fast/js/script-tests/regexp-overflow.js:
  • fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.5_Term/S15.10.2.5_A1_T4-expected.txt:
  • fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.8_Atom/S15.10.2.8_A2_T1-expected.txt:
  • fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T6-expected.txt:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r72197 r72207  
     12010-11-17  Sheriff Bot  <[email protected]>
     2
     3        Unreviewed, rolling out r72197.
     4        http://trac.webkit.org/changeset/72197
     5        https://bugs.webkit.org/show_bug.cgi?id=49661
     6
     7        broke fast/regex/test1.html (Requested by stampho on #webkit).
     8
     9        * runtime/JSGlobalData.h:
     10        * runtime/RegExp.cpp:
     11        (JSC::RegExpRepresentation::~RegExpRepresentation):
     12        (JSC::RegExp::compile):
     13        (JSC::RegExp::match):
     14        * tests/mozilla/expected.html:
     15        * wtf/Platform.h:
     16        * yarr/RegexCompiler.cpp:
     17        * yarr/RegexCompiler.h:
     18        * yarr/RegexInterpreter.cpp:
     19        * yarr/RegexInterpreter.h:
     20        * yarr/RegexJIT.cpp:
     21        (JSC::Yarr::jitCompileRegex):
     22        * yarr/RegexJIT.h:
     23        (JSC::Yarr::RegexCodeBlock::RegexCodeBlock):
     24        (JSC::Yarr::RegexCodeBlock::~RegexCodeBlock):
     25        (JSC::Yarr::RegexCodeBlock::getFallback):
     26        (JSC::Yarr::RegexCodeBlock::setFallback):
     27        (JSC::Yarr::executeRegex):
     28        * yarr/RegexParser.h:
     29        * yarr/RegexPattern.h:
     30
    1312010-11-17  Peter Varga  <[email protected]>
    232
Note: See TracChangeset for help on using the changeset viewer.