https://bugs.webkit.org/show_bug.cgi?id=109474
Reviewed by Martin Robinson.
Tools:
* Scripts/webkitperl/FeatureList.pm: Enable the feature on development
builds of the GTK port.
LayoutTests:
* platform/gtk/TestExpectations: Remove the expectations for tests that now pass.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@142609
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-02-12 Zan Dobersek <zdobersek@igalia.com>
+
+ [GTK] Enable CSS Variables feature in development builds
+ https://bugs.webkit.org/show_bug.cgi?id=109474
+
+ Reviewed by Martin Robinson.
+
+ * platform/gtk/TestExpectations: Remove the expectations for tests that now pass.
+
2013-02-12 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r142531.
webkit.org/b/79203 fast/mediastream [ Skip ]
webkit.org/b/79203 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
-# CSS Variables are not yet enabled.
-webkit.org/b/99057 fast/css/variables [ Skip ]
-webkit.org/b/99057 inspector/styles/variables [ Skip ]
-
# No CORS support for media elements is implemented yet.
webkit.org/b/99037 http/tests/security/video-cross-origin-readback.html [ Failure ]
+2013-02-12 Zan Dobersek <zdobersek@igalia.com>
+
+ [GTK] Enable CSS Variables feature in development builds
+ https://bugs.webkit.org/show_bug.cgi?id=109474
+
+ Reviewed by Martin Robinson.
+
+ * Scripts/webkitperl/FeatureList.pm: Enable the feature on development
+ builds of the GTK port.
+
2013-02-12 Zan Dobersek <zdobersek@igalia.com>
[GTK] Enable CSS image-set support in development builds
define => "ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED", default => 1, value => \$cssAnimationsTransformsUnprefixedSupport },
{ option => "css-variables", desc => "Toggle CSS Variable support",
- define => "ENABLE_CSS_VARIABLES", default => (isBlackBerry() || isEfl()), value => \$cssVariablesSupport },
+ define => "ENABLE_CSS_VARIABLES", default => (isBlackBerry() || isEfl() || isGtk()), value => \$cssVariablesSupport },
{ option => "custom-scheme-handler", desc => "Toggle Custom Scheme Handler support",
define => "ENABLE_CUSTOM_SCHEME_HANDLER", default => (isBlackBerry() || isEfl()), value => \$customSchemeHandlerSupport },