WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
105763
Web Inspector: prepare HeapSnapshot.js for use with native heap snapshot
https://bugs.webkit.org/show_bug.cgi?id=105763
Summary
Web Inspector: prepare HeapSnapshot.js for use with native heap snapshot
Yury Semikhatsky
Reported
2012-12-26 03:43:12 PST
There are some implicit assumptions about the root node position etc which can be fixed to make HeapSnapshot.js more useful for native snapshots.
Attachments
Patch
(11.04 KB, patch)
2012-12-26 03:48 PST
,
Yury Semikhatsky
no flags
Details
Formatted Diff
Diff
Patch
(10.98 KB, patch)
2012-12-26 03:56 PST
,
Yury Semikhatsky
apavlov
: review+
apavlov
: commit-queue+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Yury Semikhatsky
Comment 1
2012-12-26 03:48:07 PST
Created
attachment 180739
[details]
Patch
Ilya Tikhonovsky
Comment 2
2012-12-26 03:55:40 PST
Comment on
attachment 180739
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=180739&action=review
otherwise lgtm
> Source/WebCore/inspector/front-end/HeapSnapshot.js:1343 > + for (var nodeOrdinal = 0, l = this.nodeCount; nodeOrdinal < l; ++nodeOrdinal) { > + if (nodeOrdinal === rootNodeOrdinal)
Please use the same logic here. We don't need additional if statement inside.
Yury Semikhatsky
Comment 3
2012-12-26 03:56:37 PST
Created
attachment 180740
[details]
Patch
Yury Semikhatsky
Comment 4
2012-12-26 03:57:11 PST
(In reply to
comment #2
)
> Please use the same logic here. We don't need additional if statement inside.
Done.
Alexander Pavlov (apavlov)
Comment 5
2012-12-26 04:06:19 PST
Comment on
attachment 180740
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=180740&action=review
> Source/WebCore/ChangeLog:8 > + HeapSnapshot.js now expects root node to be either the first or the last(real) one
space between "last" and "(real)"?
Yury Semikhatsky
Comment 6
2012-12-26 04:08:24 PST
(In reply to
comment #5
)
> (From update of
attachment 180740
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=180740&action=review
> > > Source/WebCore/ChangeLog:8 > > + HeapSnapshot.js now expects root node to be either the first or the last(real) one > > space between "last" and "(real)"?
Done.
Yury Semikhatsky
Comment 7
2012-12-26 04:09:07 PST
Committed
r138475
: <
http://trac.webkit.org/changeset/138475
>
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