[Webkit-unassigned] [Bug 136218] New: [CSS Grid Layout] Replace the usage of size_t by unsigned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 25 03:29:11 PDT 2014


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

           Summary: [CSS Grid Layout] Replace the usage of size_t by
                    unsigned
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: svillar at igalia.com
                CC: darin at apple.com
        Depends on: 136217


size_t is generally used for sizes of memory objects. We're using it for indexes and spans in the grid. The fact that we're using Vectors to represent the grid should not force us to use size_t, unsigned seems to fit better in this case.

-- 
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