[Webkit-unassigned] [Bug 110466] New: Web Inspector: Remove CPU profile from a group causes exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 06:55:54 PST 2013


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

           Summary: Web Inspector: Remove CPU profile from a group causes
                    exception
           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: alph 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


To reproduce collect several CPU profiles with the same name, e.g.:
console.profile("alph");
console.profileEnd("alph");
console.profile("alph");
console.profileEnd("alph");

and try to remove these profiles one-by-one from UI. An exception is raised.

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