[Webkit-unassigned] [Bug 30299] New: Fix profile grouping in the Profiles panel sidebar tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 02:38:28 PDT 2009


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

           Summary: Fix profile grouping in the Profiles panel sidebar
                    tree
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: apavlov at chromium.org
                CC: timothy at hatcher.name, pfeldman at chromium.org


Currently, grouping of the profiles with the same title is broken

Test case:
In the Console, enter the following series of commands:
console.profile('foo')
console.profileEnd()
console.profile('foo')
console.profileEnd()

The second profile node becomes a child of the first one's in the sidebar tree,
while they should both become children named "Run N" of a new common parent
node named "foo".

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