[Webkit-unassigned] [Bug 156568] New: Color changes should not invalidate collapsed border cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 00:31:34 PDT 2016


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

            Bug ID: 156568
           Summary: Color changes should not invalidate collapsed border
                    cache
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koivisto at iki.fi

RenderTable::invalidateCollapsedBorders() traverses all cells. This can lead to O(n^2) during style recalc. Mitigate by avoiding unnecessary traversal when nothing that matters changes.

-- 
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/20160414/9500b893/attachment.html>


More information about the webkit-unassigned mailing list