[Webkit-unassigned] [Bug 106891] New: Web Inspector: array grouping does not work for big and negative number keys

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 04:46:27 PST 2013


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

           Summary: Web Inspector: array grouping does not work for big
                    and negative number keys
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aandrey at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


Patch to follow.

Test case:

    var e = [];
    for (var i = 0; i < 10; ++i)
        e[i] = i;
    e[123] = 123;
    e[-123] = -123;
    e[4294967295] = 4294967295;
    e[4294967296] = 4294967296;
    console.dir(e);

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