Bug 60909 - Web Inspector: rename ConsoleView.js to ConsolePanel.js and add ConsoleMessage.js.
Summary: Web Inspector: rename ConsoleView.js to ConsolePanel.js and add ConsoleMessag...
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-16 11:11 PDT by Pavel Podivilov
Modified: 2011-05-17 07:36 PDT (History)
10 users (show)

See Also:


Attachments
Patch. (126.39 KB, patch)
2011-05-16 11:12 PDT, Pavel Podivilov
no flags Details | Formatted Diff | Diff
Rebase. (102.83 KB, patch)
2011-05-17 04:36 PDT, Pavel Podivilov
pfeldman: review-
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-16 11:11:40 PDT
Web Inspector: rename ConsoleView.js to ConsolePanel.js and add ConsoleMessage.js.
Comment 1 Pavel Podivilov 2011-05-16 11:12:58 PDT
Created attachment 93671 [details]
Patch.

This patch is a follow up for https://bugs.webkit.org/show_bug.cgi?id=54670.

* remove ConsolePanel.js
* rename ConsoleView.js -> ConsolePanel.js
* extract ConsoleMessage from ConsolePanel.js to ConsoleMessage.js
Comment 2 Pavel Podivilov 2011-05-17 04:36:11 PDT
Created attachment 93756 [details]
Rebase.
Comment 3 Pavel Feldman 2011-05-17 04:49:37 PDT
Comment on attachment 93756 [details]
Rebase.

It is impossible to follow this change.