RESOLVED FIXED145068
Web Inspector: Fix some possible event listener leakers in content views
https://bugs.webkit.org/show_bug.cgi?id=145068
Summary Web Inspector: Fix some possible event listener leakers in content views
Joseph Pecoraro
Reported 2015-05-15 12:35:07 PDT
* SUMMARY Fix some possible event listener leakers in content views. Now that tabs and their content views can be closed, sometimes some ContentViews which always existed can be closed. Global event listeners like "WebInspector.*.addEventListener" and "window.addEventListener" should be cleaned up.
Attachments
[PATCH] Proposed Fix (10.52 KB, patch)
2015-05-15 12:36 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-05-15 12:36:16 PDT
Created attachment 253217 [details] [PATCH] Proposed Fix
Timothy Hatcher
Comment 2 2015-05-15 12:58:32 PDT
Comment on attachment 253217 [details] [PATCH] Proposed Fix Awesome!
WebKit Commit Bot
Comment 3 2015-05-15 13:48:38 PDT
Comment on attachment 253217 [details] [PATCH] Proposed Fix Clearing flags on attachment: 253217 Committed r184411: <http://trac.webkit.org/changeset/184411>
WebKit Commit Bot
Comment 4 2015-05-15 13:48:43 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.