Title: [160200] trunk
- Revision
- 160200
- Author
- [email protected]
- Date
- 2013-12-05 15:48:06 -0800 (Thu, 05 Dec 2013)
Log Message
Source/WebCore: [CSS Shapes] Enable CSS Shapes on Windows
https://bugs.webkit.org/show_bug.cgi?id=89957
Reviewed by Brent Fulgham.
* css/CSSPropertyNames.in: Tweak to ensure shapes properties are regenerated.
WebKitLibraries: [CSS Shapes] Enable CSS Shapes on Windows
https://bugs.webkit.org/show_bug.cgi?id=89957
Reviewed by Brent Fulgham.
Turn on CSS_SHAPES on Windows now that bug 121883 has been fixed.
* win/tools/vsprops/FeatureDefines.props:
* win/tools/vsprops/FeatureDefinesCairo.props:
LayoutTests: [CSS Shapes] Enable CSS Shapes on Windows
https://bugs.webkit.org/show_bug.cgi?id=89957
Reviewed by Brent Fulgham.
Turning shapes tests back on on Windows builds.
* platform/win/TestExpectations: Enable shapes tests.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (160199 => 160200)
--- trunk/LayoutTests/ChangeLog 2013-12-05 23:45:28 UTC (rev 160199)
+++ trunk/LayoutTests/ChangeLog 2013-12-05 23:48:06 UTC (rev 160200)
@@ -1,3 +1,14 @@
+2013-12-05 Bear Travis <[email protected]>
+
+ [CSS Shapes] Enable CSS Shapes on Windows
+ https://bugs.webkit.org/show_bug.cgi?id=89957
+
+ Reviewed by Brent Fulgham.
+
+ Turning shapes tests back on on Windows builds.
+
+ * platform/win/TestExpectations: Enable shapes tests.
+
2013-12-05 Roger Fong <[email protected]>
[WebGL] Make sure we satisfy uniform and varying packing restrictions.
Modified: trunk/LayoutTests/platform/win/TestExpectations (160199 => 160200)
--- trunk/LayoutTests/platform/win/TestExpectations 2013-12-05 23:45:28 UTC (rev 160199)
+++ trunk/LayoutTests/platform/win/TestExpectations 2013-12-05 23:48:06 UTC (rev 160200)
@@ -2812,11 +2812,6 @@
css3/filters/huge-region-composited.html [ Skip ]
js/dom/random-array-gc-stress.html [ Skip ]
-# CSS_SHAPES not supported on AppleWin port.
-# https://bugs.webkit.org/show_bug.cgi?id=118810
-fast/shapes
-csswg/contributors/adobe/submitted/shapes
-
# The following tests fail due to the new CSS/JS-based media controls.
# They need to be rebaselined.
# REGRESSION(r156730): 18 media tests broken (122021)
Modified: trunk/Source/WebCore/ChangeLog (160199 => 160200)
--- trunk/Source/WebCore/ChangeLog 2013-12-05 23:45:28 UTC (rev 160199)
+++ trunk/Source/WebCore/ChangeLog 2013-12-05 23:48:06 UTC (rev 160200)
@@ -1,3 +1,12 @@
+2013-12-04 Bear Travis <[email protected]>
+
+ [CSS Shapes] Enable CSS Shapes on Windows
+ https://bugs.webkit.org/show_bug.cgi?id=89957
+
+ Reviewed by Brent Fulgham.
+
+ * css/CSSPropertyNames.in: Tweak to ensure shapes properties are regenerated.
+
2013-12-05 Roger Fong <[email protected]>
[WebGL] Make sure we satisfy uniform and varying packing restrictions.
Modified: trunk/Source/WebCore/css/CSSPropertyNames.in (160199 => 160200)
--- trunk/Source/WebCore/css/CSSPropertyNames.in 2013-12-05 23:45:28 UTC (rev 160199)
+++ trunk/Source/WebCore/css/CSSPropertyNames.in 2013-12-05 23:48:06 UTC (rev 160200)
@@ -8,6 +8,7 @@
// http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp
//
+
// high-priority property names have to be listed first, to simplify the check
// for applying them first.
color [Inherited]
Modified: trunk/WebKitLibraries/ChangeLog (160199 => 160200)
--- trunk/WebKitLibraries/ChangeLog 2013-12-05 23:45:28 UTC (rev 160199)
+++ trunk/WebKitLibraries/ChangeLog 2013-12-05 23:48:06 UTC (rev 160200)
@@ -1,3 +1,15 @@
+2013-12-05 Bear Travis <[email protected]>
+
+ [CSS Shapes] Enable CSS Shapes on Windows
+ https://bugs.webkit.org/show_bug.cgi?id=89957
+
+ Reviewed by Brent Fulgham.
+
+ Turn on CSS_SHAPES on Windows now that bug 121883 has been fixed.
+
+ * win/tools/vsprops/FeatureDefines.props:
+ * win/tools/vsprops/FeatureDefinesCairo.props:
+
2013-11-26 Ryosuke Niwa <[email protected]>
Enable HTML template element on Windows ports
Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.props (160199 => 160200)
--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.props 2013-12-05 23:45:28 UTC (rev 160199)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.props 2013-12-05 23:48:06 UTC (rev 160200)
@@ -18,7 +18,7 @@
<ENABLE_CSS_IMAGE_SET>ENABLE_CSS_IMAGE_SET</ENABLE_CSS_IMAGE_SET>
<ENABLE_CSS_REGIONS>ENABLE_CSS_REGIONS</ENABLE_CSS_REGIONS>
<ENABLE_CSS_SHADERS />
- <ENABLE_CSS_SHAPES />
+ <ENABLE_CSS_SHAPES>ENABLE_CSS_SHAPES</ENABLE_CSS_SHAPES>
<ENABLE_CSS_STICKY_POSITION>ENABLE_CSS_STICKY_POSITION</ENABLE_CSS_STICKY_POSITION>
<ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED>ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED</ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED>
<ENABLE_CUSTOM_SCHEME_HANDLER />
Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.props (160199 => 160200)
--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.props 2013-12-05 23:45:28 UTC (rev 160199)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.props 2013-12-05 23:48:06 UTC (rev 160200)
@@ -18,7 +18,7 @@
<ENABLE_CSS_IMAGE_SET>ENABLE_CSS_IMAGE_SET</ENABLE_CSS_IMAGE_SET>
<ENABLE_CSS_REGIONS>ENABLE_CSS_REGIONS</ENABLE_CSS_REGIONS>
<ENABLE_CSS_SHADERS />
- <ENABLE_CSS_SHAPES />
+ <ENABLE_CSS_SHAPES>ENABLE_CSS_SHAPES</ENABLE_CSS_SHAPES>
<ENABLE_CSS_STICKY_POSITION>ENABLE_CSS_STICKY_POSITION</ENABLE_CSS_STICKY_POSITION>
<ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED>ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED</ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED>
<ENABLE_CUSTOM_SCHEME_HANDLER />
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes