Changeset 139205 in webkit


Ignore:
Timestamp:
Jan 9, 2013, 10:22:07 AM (13 years ago)
Author:
dbates@webkit.org
Message:

Remove duplicate ChangeLog entry for https://bugs.webkit.org/show_bug.cgi?id=105035
that was inadvertently added in <http://trac.webkit.org/changeset/139203>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r139203 r139205  
    1212        * rendering/RenderBlock.cpp:
    1313        (WebCore::RenderBlock::computePreferredLogicalWidths):
    14 
    15 2013-01-09  Alexis Menard  <alexis@webkit.org>
    16 
    17         Implement CSS computed style value for transition shorthand
    18         https://bugs.webkit.org/show_bug.cgi?id=105035
    19 
    20         Reviewed by Dean Jackson.
    21 
    22         Implement support for query the transition and webkit-transition
    23         shorthand from the computed style.
    24 
    25         Test: transitions/transitions-parsing.html
    26 
    27         * css/CSSComputedStyleDeclaration.cpp:
    28         (WebCore::createTransitionPropertyValue): Factor the code to create the
    29         correct value into a function to reuse it for the shorthand.
    30         (WebCore::getTransitionPropertyValue):
    31         (WebCore::createTimingFunctionValue): Little refactor, the intermediate
    32         local variables are not needed.
    33         (WebCore::getTimingFunctionValue):
    34         (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
    3514
    36152013-01-09  Tony Chang  <tony@chromium.org>
Note: See TracChangeset for help on using the changeset viewer.