Bug 76769

Summary: Web Inspector: Webkit2: attached Inspector height is not remembered
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
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
Proposed Change mitz: review+

Description Timothy Hatcher 2012-01-20 22:11:43 PST
The attached height of the Web Inspector is not rememebered between sessions in WebKit2.
Comment 1 Timothy Hatcher 2012-01-21 00:20:47 PST
Created attachment 123437 [details]
Proposed Change
Comment 2 mitz 2012-01-21 00:24:43 PST
Comment on attachment 123437 [details]
Proposed Change

View in context: https://bugs.webkit.org/attachment.cgi?id=123437&action=review

> Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm:214
> +    [m_inspectorView.get() setFrame:NSMakeRect(NSMinX(inspectedViewFrame), 0.0, NSWidth(inspectedViewFrame), inspectorPageGroup()->preferences()->inspectorAttachedHeight())];

Please change “0.0” to “0”.
Comment 3 Timothy Hatcher 2012-01-22 06:06:17 PST
Commited in r105571