RESOLVED FIXED 82318
Web Inspector: dispatch breakpoint-added and breakpoint-removed events on UISourceCode.
https://bugs.webkit.org/show_bug.cgi?id=82318
Summary Web Inspector: dispatch breakpoint-added and breakpoint-removed events on UIS...
Pavel Podivilov
Reported 2012-03-27 03:43:04 PDT
Web Inspector: dispatch breakpoint-added and breakpoint-removed events on UISourceCode. See bug 82224 for rationale.
Attachments
Patch (20.40 KB, patch)
2012-03-27 03:44 PDT, Pavel Podivilov
vsevik: review+
Pavel Podivilov
Comment 1 2012-03-27 03:44:37 PDT
Vsevolod Vlasov
Comment 2 2012-03-27 04:17:21 PDT
Comment on attachment 134015 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=134015&action=review > Source/WebCore/inspector/front-end/ScriptsPanel.js:285 > + _addBreakpointListeners: function(uiSourceCode) Please add type annotations. > Source/WebCore/inspector/front-end/ScriptsPanel.js:291 > + _removeBreakpointListeners: function(uiSourceCode) ditto
Pavel Podivilov
Comment 3 2012-03-27 07:57:54 PDT
Note You need to log in before you can comment on or make changes to this bug.