Bug 58041 - Web Inspector: get rid of source frame delegates for resources panel.
Summary: Web Inspector: get rid of source frame delegates for resources panel.
Status: RESOLVED FIXED
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-04-07 06:57 PDT by Pavel Podivilov
Modified: 2011-04-11 06:41 PDT (History)
10 users (show)

See Also:


Attachments
Patch. (9.50 KB, patch)
2011-04-07 06:58 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-04-07 06:57:36 PDT
Web Inspector: get rid of source frame delegates for resources panel.

SourceFrameDelegateForResourcesPanel and CSSSourceFrameDelegateForResourcesPanel are strange classes, we should get rid of them.
Resources panel should use TextViewer configured with a domain-specific delegate to show/edit resource contents. See bug 57941.
Comment 1 Pavel Podivilov 2011-04-07 06:58:09 PDT
Created attachment 88625 [details]
Patch.
Comment 2 Pavel Podivilov 2011-04-11 06:41:14 PDT
Committed r83438: <http://trac.webkit.org/changeset/83438>