Title: [140407] trunk/Source/WebCore
Revision
140407
Author
zandober...@gmail.com
Date
2013-01-22 03:41:46 -0800 (Tue, 22 Jan 2013)

Log Message

[GTK] Disable support for unprefixed CSS animations, transitions, transforms in release builds
https://bugs.webkit.org/show_bug.cgi?id=107436

Reviewed by Alexis Menard.

Disable the unprefixed CSS animations, transitions and transforms support
in the release builds for now. The work in this area is not yet complete
and should not ship in such state.

No new tests - no new functionality.

* GNUmakefile.features.am.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (140406 => 140407)


--- trunk/Source/WebCore/ChangeLog	2013-01-22 11:31:36 UTC (rev 140406)
+++ trunk/Source/WebCore/ChangeLog	2013-01-22 11:41:46 UTC (rev 140407)
@@ -1,3 +1,18 @@
+2013-01-22  Zan Dobersek  <zdober...@igalia.com>
+
+        [GTK] Disable support for unprefixed CSS animations, transitions, transforms in release builds
+        https://bugs.webkit.org/show_bug.cgi?id=107436
+
+        Reviewed by Alexis Menard.
+
+        Disable the unprefixed CSS animations, transitions and transforms support
+        in the release builds for now. The work in this area is not yet complete
+        and should not ship in such state.
+
+        No new tests - no new functionality.
+
+        * GNUmakefile.features.am.in:
+
 2013-01-22  Alexander Pavlov  <apav...@chromium.org>
 
         Web Inspector: [REGRESSION] SASSSourceMapping broken: _bindUISourceCode method is absent

Modified: trunk/Source/WebCore/GNUmakefile.features.am.in (140406 => 140407)


--- trunk/Source/WebCore/GNUmakefile.features.am.in	2013-01-22 11:31:36 UTC (rev 140406)
+++ trunk/Source/WebCore/GNUmakefile.features.am.in	2013-01-22 11:41:46 UTC (rev 140407)
@@ -17,7 +17,7 @@
 	ENABLE_CSS_REGIONS=1 \
 	ENABLE_CSS_SHADERS=0 \
 	ENABLE_CSS_STICKY_POSITION=0 \
-	ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED=1 \
+	ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED=0 \
 	ENABLE_CSS_VARIABLES=0 \
 	ENABLE_CSS3_CONDITIONAL_RULES=0 \
 	ENABLE_CUSTOM_SCHEME_HANDLER=0 \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to