Diff
Modified: trunk/LayoutTests/ChangeLog (171074 => 171075)
--- trunk/LayoutTests/ChangeLog 2014-07-14 19:51:28 UTC (rev 171074)
+++ trunk/LayoutTests/ChangeLog 2014-07-14 20:12:31 UTC (rev 171075)
@@ -1,3 +1,14 @@
+2014-07-14 Bear Travis <[email protected]>
+
+ [Feature Queries] Enable Feature Queries on Mac
+ https://bugs.webkit.org/show_bug.cgi?id=134404
+
+ Reviewed by Antti Koivisto.
+
+ Resume running the Feature Queries tests on Mac.
+
+ * platform/mac/TestExpectations: Unskip the tests.
+
2014-07-14 Bruno de Oliveira Abinader <[email protected]>
[css3-text] Add editing test for CSS3 Text Decoration properties
Modified: trunk/LayoutTests/platform/mac/TestExpectations (171074 => 171075)
--- trunk/LayoutTests/platform/mac/TestExpectations 2014-07-14 19:51:28 UTC (rev 171074)
+++ trunk/LayoutTests/platform/mac/TestExpectations 2014-07-14 20:12:31 UTC (rev 171075)
@@ -876,11 +876,6 @@
# MountainLion doesn't support textures this large.
[ MountainLion ] fast/canvas/webgl/tex-image-and-sub-image-2d-with-potentially-subsampled-image.html [ Skip ]
-# css3-conditionals support is not yet enabled.
-webkit.org/b/86146 css3/supports.html
-webkit.org/b/104822 css3/supports-cssom.html
-webkit.org/b/100324 css3/supports-dom-api.html
-
# CSS Device Adaptation is not enabled.
webkit.org/b/95959 css3/device-adapt [ Skip ]
Modified: trunk/Source/_javascript_Core/ChangeLog (171074 => 171075)
--- trunk/Source/_javascript_Core/ChangeLog 2014-07-14 19:51:28 UTC (rev 171074)
+++ trunk/Source/_javascript_Core/ChangeLog 2014-07-14 20:12:31 UTC (rev 171075)
@@ -1,3 +1,16 @@
+2014-07-14 Bear Travis <[email protected]>
+
+ [Feature Queries] Enable Feature Queries on Mac
+ https://bugs.webkit.org/show_bug.cgi?id=134404
+
+ Reviewed by Antti Koivisto.
+
+ Enable Feature Queries on Mac and resume running the
+ feature tests.
+
+ * Configurations/FeatureDefines.xcconfig: Turn on
+ ENABLE_CSS3_CONDITIONAL_RULES.
+
2014-07-11 Joseph Pecoraro <[email protected]>
Web Inspector: Debugger Pause button does not work
Modified: trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (171074 => 171075)
--- trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig 2014-07-14 19:51:28 UTC (rev 171074)
+++ trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig 2014-07-14 20:12:31 UTC (rev 171075)
@@ -59,7 +59,7 @@
ENABLE_CSS_REGIONS = ENABLE_CSS_REGIONS;
ENABLE_CSS_SHAPES = ENABLE_CSS_SHAPES;
ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED = ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED;
-ENABLE_CSS3_CONDITIONAL_RULES = ;
+ENABLE_CSS3_CONDITIONAL_RULES = ENABLE_CSS3_CONDITIONAL_RULES;
ENABLE_CSS3_TEXT = ;
ENABLE_CSS3_TEXT_LINE_BREAK = ;
ENABLE_CURSOR_VISIBILITY = ENABLE_CURSOR_VISIBILITY;
Modified: trunk/Source/WebCore/ChangeLog (171074 => 171075)
--- trunk/Source/WebCore/ChangeLog 2014-07-14 19:51:28 UTC (rev 171074)
+++ trunk/Source/WebCore/ChangeLog 2014-07-14 20:12:31 UTC (rev 171075)
@@ -1,3 +1,16 @@
+2014-07-14 Bear Travis <[email protected]>
+
+ [Feature Queries] Enable Feature Queries on Mac
+ https://bugs.webkit.org/show_bug.cgi?id=134404
+
+ Reviewed by Antti Koivisto.
+
+ Enable Feature Queries on Mac and resume running the
+ feature tests.
+
+ * Configurations/FeatureDefines.xcconfig: Turn on
+ ENABLE_CSS3_CONDITIONAL_RULES.
+
2014-07-11 David Hyatt <[email protected]>
<rdar://problem/17305458> Cannot interact with video controls in ePubs
Modified: trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig (171074 => 171075)
--- trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig 2014-07-14 19:51:28 UTC (rev 171074)
+++ trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig 2014-07-14 20:12:31 UTC (rev 171075)
@@ -59,7 +59,7 @@
ENABLE_CSS_REGIONS = ENABLE_CSS_REGIONS;
ENABLE_CSS_SHAPES = ENABLE_CSS_SHAPES;
ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED = ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED;
-ENABLE_CSS3_CONDITIONAL_RULES = ;
+ENABLE_CSS3_CONDITIONAL_RULES = ENABLE_CSS3_CONDITIONAL_RULES;
ENABLE_CSS3_TEXT = ;
ENABLE_CSS3_TEXT_LINE_BREAK = ;
ENABLE_CURSOR_VISIBILITY = ENABLE_CURSOR_VISIBILITY;
Modified: trunk/Source/WebKit/mac/ChangeLog (171074 => 171075)
--- trunk/Source/WebKit/mac/ChangeLog 2014-07-14 19:51:28 UTC (rev 171074)
+++ trunk/Source/WebKit/mac/ChangeLog 2014-07-14 20:12:31 UTC (rev 171075)
@@ -1,3 +1,16 @@
+2014-07-14 Bear Travis <[email protected]>
+
+ [Feature Queries] Enable Feature Queries on Mac
+ https://bugs.webkit.org/show_bug.cgi?id=134404
+
+ Reviewed by Antti Koivisto.
+
+ Enable Feature Queries on Mac and resume running the
+ feature tests.
+
+ * Configurations/FeatureDefines.xcconfig: Turn on
+ ENABLE_CSS3_CONDITIONAL_RULES.
+
2014-07-11 Zalan Bujtas <[email protected]>
Subpixel layout: return integral results for offset*, client*, scroll* by default.
Modified: trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (171074 => 171075)
--- trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig 2014-07-14 19:51:28 UTC (rev 171074)
+++ trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig 2014-07-14 20:12:31 UTC (rev 171075)
@@ -59,7 +59,7 @@
ENABLE_CSS_REGIONS = ENABLE_CSS_REGIONS;
ENABLE_CSS_SHAPES = ENABLE_CSS_SHAPES;
ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED = ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED;
-ENABLE_CSS3_CONDITIONAL_RULES = ;
+ENABLE_CSS3_CONDITIONAL_RULES = ENABLE_CSS3_CONDITIONAL_RULES;
ENABLE_CSS3_TEXT = ;
ENABLE_CSS3_TEXT_LINE_BREAK = ;
ENABLE_CURSOR_VISIBILITY = ENABLE_CURSOR_VISIBILITY;
Modified: trunk/Source/WebKit2/ChangeLog (171074 => 171075)
--- trunk/Source/WebKit2/ChangeLog 2014-07-14 19:51:28 UTC (rev 171074)
+++ trunk/Source/WebKit2/ChangeLog 2014-07-14 20:12:31 UTC (rev 171075)
@@ -1,3 +1,16 @@
+2014-07-14 Bear Travis <[email protected]>
+
+ [Feature Queries] Enable Feature Queries on Mac
+ https://bugs.webkit.org/show_bug.cgi?id=134404
+
+ Reviewed by Antti Koivisto.
+
+ Enable Feature Queries on Mac and resume running the
+ feature tests.
+
+ * Configurations/FeatureDefines.xcconfig: Turn on
+ ENABLE_CSS3_CONDITIONAL_RULES.
+
2014-07-14 Anders Carlsson <[email protected]>
Make shouldKeepCurrentBackForwardListItemInList part of WKPageLoaderClientV5 to avoid breaking ABI
Modified: trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig (171074 => 171075)
--- trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig 2014-07-14 19:51:28 UTC (rev 171074)
+++ trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig 2014-07-14 20:12:31 UTC (rev 171075)
@@ -59,7 +59,7 @@
ENABLE_CSS_REGIONS = ENABLE_CSS_REGIONS;
ENABLE_CSS_SHAPES = ENABLE_CSS_SHAPES;
ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED = ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED;
-ENABLE_CSS3_CONDITIONAL_RULES = ;
+ENABLE_CSS3_CONDITIONAL_RULES = ENABLE_CSS3_CONDITIONAL_RULES;
ENABLE_CSS3_TEXT = ;
ENABLE_CSS3_TEXT_LINE_BREAK = ;
ENABLE_CURSOR_VISIBILITY = ENABLE_CURSOR_VISIBILITY;