Bug 72920

Summary: Web Inspector: Extract SplitView from Panel.createSidebar() method and reuse in Elements and Scripts panels.
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 2011-11-21 17:32:56 PST
Extract SplitView from Panel.createSidebar() methodand reuse in Elements and Scripts panels.
Attachments
Patch (59.86 KB, patch)
2011-11-21 17:37 PST, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2011-11-21 17:37:28 PST
Pavel Feldman
Comment 2 2011-11-22 01:11:57 PST
Comment on attachment 116156 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=116156&action=review Please test this thoroughly prior to landing. > Source/WebCore/inspector/front-end/ElementsPanel.js:42 > + this.createSplitView(this.element, WebInspector.SplitView.SidebarPosition.Right, 325); Please introduce explicit named "const initialSidebarWidth = 325;" above this line. > Source/WebCore/inspector/front-end/ElementsPanel.js:44 > + this.splitView.minimalMainWidthPercent = 34; ditto > Source/WebCore/inspector/front-end/Panel.js:125 > + * @param {string=} position You can try using "enum" type annotation. > Source/WebCore/inspector/front-end/SplitView.js:43 > + this.leftElement = document.createElement("div"); You could probably make some of these private.
Vsevolod Vlasov
Comment 3 2011-11-22 05:25:08 PST
Note You need to log in before you can comment on or make changes to this bug.