RESOLVED FIXED Bug 90531
Web Inspector: Get rid of ResourceDomainModelBinding and DebuggerResourceBinding, make Resource.setContent private.
https://bugs.webkit.org/show_bug.cgi?id=90531
Summary Web Inspector: Get rid of ResourceDomainModelBinding and DebuggerResourceBind...
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.