RESOLVED FIXED 135608
Web Inspector: ReplayManager should unpause and suppress breakpoints before capturing/replaying
https://bugs.webkit.org/show_bug.cgi?id=135608
Summary Web Inspector: ReplayManager should unpause and suppress breakpoints before c...
Brian Burg
Reported 2014-08-05 09:48:44 PDT
Patch to follow.
Attachments
Patch (5.92 KB, patch)
2014-08-06 12:08 PDT, Brian Burg
timothy: review+
Radar WebKit Bug Importer
Comment 1 2014-08-05 09:48:56 PDT
Brian Burg
Comment 2 2014-08-06 12:08:23 PDT
Timothy Hatcher
Comment 3 2014-08-06 13:02:24 PDT
Comment on attachment 236123 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=236123&action=review > Source/WebInspectorUI/UserInterface/Controllers/ReplayManager.js:682 > + WebInspector.debuggerManager.resume(); > + WebInspector.debuggerManager.addSingleFireEventListener(WebInspector.DebuggerManager.Event.Resumed, resolve); WebInspector.debuggerManager.resume() should return a Promise!
Brian Burg
Comment 4 2014-08-06 23:13:57 PDT
(In reply to comment #3) > (From update of attachment 236123 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=236123&action=review > > > Source/WebInspectorUI/UserInterface/Controllers/ReplayManager.js:682 > > + WebInspector.debuggerManager.resume(); > > + WebInspector.debuggerManager.addSingleFireEventListener(WebInspector.DebuggerManager.Event.Resumed, resolve); > > WebInspector.debuggerManager.resume() should return a Promise! Filed: https://bugs.webkit.org/show_bug.cgi?id=135690
Brian Burg
Comment 5 2014-08-06 23:15:09 PDT
Note You need to log in before you can comment on or make changes to this bug.