Title: [138488] trunk
Revision
138488
Author
[email protected]
Date
2012-12-26 17:14:08 -0800 (Wed, 26 Dec 2012)

Log Message

[chromium] Disable unprefixed css transitions until they're functional
https://bugs.webkit.org/show_bug.cgi?id=105771

Reviewed by Eric Seidel.

Bug 105647 mentions that this is not fully implemented yet, and the
partial support breaks feature detection in modernizr and friends.

* features.gypi:

Modified Paths

Diff

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (138487 => 138488)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-12-27 00:38:46 UTC (rev 138487)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-12-27 01:14:08 UTC (rev 138488)
@@ -4230,6 +4230,10 @@
 webkit.org/b/104548 [ Linux ] fast/text/hyphenate-locale.html [ Failure ]
 webkit.org/b/104548 [ Linux ] fast/text/hyphens.html [ Failure ]
 
+# Unprefixed transitions are disabled while they're being implemented.
+# See also http://wkb.ug/105647
+webkit.org/b/93136 transitions/transitions-parsing.html [ Failure ]
+
 # Flaky
 webkit.org/b/104283 [ Win Release ] fonts/monospace.html [ Failure Pass ]
 webkit.org/b/104283 [ Mac Debug ] fonts/monospace.html [ ImageOnlyFailure Pass ]

Modified: trunk/Source/WebKit/chromium/ChangeLog (138487 => 138488)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-12-27 00:38:46 UTC (rev 138487)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-12-27 01:14:08 UTC (rev 138488)
@@ -1,3 +1,15 @@
+2012-12-26  Nico Weber  <[email protected]>
+
+        [chromium] Disable unprefixed css transitions until they're functional
+        https://bugs.webkit.org/show_bug.cgi?id=105771
+
+        Reviewed by Eric Seidel.
+
+        Bug 105647 mentions that this is not fully implemented yet, and the
+        partial support breaks feature detection in modernizr and friends.
+
+        * features.gypi:
+
 2012-12-26  Yury Semikhatsky  <[email protected]>
 
         Web Inspector: extract JS heap profiler specifics into JSHeapSnapshot.js

Modified: trunk/Source/WebKit/chromium/features.gypi (138487 => 138488)


--- trunk/Source/WebKit/chromium/features.gypi	2012-12-27 00:38:46 UTC (rev 138487)
+++ trunk/Source/WebKit/chromium/features.gypi	2012-12-27 01:14:08 UTC (rev 138488)
@@ -49,7 +49,7 @@
       'ENABLE_CSS_IMAGE_RESOLUTION=0',
       'ENABLE_CSS_REGIONS=1',
       'ENABLE_CSS_SHADERS=1',
-      'ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED=1',
+      'ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED=0',
       'ENABLE_CSS_VARIABLES=1',
       'ENABLE_CSS_STICKY_POSITION=1',
       'ENABLE_CUSTOM_SCHEME_HANDLER=0',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to