Bug 58329

Summary: Web Inspector: ResourceView.createResourceView should return ResourceView instance.
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
Status: RESOLVED INVALID    
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-

Pavel Podivilov
Reported 2011-04-12 08:51:33 PDT
Web Inspector: ResourceView.createResourceView should return ResourceView instance.
Attachments
Patch. (8.69 KB, patch)
2011-04-12 08:52 PDT, Pavel Podivilov
pfeldman: review-
Pavel Podivilov
Comment 1 2011-04-12 08:52:15 PDT
Pavel Feldman
Comment 2 2011-04-12 09:17:53 PDT
Comment on attachment 89209 [details] Patch. View in context: https://bugs.webkit.org/attachment.cgi?id=89209&action=review > Source/WebCore/inspector/front-end/ResourceView.js:61 > + this._sourceFrame.show(parentElement); Why do we need the show / hide logic in the SourceFrame now? Can we use the same view in the scripts panel instead? > Source/WebCore/inspector/front-end/SourceFrame.js:42 > + this._view = new WebInspector.View(); Why do you need this? I thought we agreed that there should be no SourceFrame -> View dependency.
Note You need to log in before you can comment on or make changes to this bug.