WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
30299
Fix profile grouping in the Profiles panel sidebar tree
https://bugs.webkit.org/show_bug.cgi?id=30299
Summary
Fix profile grouping in the Profiles panel sidebar tree
Alexander Pavlov (apavlov)
Reported
2009-10-12 02:38:26 PDT
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".
Attachments
patch
(1.91 KB, patch)
2009-10-12 02:47 PDT
,
Alexander Pavlov (apavlov)
timothy
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alexander Pavlov (apavlov)
Comment 1
2009-10-12 02:47:35 PDT
Created
attachment 41028
[details]
patch Use the right parent when adding a new group node to the sidebar tree.
Pavel Feldman
Comment 2
2009-10-13 01:20:04 PDT
Committing to
http://svn.webkit.org/repository/webkit/trunk
... M WebCore/ChangeLog M WebCore/inspector/front-end/ProfilesPanel.js Committed
r49494
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug