Bug 90531

Summary: Web Inspector: Get rid of ResourceDomainModelBinding and DebuggerResourceBinding, make Resource.setContent private.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
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+

Vsevolod Vlasov
Reported 2012-07-04 02:10:12 PDT
Now that Resource.setContent is not used outside of Resource.js we can make it private. Resource._setContent can now delegate to UISourceCodes which would take care of domain specific actions. DebuggerResourceBinding can be removed and DebuggerResourceBinding.setScriptSource should moved to JavaScriptSource. ResourceDomainModelBinding could be removed as well.
Attachments
Patch (18.92 KB, patch)
2012-07-04 02:20 PDT, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2012-07-04 02:20:01 PDT
Vsevolod Vlasov
Comment 2 2012-07-04 07:08:01 PDT
Note You need to log in before you can comment on or make changes to this bug.