[Webkit-unassigned] [Bug 178786] New: Remove unnecessary whitespace invalidation logic from RenderTreeUpdater

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 25 05:05:44 PDT 2017


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

            Bug ID: 178786
           Summary: Remove unnecessary whitespace invalidation logic from
                    RenderTreeUpdater
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koivisto at iki.fi
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

RenderTreeUpdater::invalidateWhitespaceOnlyTextSiblingsAfterAttachIfNeeded is a pretty complex function for figuring out if some whitespace-only text node might need to have its rendering status recomputed. However actually computing if a text renderer is needed is not expensive. We can simply do it for all whitespace nodes.

-- 
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/20171025/737f98e3/attachment-0001.html>


More information about the webkit-unassigned mailing list