[Webkit-unassigned] [Bug 149764] New: [CSS Grid Layout] Don't need to reset auto-margins during grid items layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 15:03:37 PDT 2015


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

            Bug ID: 149764
           Summary: [CSS Grid Layout] Don't need to reset auto-margins
                    during grid items layout
    Classification: Unclassified
           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: jfernandez at igalia.com

When dealing with auto-margins alignment we were reseting auto values for margins, when grid items don't need to be laid out, just before using them to set the grid items location. 

This operation can be avoided if we just compute them, when required, during the execution of the stretching logic. 

This change could help us to avoid performing extra layout calls on some grid items.

-- 
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/20151002/a26c63e0/attachment-0001.html>


More information about the webkit-unassigned mailing list