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 <webkit.review.bot@gmail.com> 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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@106586
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ 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 <scherkus@chromium.org>
Unreviewed, updating Chromium test expectations.
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
+2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ 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 <tommyw@google.com>
[chromium] MediaStream API: Adding the embedding code for MediaStreamCenter
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"
setNeedsCommit();
}
-void PlatformCALayer::setFilters(const FilterOperations&)
-{
-}
-
-bool PlatformCALayer::filtersCanBeComposited(const FilterOperations&)
-{
- return false;
-}
-
String PlatformCALayer::name() const
{
return CACFLayerGetName(m_layer.get());
+2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ 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 <cmarrin@apple.com>
Turn on CSS Filters on Windows
/>
<UserMacro
Name="ENABLE_CSS_FILTERS"
- Value="ENABLE_CSS_FILTERS"
+ Value=""
PerformEnvironmentSet="true"
/>
<UserMacro