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

kbr at google.com kbr at google.com
Wed Dec 22 11:11:05 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7d5ceccc3cfdcd1da5cf803ff10bad0057c75b66
Author: kbr at google.com <kbr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 14 18:42:01 2010 +0000

    2010-07-14  Kenneth Russell  <kbr at google.com>
    
            Reviewed by Darin Fisher.
    
            Delete remaining references to utils3d.js from WebGL layout tests
            https://bugs.webkit.org/show_bug.cgi?id=42275
    
            * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html:
            * fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html:
            * fast/canvas/webgl/gl-uniformmatrix4fv.html:
            * fast/canvas/webgl/point-size.html:
            * fast/canvas/webgl/read-pixels.html:
            * fast/canvas/webgl/renderbuffer-initialization.html:
            * fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html:
            * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html:
            * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html:
            * fast/canvas/webgl/tex-image-with-format-and-type.html:
            * fast/canvas/webgl/tex-sub-image-2d.html:
            * fast/canvas/webgl/texture-npot.html:
            * fast/canvas/webgl/texture-transparent-pixels-initialized.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63337 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index d328b26..20efa24 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,24 @@
+2010-07-14  Kenneth Russell  <kbr at google.com>
+
+        Reviewed by Darin Fisher.
+
+        Delete remaining references to utils3d.js from WebGL layout tests
+        https://bugs.webkit.org/show_bug.cgi?id=42275
+
+        * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html:
+        * fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html:
+        * fast/canvas/webgl/gl-uniformmatrix4fv.html:
+        * fast/canvas/webgl/point-size.html:
+        * fast/canvas/webgl/read-pixels.html:
+        * fast/canvas/webgl/renderbuffer-initialization.html:
+        * fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html:
+        * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html:
+        * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html:
+        * fast/canvas/webgl/tex-image-with-format-and-type.html:
+        * fast/canvas/webgl/tex-sub-image-2d.html:
+        * fast/canvas/webgl/texture-npot.html:
+        * fast/canvas/webgl/texture-transparent-pixels-initialized.html:
+
 2010-07-14  Brian Weinstein  <bweinstein at apple.com>
 
         Rubber-stamped by Adam Roben.
diff --git a/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html b/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html
index 3e0b7bf..8627698 100644
--- a/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html
+++ b/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html
@@ -3,7 +3,6 @@
 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
 <script src="../../js/resources/js-test-pre.js"></script>
 <script src="resources/webgl-test.js"></script>
-<script src="resources/utils3d.js"></script>
 <script id="vshader" type="x-shader/x-vertex">
 attribute vec3 pos;
 attribute vec4 colorIn;
diff --git a/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html b/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html
index 233357e..53cbc11 100644
--- a/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html
+++ b/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html
@@ -3,7 +3,6 @@
 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
 <script src="../../js/resources/js-test-pre.js"></script>
 <script src="resources/webgl-test.js"></script>
-<script src="resources/utils3d.js"> </script>
 <script id="vshader" type="x-shader/x-vertex">
 attribute vec3 g_Position;
 attribute vec2 g_TexCoord0;
diff --git a/LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv.html b/LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv.html
index 4c5c98d..d51fd46 100644
--- a/LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv.html
+++ b/LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv.html
@@ -7,7 +7,6 @@
 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
 <script src="../../js/resources/js-test-pre.js"></script>
 <script src="resources/webgl-test.js"></script>
-<script src="resources/utils3d.js"></script>
 </head>
 <body>
 <div id="description"></div>
diff --git a/LayoutTests/fast/canvas/webgl/point-size.html b/LayoutTests/fast/canvas/webgl/point-size.html
index 4a497ca..2bb2250 100644
--- a/LayoutTests/fast/canvas/webgl/point-size.html
+++ b/LayoutTests/fast/canvas/webgl/point-size.html
@@ -3,7 +3,6 @@
 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
 <script src="../../js/resources/js-test-pre.js"></script>
 <script src="resources/webgl-test.js"></script>
-<script src="resources/utils3d.js"></script>
 <script id="vshader" type="x-shader/x-vertex">
 attribute vec3 pos;
 attribute vec4 colorIn;
diff --git a/LayoutTests/fast/canvas/webgl/read-pixels.html b/LayoutTests/fast/canvas/webgl/read-pixels.html
index 0856b9a..c8dc910 100644
--- a/LayoutTests/fast/canvas/webgl/read-pixels.html
+++ b/LayoutTests/fast/canvas/webgl/read-pixels.html
@@ -3,7 +3,6 @@
 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
 <script src="../../js/resources/js-test-pre.js"></script>
 <script src="resources/webgl-test.js"></script>
-<script src="resources/utils3d.js"></script>
 <script id="vshader" type="x-shader/x-vertex">
 attribute vec3 pos;
 attribute vec4 colorIn;
diff --git a/LayoutTests/fast/canvas/webgl/renderbuffer-initialization.html b/LayoutTests/fast/canvas/webgl/renderbuffer-initialization.html
index 2ddbb43..03099f8 100644
--- a/LayoutTests/fast/canvas/webgl/renderbuffer-initialization.html
+++ b/LayoutTests/fast/canvas/webgl/renderbuffer-initialization.html
@@ -3,7 +3,6 @@
 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
 <script src="../../js/resources/js-test-pre.js"></script>
 <script src="resources/webgl-test.js"></script>
-<script src="resources/utils3d.js"></script>
 <script>
 function runTest()
 {
diff --git a/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html b/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html
index 1cb898e..a98e29b 100644
--- a/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html
+++ b/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html
@@ -3,7 +3,6 @@
 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
 <script src="../../js/resources/js-test-pre.js"></script>
 <script src="resources/webgl-test.js"></script>
-<script src="resources/utils3d.js"> </script>
 <script id="vshader" type="x-shader/x-vertex">
 attribute vec3 g_Position;
 attribute vec2 g_TexCoord0;
diff --git a/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html b/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html
index 5484871..9ff1b77 100644
--- a/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html
+++ b/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html
@@ -3,7 +3,6 @@
 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
 <script src="../../js/resources/js-test-pre.js"></script>
 <script src="resources/webgl-test.js"></script>
-<script src="resources/utils3d.js"> </script>
 <script id="vshader" type="x-shader/x-vertex">
 attribute vec3 g_Position;
 attribute vec2 g_TexCoord0;
diff --git a/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html b/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html
index 311a1bb..8b0c7ee 100644
--- a/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html
+++ b/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html
@@ -3,7 +3,6 @@
 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
 <script src="../../js/resources/js-test-pre.js"></script>
 <script src="resources/webgl-test.js"></script>
-<script src="resources/utils3d.js"> </script>
 <script id="vshader" type="x-shader/x-vertex">
 attribute vec3 g_Position;
 attribute vec2 g_TexCoord0;
diff --git a/LayoutTests/fast/canvas/webgl/tex-image-with-format-and-type.html b/LayoutTests/fast/canvas/webgl/tex-image-with-format-and-type.html
index 173c297..2e3ba75 100644
--- a/LayoutTests/fast/canvas/webgl/tex-image-with-format-and-type.html
+++ b/LayoutTests/fast/canvas/webgl/tex-image-with-format-and-type.html
@@ -4,7 +4,6 @@
 <script src="../../js/resources/js-test-pre.js"></script>
 <script src="resources/pnglib.js"></script>
 <script src="resources/webgl-test.js"></script>
-<script src="resources/utils3d.js"> </script>
 <script id="vshader" type="x-shader/x-vertex">
 attribute vec3 g_Position;
 attribute vec2 g_TexCoord0;
diff --git a/LayoutTests/fast/canvas/webgl/tex-sub-image-2d.html b/LayoutTests/fast/canvas/webgl/tex-sub-image-2d.html
index 9b50c39..c13820f 100644
--- a/LayoutTests/fast/canvas/webgl/tex-sub-image-2d.html
+++ b/LayoutTests/fast/canvas/webgl/tex-sub-image-2d.html
@@ -3,7 +3,6 @@
 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
 <script src="../../js/resources/js-test-pre.js"></script>
 <script src="resources/webgl-test.js"></script>
-<script src="resources/utils3d.js"> </script>
 <script id="vshader" type="x-shader/x-vertex">
 attribute vec3 g_Position;
 attribute vec2 g_TexCoord0;
diff --git a/LayoutTests/fast/canvas/webgl/texture-npot.html b/LayoutTests/fast/canvas/webgl/texture-npot.html
index eb3c32b..19245f5 100644
--- a/LayoutTests/fast/canvas/webgl/texture-npot.html
+++ b/LayoutTests/fast/canvas/webgl/texture-npot.html
@@ -5,7 +5,6 @@
     <title>WebGL Non-Power of 2 texture conformance test.</title>
     <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
     <script src="../../js/resources/js-test-pre.js"></script>
-    <script src="resources/utils3d.js"> </script>
     <script src="resources/webgl-test.js"> </script>
 </head>
 <body>
diff --git a/LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized.html b/LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized.html
index f326877..f6fe0f9 100644
--- a/LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized.html
+++ b/LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized.html
@@ -3,7 +3,6 @@
 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
 <script src="../../js/resources/js-test-pre.js"></script>
 <script src="resources/webgl-test.js"></script>
-<script src="resources/utils3d.js"> </script>
 <script id="vshader" type="x-shader/x-vertex">
 attribute vec3 g_Position;
 attribute vec2 g_TexCoord0;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list