[Webkit-unassigned] [Bug 110292] New: [CSS Grid Layout] Should we add a RAII class to populate and clear the grid representation?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 19:12:40 PST 2013


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

           Summary: [CSS Grid Layout] Should we add a RAII class to
                    populate and clear the grid representation?
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: tony at chromium.org, xan.lopez at gmail.com,
                    ojan at chromium.org
            Blocks: 60731


See bug 109718, comment #5 about the whole details.

We manually fill and clear our grid representation for each layout / compute preferred logical width phase. As there are several places and 2 varaibles to clear it may make sense to have some RAII pattern to handle the cleaning.

As raised in the other, I think it may be an overkill now but if the code changes we should definitely consider it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list