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

zmo at google.com zmo at google.com
Wed Dec 22 13:59:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 686d04c148c0c370c9f9367a9689189bb65f9a2e
Author: zmo at google.com <zmo at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 30 21:48:18 2010 +0000

    2010-09-30  Zhenyao Mo  <zmo at google.com>
    
            Reviewed by Kenneth Russell.
    
            fast/canvas/webgl/draw-elements-out-of-bounds.html is crashing on Snow Leopard
            https://bugs.webkit.org/show_bug.cgi?id=46870
    
            * platform/graphics/ANGLEWebKitBridge.cpp:
            (WebCore::ANGLEWebKitBridge::~ANGLEWebKitBridge): Remove ShFinalize().
    2010-09-30  Zhenyao Mo  <zmo at google.com>
    
            Reviewed by Kenneth Russell.
    
            fast/canvas/webgl/draw-elements-out-of-bounds.html is crashing on Snow Leopard
            https://bugs.webkit.org/show_bug.cgi?id=46870
    
            * platform/mac-snowleopard/Skipped: Re-enable the test.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68833 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 1303c8c..be51f88 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-30  Zhenyao Mo  <zmo at google.com>
+
+        Reviewed by Kenneth Russell.
+
+        fast/canvas/webgl/draw-elements-out-of-bounds.html is crashing on Snow Leopard
+        https://bugs.webkit.org/show_bug.cgi?id=46870
+
+        * platform/mac-snowleopard/Skipped: Re-enable the test.
+
 2010-09-30  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Tony Chang.
diff --git a/LayoutTests/platform/mac-snowleopard/Skipped b/LayoutTests/platform/mac-snowleopard/Skipped
index 632760a..fd89c17 100644
--- a/LayoutTests/platform/mac-snowleopard/Skipped
+++ b/LayoutTests/platform/mac-snowleopard/Skipped
@@ -137,7 +137,3 @@ storage/indexeddb
 # Philip's canvas tests that fail on SnowLeopard only
 canvas/philip/tests/2d.gradient.interpolate.overlap.html
 canvas/philip/tests/2d.gradient.interpolate.overlap2.html
-
-# Crashing due to interaction with earlier tests
-# https://bugs.webkit.org/show_bug.cgi?id=46870
-fast/canvas/webgl/draw-elements-out-of-bounds.html
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ccc8cb7..61fec49 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-09-30  Zhenyao Mo  <zmo at google.com>
+
+        Reviewed by Kenneth Russell.
+
+        fast/canvas/webgl/draw-elements-out-of-bounds.html is crashing on Snow Leopard
+        https://bugs.webkit.org/show_bug.cgi?id=46870
+
+        * platform/graphics/ANGLEWebKitBridge.cpp:
+        (WebCore::ANGLEWebKitBridge::~ANGLEWebKitBridge): Remove ShFinalize().
+
 2010-09-30  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Tony Chang.
diff --git a/WebCore/platform/graphics/ANGLEWebKitBridge.cpp b/WebCore/platform/graphics/ANGLEWebKitBridge.cpp
index 9a14820..64f19c4 100644
--- a/WebCore/platform/graphics/ANGLEWebKitBridge.cpp
+++ b/WebCore/platform/graphics/ANGLEWebKitBridge.cpp
@@ -44,8 +44,6 @@ ANGLEWebKitBridge::~ANGLEWebKitBridge()
         ShDestruct(m_fragmentCompiler);
         ShDestruct(m_vertexCompiler);
     }
-    
-    ShFinalize();
 }
 
 bool ANGLEWebKitBridge::validateShaderSource(const char* shaderSource, ANGLEShaderType shaderType, String& translatedShaderSource, String& shaderValidationLog)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list