Bug 135772

Summary: Web Inspector: Add a helper to avoid leaking single-fire event listeners in Promise chains
Product: WebKit Reporter: Brian Burg <burg>
Component: Web InspectorAssignee: Brian Burg <burg>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 135690    
Attachments:
Description Flags
Patch timothy: review+

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>