Changeset 138488 in webkit


Ignore:
Timestamp:
Dec 26, 2012 5:14:08 PM (11 years ago)
Author:
thakis@chromium.org
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:
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r138459 r138488  
    42314231webkit.org/b/104548 [ Linux ] fast/text/hyphens.html [ Failure ]
    42324232
     4233# Unprefixed transitions are disabled while they're being implemented.
     4234# See also http://wkb.ug/105647
     4235webkit.org/b/93136 transitions/transitions-parsing.html [ Failure ]
     4236
    42334237# Flaky
    42344238webkit.org/b/104283 [ Win Release ] fonts/monospace.html [ Failure Pass ]
  • trunk/Source/WebKit/chromium/ChangeLog

    r138477 r138488  
     12012-12-26  Nico Weber  <thakis@chromium.org>
     2
     3        [chromium] Disable unprefixed css transitions until they're functional
     4        https://bugs.webkit.org/show_bug.cgi?id=105771
     5
     6        Reviewed by Eric Seidel.
     7
     8        Bug 105647 mentions that this is not fully implemented yet, and the
     9        partial support breaks feature detection in modernizr and friends.
     10
     11        * features.gypi:
     12
    1132012-12-26  Yury Semikhatsky  <yurys@chromium.org>
    214
  • trunk/Source/WebKit/chromium/features.gypi

    r138401 r138488  
    5050      'ENABLE_CSS_REGIONS=1',
    5151      'ENABLE_CSS_SHADERS=1',
    52       'ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED=1',
     52      'ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED=0',
    5353      'ENABLE_CSS_VARIABLES=1',
    5454      'ENABLE_CSS_STICKY_POSITION=1',
Note: See TracChangeset for help on using the changeset viewer.