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

zimmermann at webkit.org zimmermann at webkit.org
Wed Dec 22 11:48:23 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 55c6e5f2d451b42311b528589857705179dd2eca
Author: zimmermann at webkit.org <zimmermann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Aug 7 09:28:58 2010 +0000

    2010-08-07  Nikolas Zimmermann  <nzimmermann at rim.com>
    
            Not reviewed. Remove workarounds in two dynamic-updates scripts, that now work without it.
    
            * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-dom-result-attr.js:
            * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop.js:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64902 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 5a312c6..e9ac3b9 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,12 @@
 2010-08-07  Nikolas Zimmermann  <nzimmermann at rim.com>
 
+        Not reviewed. Remove workarounds in two dynamic-updates scripts, that now work without it.
+
+        * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-dom-result-attr.js:
+        * svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop.js:
+
+2010-08-07  Nikolas Zimmermann  <nzimmermann at rim.com>
+
         Reviewed by Daniel Bates.
 
         Pattern fill with image not rendered after reload
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-dom-result-attr.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-dom-result-attr.js
index 32d4736..3bb7444 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-dom-result-attr.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-dom-result-attr.js
@@ -9,13 +9,6 @@ pointLight.setAttribute("x", "100");
 pointLight.setAttribute("y", "100");
 pointLight.setAttribute("z", "30");
 
-// This dummy filter hides a bug on mac-leopard (works on Qt)
-// Should be removed when the bug is fixed
-var dummyElement = createSVGElement("feGaussianBlur");
-dummyElement.setAttribute("width", "200");
-dummyElement.setAttribute("height", "200");
-dummyElement.setAttribute("result", "res2");
-
 var gradientElement = createSVGElement("feDiffuseLighting");
 gradientElement.setAttribute("in", "SourceGraphic");
 gradientElement.setAttribute("diffuseConstant", "1");
@@ -37,7 +30,6 @@ filterElement.setAttribute("x", "0");
 filterElement.setAttribute("y", "0");
 filterElement.setAttribute("width", "200");
 filterElement.setAttribute("height", "200");
-filterElement.appendChild(dummyElement);
 filterElement.appendChild(gradientElement);
 filterElement.appendChild(offsetElement);
 
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop.js
index 70ca0c4..3ad04b8 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop.js
@@ -9,13 +9,6 @@ pointLight.setAttribute("x", "100");
 pointLight.setAttribute("y", "100");
 pointLight.setAttribute("z", "30");
 
-// This dummy filter hides a bug on mac-leopard (works on Qt)
-// Should be removed when the bug is fixed
-var dummyElement = createSVGElement("feGaussianBlur");
-dummyElement.setAttribute("width", "200");
-dummyElement.setAttribute("height", "200");
-dummyElement.setAttribute("result", "res2");
-
 var gradientElement = createSVGElement("feDiffuseLighting");
 gradientElement.setAttribute("in", "SourceGraphic");
 gradientElement.setAttribute("diffuseConstant", "1");
@@ -37,7 +30,6 @@ filterElement.setAttribute("x", "0");
 filterElement.setAttribute("y", "0");
 filterElement.setAttribute("width", "200");
 filterElement.setAttribute("height", "200");
-filterElement.appendChild(dummyElement);
 filterElement.appendChild(gradientElement);
 filterElement.appendChild(offsetElement);
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list