Title: [104632] trunk
- Revision
- 104632
- Author
- [email protected]
- Date
- 2012-01-10 14:34:23 -0800 (Tue, 10 Jan 2012)
Log Message
Source/WebCore: [Chromium] Partial revert of r104566, since it breaks the shared
library build on Windows.
https://bugs.webkit.org/show_bug.cgi?id=75994
Reviewed by Dmitry Titov.
Covered by SVG feColorMatrix tests (see LayoutTests/ChangeLog).
* WebCore.gypi:
* platform/graphics/filters/FEColorMatrix.h:
LayoutTests: Suppress failures caused by partial revert of r104566.
https://bugs.webkit.org/show_bug.cgi?id=75994
Reviewed by Dmitry Titov.
* platform/chromium/test_expectations.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (104631 => 104632)
--- trunk/LayoutTests/ChangeLog 2012-01-10 22:09:02 UTC (rev 104631)
+++ trunk/LayoutTests/ChangeLog 2012-01-10 22:34:23 UTC (rev 104632)
@@ -1,3 +1,12 @@
+2012-01-10 Stephen White <[email protected]>
+
+ Suppress failures caused by partial revert of r104566.
+ https://bugs.webkit.org/show_bug.cgi?id=75994
+
+ Reviewed by Dmitry Titov.
+
+ * platform/chromium/test_expectations.txt:
+
2012-01-10 Dmitry Titov <[email protected]>
[Chromium] Unreviewed, rebaseline tests after r104575 and r104588.
Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (104631 => 104632)
--- trunk/LayoutTests/platform/chromium/test_expectations.txt 2012-01-10 22:09:02 UTC (rev 104631)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt 2012-01-10 22:34:23 UTC (rev 104632)
@@ -945,6 +945,15 @@
BUGWK62974 : svg/custom/svg-fonts-with-no-element-reference.html = IMAGE+TEXT IMAGE
BUGWK62974 MAC : svg/W3C-SVG-1.1/pservers-grad-08-b.svg = IMAGE
+BUGSENORBLANCO : svg/W3C-SVG-1.1/filters-color-01-b.svg = FAIL
+BUGSENORBLANCO : svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr.html = FAIL
+BUGSENORBLANCO : svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr.html = FAIL
+BUGSENORBLANCO : svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr.html = FAIL
+BUGSENORBLANCO : svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop.html = FAIL
+
+BUGSENORBLANCO : svg/filters/feColorMatrix-offset.svg = FAIL
+BUGSENORBLANCO : svg/filters/feColorMatrix-saturate.svg = FAIL
+
// -----------------------------------------------------------------
// End SVG Regressions
// -----------------------------------------------------------------
Modified: trunk/Source/WebCore/ChangeLog (104631 => 104632)
--- trunk/Source/WebCore/ChangeLog 2012-01-10 22:09:02 UTC (rev 104631)
+++ trunk/Source/WebCore/ChangeLog 2012-01-10 22:34:23 UTC (rev 104632)
@@ -1,3 +1,16 @@
+2012-01-10 Stephen White <[email protected]>
+
+ [Chromium] Partial revert of r104566, since it breaks the shared
+ library build on Windows.
+ https://bugs.webkit.org/show_bug.cgi?id=75994
+
+ Reviewed by Dmitry Titov.
+
+ Covered by SVG feColorMatrix tests (see LayoutTests/ChangeLog).
+
+ * WebCore.gypi:
+ * platform/graphics/filters/FEColorMatrix.h:
+
2012-01-10 Simon Fraser <[email protected]>
Clean up RenderLayerBacking code that looks for the body
Modified: trunk/Source/WebCore/WebCore.gypi (104631 => 104632)
--- trunk/Source/WebCore/WebCore.gypi 2012-01-10 22:09:02 UTC (rev 104631)
+++ trunk/Source/WebCore/WebCore.gypi 2012-01-10 22:34:23 UTC (rev 104632)
@@ -3747,7 +3747,6 @@
'platform/graphics/filters/arm/FEGaussianBlurNEON.h',
'platform/graphics/filters/arm/FELightingNEON.cpp',
'platform/graphics/filters/arm/FELightingNEON.h',
- 'platform/graphics/filters/skia/FEColorMatrixSkia.cpp',
'platform/graphics/filters/skia/FEGaussianBlurSkia.cpp',
'platform/graphics/freetype/FontCacheFreeType.cpp',
'platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp',
Modified: trunk/Source/WebCore/platform/graphics/filters/FEColorMatrix.h (104631 => 104632)
--- trunk/Source/WebCore/platform/graphics/filters/FEColorMatrix.h 2012-01-10 22:09:02 UTC (rev 104631)
+++ trunk/Source/WebCore/platform/graphics/filters/FEColorMatrix.h 2012-01-10 22:34:23 UTC (rev 104632)
@@ -49,9 +49,6 @@
bool setValues(const Vector<float>&);
virtual void platformApplySoftware();
-#if USE(SKIA)
- virtual bool platformApplySkia();
-#endif
virtual void dump();
virtual TextStream& externalRepresentation(TextStream&, int indention) const;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes