WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
81757
Web Inspector: add support for a whitelist / suppression list for heap snapshots
https://bugs.webkit.org/show_bug.cgi?id=81757
Summary
Web Inspector: add support for a whitelist / suppression list for heap snapshots
jochen
Reported
2012-03-21 04:01:31 PDT
When manually inspecting a heap snapshot, I'd like to have a way of hiding objects retained by a certain object. Ideally, I'd like to be able to load this information from a file, so I could maintain such a list across several debugging sessions The use case is as follows: assume your web app has some pointer to the last performed action to implement undo, e.g. window.foo.bar.lastAction_ Now you look at a heap snapshot and figure out after a bit of clicking that a certain object is not a leak, because one of its retaining paths goes through lastAction_. As this is not a leak, you don't want to manually identify all other objects that are retained by this path, but concentrate on stuff retained by different paths. At this point, I'd like to filter out all objects with retaining paths through window.foo.bar.lastAction_
Attachments
Add attachment
proposed patch, testcase, etc.
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