[Webkit-unassigned] [Bug 140615] New: [CSS Grid Layout] Size tracks using a list of all items sorted by span

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 19 02:46:59 PST 2015


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

            Bug ID: 140615
           Summary: [CSS Grid Layout] Size tracks using a list of all
                    items sorted by span
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: svillar at igalia.com

The track sizing algorithm processes a list of items sorted by increasing span in order to size content sized columns. Our implementation instead processes content sized columns, meaning that an item spanning multiple content sized columns will be processed many times.

Apart from that we're doing extra sorts and hast table lookups because we're reseting the list of items after processing each track.

-- 
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/20150119/639f97c1/attachment-0002.html>


More information about the webkit-unassigned mailing list