Bug 83922

Summary: Web Inspector: extract ContentProvider into its own file, make NetworkRequest, Resoruce and others implement it.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
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 yurys: review+

Description Pavel Feldman 2012-04-13 11:32:32 PDT
We have two different types of requestContent methods: one on the source mapping level and one on the resource level. There are also adapters between the two. I'm aligning it all to a single requestContent method declared in ContentProvider.
Comment 1 Pavel Feldman 2012-04-13 11:34:50 PDT
Created attachment 137114 [details]
Patch
Comment 2 Pavel Feldman 2012-04-16 04:47:13 PDT
Committed r114241: <http://trac.webkit.org/changeset/114241>