Bug 69948

Summary: Web Inspector: [Chromium] Heap profiler should designate weak references
Product: WebKit Reporter: Mikhail Naganov <mnaganov>
Component: Web Inspector (Deprecated)Assignee: Mikhail Naganov <mnaganov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, dglazkov, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 72714    
Attachments:
Description Flags
Patch yurys: review+, webkit.review.bot: commit-queue-

Mikhail Naganov
Reported 2011-10-12 11:36:38 PDT
Weak persistent handles doesn't prevent objects from deletion, so they either should not be shown in retaining paths, or should be marked somehow.
Attachments
Patch (3.75 KB, patch)
2011-12-05 05:31 PST, Mikhail Naganov
yurys: review+
webkit.review.bot: commit-queue-
Mikhail Naganov
Comment 1 2011-11-18 04:03:15 PST
Mikhail Naganov
Comment 2 2011-12-05 05:31:36 PST
Yury Semikhatsky
Comment 3 2011-12-05 05:47:11 PST
Comment on attachment 117869 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=117869&action=review > Source/WebCore/inspector/front-end/HeapSnapshot.js:287 > + case "weak": return "[[" + this.name + "]]"; Can we have a tooltip explaining to the user what this text graphics means?
Mikhail Naganov
Comment 4 2011-12-05 08:21:20 PST
Comment on attachment 117869 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=117869&action=review >> Source/WebCore/inspector/front-end/HeapSnapshot.js:287 >> + case "weak": return "[[" + this.name + "]]"; > > Can we have a tooltip explaining to the user what this text graphics means? This actually should never appear in path traces, as we exclude weak references when building them. So this is mostly for debugging purposes.
WebKit Review Bot
Comment 5 2011-12-05 09:12:01 PST
Comment on attachment 117869 [details] Patch Attachment 117869 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/10736347 New failing tests: svg/custom/linking-uri-01-b.svg
Mikhail Naganov
Comment 6 2011-12-05 09:31:10 PST
Manually committed r102006. 2011-12-05 Mikhail Naganov <mnaganov@chromium.org> Web Inspector: [Chromium] Heap profiler should designate weak references. https://bugs.webkit.org/show_bug.cgi?id=69948 Weak references are now ignored when tracing paths to GC roots. Reviewed by Yury Semikhatsky. * inspector/front-end/HeapSnapshot.js: (WebInspector.HeapSnapshotEdge.prototype.get isWeak): (WebInspector.HeapSnapshotEdge.prototype.toString): (WebInspector.HeapSnapshotEdge.prototype.get _hasStringName): (WebInspector.HeapSnapshotRetainerEdge.prototype.get isWeak): (WebInspector.HeapSnapshot.prototype._init): (WebInspector.HeapSnapshotPathFinder.prototype._fillRootChildren): (WebInspector.HeapSnapshotPathFinder.prototype._skipEdge):
Note You need to log in before you can comment on or make changes to this bug.