[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

commit-queue at webkit.org commit-queue at webkit.org
Fri Jan 21 14:44:57 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit acf42dab60bd898990edbd067a5e3392e35dca9c
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 28 22:45:20 2010 +0000

    2010-12-28  Helder Correia  <helder at sencha.com>
    
            Reviewed by Eric Seidel.
    
            JSON.stringify must exist as a function taking 3 parameters
            https://bugs.webkit.org/show_bug.cgi?id=51667
    
            The reported function length is 1 instead.
    
            Test: ietestcenter/Javascript/15.12.3-0-2.html
    
            * runtime/JSONObject.cpp:
    2010-12-28  Helder Correia  <helder at sencha.com>
    
            Reviewed by Eric Seidel.
    
            JSON.stringify must exist as a function taking 3 parameters
            https://bugs.webkit.org/show_bug.cgi?id=51667
    
            The reported function length is 1 instead.
    
            * ietestcenter/Javascript/15.12.3-0-2-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74727 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index ef175c7..e25bd50 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,18 @@
 2010-12-28  Helder Correia  <helder at sencha.com>
 
+        Reviewed by Eric Seidel.
+
+        JSON.stringify must exist as a function taking 3 parameters
+        https://bugs.webkit.org/show_bug.cgi?id=51667
+
+        The reported function length is 1 instead.
+
+        Test: ietestcenter/Javascript/15.12.3-0-2.html
+
+        * runtime/JSONObject.cpp:
+
+2010-12-28  Helder Correia  <helder at sencha.com>
+
         Reviewed by Sam Weinig.
 
         JSON.parse must exist as a function taking 2 parameters
diff --git a/JavaScriptCore/runtime/JSONObject.cpp b/JavaScriptCore/runtime/JSONObject.cpp
index ed9f1bd..9e63027 100644
--- a/JavaScriptCore/runtime/JSONObject.cpp
+++ b/JavaScriptCore/runtime/JSONObject.cpp
@@ -607,7 +607,7 @@ const ClassInfo JSONObject::info = { "JSON", 0, 0, ExecState::jsonTable };
 /* Source for JSONObject.lut.h
 @begin jsonTable
   parse         JSONProtoFuncParse             DontEnum|Function 2
-  stringify     JSONProtoFuncStringify         DontEnum|Function 1
+  stringify     JSONProtoFuncStringify         DontEnum|Function 3
 @end
 */
 
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index faecf54..4c47134 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,16 @@
 2010-12-28  Helder Correia  <helder at sencha.com>
 
+        Reviewed by Eric Seidel.
+
+        JSON.stringify must exist as a function taking 3 parameters
+        https://bugs.webkit.org/show_bug.cgi?id=51667
+
+        The reported function length is 1 instead.
+
+        * ietestcenter/Javascript/15.12.3-0-2-expected.txt:
+
+2010-12-28  Helder Correia  <helder at sencha.com>
+
         Reviewed by Sam Weinig.
 
         JSON.parse must exist as a function taking 2 parameters
diff --git a/LayoutTests/ietestcenter/Javascript/15.12.3-0-2-expected.txt b/LayoutTests/ietestcenter/Javascript/15.12.3-0-2-expected.txt
index 15f264d..916060e 100644
--- a/LayoutTests/ietestcenter/Javascript/15.12.3-0-2-expected.txt
+++ b/LayoutTests/ietestcenter/Javascript/15.12.3-0-2-expected.txt
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 
 
 PASS ES5Harness.preconditionPassed is true
-FAIL ES5Harness.testPassed should be true (of type boolean). Was undefined (of type undefined).
+PASS ES5Harness.testPassed is true
 PASS successfullyParsed is true
 
 TEST COMPLETE

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list