[Webkit-unassigned] [Bug 107675] [chromium] Web Inspector: reduced heap snapshot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 00:41:45 PST 2013


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





--- Comment #3 from Yury Semikhatsky <yurys at chromium.org>  2013-02-06 00:43:52 PST ---
(In reply to comment #2)
> It would great if a heap snapshot could be filtered down to only objects explicitly created by code running on the page.

We're trying to show only objects reachable from DOM windows by default. If we left only objects created by the user's code then we would get lots of objects with no retainers as e.g. global window object wouldn't be in the heap snapshot and all global variable values would become root objects. Also consider references from DOM node wrappers, they would also disappear.

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