[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

tonyg at chromium.org tonyg at chromium.org
Wed Dec 22 11:17:19 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 639115793dcc4efc843123955a952cfbaf8a4d97
Author: tonyg at chromium.org <tonyg at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 16 20:25:26 2010 +0000

    2010-07-16  Tony Gentilcore  <tonyg at chromium.org>
    
            Reviewed by Ojan Vafai.
    
            Fix fast/dom/prototype-inheritance.html for chromium
            https://bugs.webkit.org/show_bug.cgi?id=42477
    
            * fast/dom/script-tests/prototype-inheritance.js:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63574 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 99d21be..ce50607 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-16  Tony Gentilcore  <tonyg at chromium.org>
+
+        Reviewed by Ojan Vafai.
+
+        Fix fast/dom/prototype-inheritance.html for chromium
+        https://bugs.webkit.org/show_bug.cgi?id=42477
+
+        * fast/dom/script-tests/prototype-inheritance.js:
+
 2010-07-16  Antonio Gomes  <tonikitoo at webkit.org>
 
         Reviewed by Simon Fraser.
diff --git a/LayoutTests/fast/dom/script-tests/prototype-inheritance.js b/LayoutTests/fast/dom/script-tests/prototype-inheritance.js
index e134891..7ab41b0 100644
--- a/LayoutTests/fast/dom/script-tests/prototype-inheritance.js
+++ b/LayoutTests/fast/dom/script-tests/prototype-inheritance.js
@@ -14,6 +14,7 @@ var skippedProperties = [
     "appleScriptController", "plainText", "accessibilityController",
     // Ignore these properties because they do not exist in all implementations. They will be tested separately
     "webkitNotifications",
+    "webkitPerformance",
     "WebGLRenderingContext", "WebGLArrayBuffer", 
     "WebGLByteArray", "WebGLFloatArray", "WebGLIntArray", "WebGLShortArray", "WebGLUnsignedByteArray", "WebGLUnsignedIntArray", "WebGLUnsignedShortArray", 
     "ArrayBuffer",

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list