[Webkit-unassigned] [Bug 155298] Separate render tree updating from style resolve

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 11:52:02 PDT 2016


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

Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #274983|review?                     |review+
              Flags|                            |

--- Comment #85 from Andreas Kling <akling at apple.com> ---
Comment on attachment 274983
  --> https://bugs.webkit.org/attachment.cgi?id=274983
patch

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

r=me

> Source/WebCore/style/RenderTreeUpdater.cpp:117
> +    // FIXME: SVG <use> element may cause tree mutations during style recalc.

This would be nice to get fixed, then.

> Source/WebCore/style/StyleUpdate.cpp:48
> +    auto it = m_elements.find(&element);
> +    if (it == m_elements.end())
> +        return nullptr;
> +    return &it->value;

I suppose this could just be "m_elements.get(&element);"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160329/367b4c86/attachment-0001.html>


More information about the webkit-unassigned mailing list