Bug 135772 - Web Inspector: Add a helper to avoid leaking single-fire event listeners in Promise chains
Summary: Web Inspector: Add a helper to avoid leaking single-fire event listeners in P...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brian Burg
URL:
Keywords: InRadar
Depends on:
Blocks: 135690
  Show dependency treegraph
 
Reported: 2014-08-08 15:10 PDT by Brian Burg
Modified: 2014-08-11 11:23 PDT (History)
4 users (show)

See Also:


Attachments
Patch (22.29 KB, patch)
2014-08-08 15:36 PDT, Brian Burg
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Burg 2014-08-08 15:10:24 PDT
.
Comment 1 Radar WebKit Bug Importer 2014-08-08 15:10:43 PDT
<rdar://problem/17964820>
Comment 2 Brian Burg 2014-08-08 15:36:35 PDT
Created attachment 236317 [details]
Patch
Comment 3 Timothy Hatcher 2014-08-09 23:31:18 PDT
Comment on attachment 236317 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=236317&action=review

> Source/WebInspectorUI/UserInterface/Base/EventListenerSet.js:27
> +WebInspector.EventListener = function(thisObject, fireOnce)

Should be separate file.
Comment 4 Brian Burg 2014-08-11 11:10:51 PDT
Committed r172396: <http://trac.webkit.org/changeset/172396>