Changeset 72207 in webkit for trunk/JavaScriptCore/ChangeLog
- Timestamp:
- Nov 17, 2010, 7:52:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r72197 r72207 1 2010-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 1 31 2010-11-17 Peter Varga <[email protected]> 2 32
Note:
See TracChangeset
for help on using the changeset viewer.