Bug 66237

Summary: Web Inspector: extract content loading functions from RawSourceCode to SourceCodeProvider implementations.
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-08-15 10:12:32 PDT
Web Inspector: extract content loading functions from RawSourceCode to SourceCodeProvider implementations.

This is needed to move requestContent implementation from RawSourceCode to UISourceCode.
Comment 1 Pavel Podivilov 2011-08-15 10:14:04 PDT
Created attachment 103921 [details]
Patch
Comment 2 Pavel Podivilov 2011-08-18 07:56:35 PDT
Committed r93308: <http://trac.webkit.org/changeset/93308>