Changeset 89192 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jun 18, 2011, 1:47:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r89184 r89192 1 2011-06-18 Sheriff Bot <[email protected]> 2 3 Unreviewed, rolling out r89184. 4 http://trac.webkit.org/changeset/89184 5 https://bugs.webkit.org/show_bug.cgi?id=62927 6 7 It broke 22 tests on all bot (Requested by Ossy_weekend on 8 #webkit). 9 10 * API/JSValueRef.cpp: 11 (JSValueMakeFromJSONString): 12 * interpreter/Interpreter.cpp: 13 (JSC::Interpreter::callEval): 14 (JSC::Interpreter::execute): 15 * parser/Lexer.cpp: 16 * parser/Lexer.h: 17 * runtime/JSGlobalObjectFunctions.cpp: 18 (JSC::globalFuncEval): 19 * runtime/JSONObject.cpp: 20 (JSC::JSONProtoFuncParse): 21 * runtime/LiteralParser.cpp: 22 (JSC::LiteralParser::Lexer::lex): 23 (JSC::isSafeStringCharacter): 24 (JSC::LiteralParser::Lexer::lexString): 25 (JSC::LiteralParser::Lexer::lexNumber): 26 (JSC::LiteralParser::parse): 27 * runtime/LiteralParser.h: 28 (JSC::LiteralParser::LiteralParser): 29 (JSC::LiteralParser::tryLiteralParse): 30 (JSC::LiteralParser::Lexer::Lexer): 31 (JSC::LiteralParser::Lexer::next): 32 1 33 2011-06-17 Oliver Hunt <[email protected]> 2 34
Note:
See TracChangeset
for help on using the changeset viewer.