Bug 58041

Summary: Web Inspector: get rid of source frame delegates for resources panel.
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch. pfeldman: review+

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>