Ignore:
Timestamp:
Jun 18, 2011, 1:47:10 AM (14 years ago)
Author:
[email protected]
Message:

2011-06-18 Sheriff Bot <[email protected]>

Unreviewed, rolling out r89184.
http://trac.webkit.org/changeset/89184
https://bugs.webkit.org/show_bug.cgi?id=62927

It broke 22 tests on all bot (Requested by Ossy_weekend on
#webkit).

  • API/JSValueRef.cpp: (JSValueMakeFromJSONString):
  • interpreter/Interpreter.cpp: (JSC::Interpreter::callEval): (JSC::Interpreter::execute):
  • parser/Lexer.cpp:
  • parser/Lexer.h:
  • runtime/JSGlobalObjectFunctions.cpp: (JSC::globalFuncEval):
  • runtime/JSONObject.cpp: (JSC::JSONProtoFuncParse):
  • runtime/LiteralParser.cpp: (JSC::LiteralParser::Lexer::lex): (JSC::isSafeStringCharacter): (JSC::LiteralParser::Lexer::lexString): (JSC::LiteralParser::Lexer::lexNumber): (JSC::LiteralParser::parse):
  • runtime/LiteralParser.h: (JSC::LiteralParser::LiteralParser): (JSC::LiteralParser::tryLiteralParse): (JSC::LiteralParser::Lexer::Lexer): (JSC::LiteralParser::Lexer::next):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r89184 r89192  
     12011-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
    1332011-06-17  Oliver Hunt  <[email protected]>
    234
Note: See TracChangeset for help on using the changeset viewer.