WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Podivilov
Comment 1
2012-03-28 06:42:35 PDT
Created
attachment 134284
[details]
Patch
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
Committed
r112402
: <
http://trac.webkit.org/changeset/112402
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug