[Webkit-unassigned] [Bug 145568] New: [CSS Box Alignment] Style changes cause excessive invalidations.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 2 13:41:30 PDT 2015


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

            Bug ID: 145568
           Summary: [CSS Box Alignment] Style changes cause excessive
                    invalidations.
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jfernandez at igalia.com

The Layout Tests located at fast/repaint/{justify, align}-items-* cause an excessive number of unrelated paint invalidations; this is clearly appreciated in the tests expectations. 

After some initial investigation, it seems that the root cause is that changes on those properties cause a style Reattach, so children's xxx-self properties with auto values can be computed again using the new xxx-items value.

-- 
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/20150602/695ec6cb/attachment.html>


More information about the webkit-unassigned mailing list