Bug 83922 - Web Inspector: extract ContentProvider into its own file, make NetworkRequest, Resoruce and others implement it.
Summary: Web Inspector: extract ContentProvider into its own file, make NetworkRequest...
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 Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 11:32 PDT by Pavel Feldman
Modified: 2012-04-16 04:47 PDT (History)
10 users (show)

See Also:


Attachments
Patch (49.35 KB, patch)
2012-04-13 11:34 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>