RESOLVED FIXED 82463
Web Inspector: dispatch console-message-added and console-messages-cleared events on UISourceCode.
https://bugs.webkit.org/show_bug.cgi?id=82463
Summary Web Inspector: dispatch console-message-added and console-messages-cleared ev...
Pavel Podivilov
Reported 2012-03-28 06:41:15 PDT
Web Inspector: dispatch console-message-added and console-messages-cleared events on UISourceCode. Those events are related to specific UISourceCode. See bug 82224 for more details.
Attachments
Patch (15.63 KB, patch)
2012-03-28 06:42 PDT, Pavel Podivilov
vsevik: review+
Pavel Podivilov
Comment 1 2012-03-28 06:42:35 PDT
Vsevolod Vlasov
Comment 2 2012-03-28 07:26:09 PDT
Comment on attachment 134284 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=134284&action=review > Source/WebCore/inspector/front-end/DebuggerPresentationModel.js:280 > + uiLocation.uiSourceCode.consoleMessageAdded(presentationMessage); I know this is not related to this patch, but switching to pretty-print mode and back adds more and more messages to uiSourceCode because they are never removed from it (unless console is cleared / navigation happens).
Pavel Podivilov
Comment 3 2012-03-28 08:24:03 PDT
Note You need to log in before you can comment on or make changes to this bug.