Changeset 139205 in webkit
- Timestamp:
- Jan 9, 2013, 10:22:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r139203 r139205 12 12 * rendering/RenderBlock.cpp: 13 13 (WebCore::RenderBlock::computePreferredLogicalWidths): 14 15 2013-01-09 Alexis Menard <alexis@webkit.org>16 17 Implement CSS computed style value for transition shorthand18 https://bugs.webkit.org/show_bug.cgi?id=10503519 20 Reviewed by Dean Jackson.21 22 Implement support for query the transition and webkit-transition23 shorthand from the computed style.24 25 Test: transitions/transitions-parsing.html26 27 * css/CSSComputedStyleDeclaration.cpp:28 (WebCore::createTransitionPropertyValue): Factor the code to create the29 correct value into a function to reuse it for the shorthand.30 (WebCore::getTransitionPropertyValue):31 (WebCore::createTimingFunctionValue): Little refactor, the intermediate32 local variables are not needed.33 (WebCore::getTimingFunctionValue):34 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):35 14 36 15 2013-01-09 Tony Chang <tony@chromium.org>
Note:
See TracChangeset
for help on using the changeset viewer.