[Webkit-unassigned] [Bug 226174] [css-grid] Add discrete animation support for grid-template-columns|rows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 25 10:52:47 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226174

--- Comment #5 from Oriol Brufau <obrufau at igalia.com> ---
Comment on attachment 429650
  --> https://bugs.webkit.org/attachment.cgi?id=429650
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=429650&action=review

> Source/WebCore/animation/CSSPropertyAnimation.cpp:709
> +        , m_orderedNamedGridColumnLinesWrapper(DiscretePropertyWrapper<const OrderedNamedGridLinesMap&>(CSSPropertyGridTemplateColumns, &RenderStyle::orderedNamedGridColumnLines, &RenderStyle::setOrderedNamedGridColumnLines))

This may also need the named grid lines inside an auto-repeat: autoRepeatOrderedNamedGridColumnLines(), setAutoRepeatOrderedNamedGridColumnLines()

> Source/cmake/OptionsGTK.cmake:73
> +#WEBKIT_OPTION_DEFINE(USE_AVIF "Whether to enable support for AVIF images." PUBLIC ${ENABLE_EXPERIMENTAL_FEATURES})

The changes in this file seem unrelated

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210525/be1b0504/attachment.htm>


More information about the webkit-unassigned mailing list