Title: [106586] trunk
- Revision
- 106586
- Author
- [email protected]
- Date
- 2012-02-02 13:10:12 -0800 (Thu, 02 Feb 2012)
Log Message
Unreviewed, rolling out r106566.
http://trac.webkit.org/changeset/106566
https://bugs.webkit.org/show_bug.cgi?id=77673
Broke the Windows build (Requested by jessieberlin on
#webkit).
Patch by Sheriff Bot <[email protected]> on 2012-02-02
Source/WebCore:
* WebCore.vcproj/copyForwardingHeaders.cmd:
* platform/graphics/ca/win/PlatformCALayerWin.cpp:
WebKitLibraries:
* win/tools/vsprops/FeatureDefines.vsprops:
LayoutTests:
* platform/win/Skipped:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (106585 => 106586)
--- trunk/LayoutTests/ChangeLog 2012-02-02 21:04:44 UTC (rev 106585)
+++ trunk/LayoutTests/ChangeLog 2012-02-02 21:10:12 UTC (rev 106586)
@@ -1,3 +1,14 @@
+2012-02-02 Sheriff Bot <[email protected]>
+
+ Unreviewed, rolling out r106566.
+ http://trac.webkit.org/changeset/106566
+ https://bugs.webkit.org/show_bug.cgi?id=77673
+
+ Broke the Windows build (Requested by jessieberlin on
+ #webkit).
+
+ * platform/win/Skipped:
+
2012-02-02 Andrew Scherkus <[email protected]>
Unreviewed, updating Chromium test expectations.
Modified: trunk/LayoutTests/platform/win/Skipped (106585 => 106586)
--- trunk/LayoutTests/platform/win/Skipped 2012-02-02 21:04:44 UTC (rev 106585)
+++ trunk/LayoutTests/platform/win/Skipped 2012-02-02 21:10:12 UTC (rev 106586)
@@ -37,15 +37,6 @@
css3/filters/effect-saturate-hw.html
css3/filters/effect-sepia-hw.html
-# Custom filters not yet supported on Windows
-css3/filters/custom-filter-property-computed-style.html
-css3/filters/custom-filter-property-parsing.html
-css3/filters/custom-filter-property-parsing-invalid.html
-css3/filters/custom-filter-shader-cache.html
-
-# https://bugs.webkit.org/show_bug.cgi?id=77645
-css3/filters/filtered-compositing-descendant.html
-
# Should be moved to platform/mac <rdar://5621425>
http/tests/misc/willCacheResponse-delegate-callback.html
Modified: trunk/Source/WebCore/ChangeLog (106585 => 106586)
--- trunk/Source/WebCore/ChangeLog 2012-02-02 21:04:44 UTC (rev 106585)
+++ trunk/Source/WebCore/ChangeLog 2012-02-02 21:10:12 UTC (rev 106586)
@@ -1,3 +1,15 @@
+2012-02-02 Sheriff Bot <[email protected]>
+
+ Unreviewed, rolling out r106566.
+ http://trac.webkit.org/changeset/106566
+ https://bugs.webkit.org/show_bug.cgi?id=77673
+
+ Broke the Windows build (Requested by jessieberlin on
+ #webkit).
+
+ * WebCore.vcproj/copyForwardingHeaders.cmd:
+ * platform/graphics/ca/win/PlatformCALayerWin.cpp:
+
2012-02-02 Tommy Widenflycht <[email protected]>
[chromium] MediaStream API: Adding the embedding code for MediaStreamCenter
Modified: trunk/Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd (106585 => 106586)
--- trunk/Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd 2012-02-02 21:04:44 UTC (rev 106585)
+++ trunk/Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd 2012-02-02 21:10:12 UTC (rev 106586)
@@ -40,7 +40,6 @@
xcopy /y /d "%ProjectDir%..\platform\cf\win\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
xcopy /y /d "%ProjectDir%..\platform\graphics\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
xcopy /y /d "%ProjectDir%..\platform\graphics\%1\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
-xcopy /y /d "%ProjectDir%..\platform\graphics\filters\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
xcopy /y /d "%ProjectDir%..\platform\graphics\transforms\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
xcopy /y /d "%ProjectDir%..\platform\graphics\ca\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
xcopy /y /d "%ProjectDir%..\platform\graphics\ca\win\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
Modified: trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp (106585 => 106586)
--- trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp 2012-02-02 21:04:44 UTC (rev 106585)
+++ trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp 2012-02-02 21:10:12 UTC (rev 106586)
@@ -566,15 +566,6 @@
setNeedsCommit();
}
-void PlatformCALayer::setFilters(const FilterOperations&)
-{
-}
-
-bool PlatformCALayer::filtersCanBeComposited(const FilterOperations&)
-{
- return false;
-}
-
String PlatformCALayer::name() const
{
return CACFLayerGetName(m_layer.get());
Modified: trunk/WebKitLibraries/ChangeLog (106585 => 106586)
--- trunk/WebKitLibraries/ChangeLog 2012-02-02 21:04:44 UTC (rev 106585)
+++ trunk/WebKitLibraries/ChangeLog 2012-02-02 21:10:12 UTC (rev 106586)
@@ -1,3 +1,14 @@
+2012-02-02 Sheriff Bot <[email protected]>
+
+ Unreviewed, rolling out r106566.
+ http://trac.webkit.org/changeset/106566
+ https://bugs.webkit.org/show_bug.cgi?id=77673
+
+ Broke the Windows build (Requested by jessieberlin on
+ #webkit).
+
+ * win/tools/vsprops/FeatureDefines.vsprops:
+
2012-02-02 Chris Marrin <[email protected]>
Turn on CSS Filters on Windows
Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops (106585 => 106586)
--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops 2012-02-02 21:04:44 UTC (rev 106585)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops 2012-02-02 21:10:12 UTC (rev 106586)
@@ -48,7 +48,7 @@
/>
<UserMacro
Name="ENABLE_CSS_FILTERS"
- Value="ENABLE_CSS_FILTERS"
+ Value=""
PerformEnvironmentSet="true"
/>
<UserMacro
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes