Bug 60953 - Web Inspector: remove ConsolePanel.js
Summary: Web Inspector: remove ConsolePanel.js
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Podivilov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 05:06 PDT by Pavel Podivilov
Modified: 2011-05-19 02:44 PDT (History)
10 users (show)

See Also:


Attachments
Patch. (13.64 KB, patch)
2011-05-17 05:07 PDT, Pavel Podivilov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2011-05-17 05:06:07 PDT
This is a follow up for https://bugs.webkit.org/show_bug.cgi?id=54670.
ConsoleView.js should be also renamed to ConsolePanel.js (will be done by a separate patch).
Comment 1 Pavel Podivilov 2011-05-17 05:07:58 PDT
Created attachment 93757 [details]
Patch.
Comment 2 Yury Semikhatsky 2011-05-17 07:04:38 PDT
Comment on attachment 93757 [details]
Patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=93757&action=review

> Source/WebCore/inspector/front-end/ConsoleView.js:366
>          this.dispatchEventToListeners(WebInspector.ConsolePanel.Events.EntryAdded, msg);

This event is not used anymore. Please remove it.