Bug 86765

Summary: Web Inspector: [WebKit2] Use autoresizing masks when docked to prevent jittering
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, eric, joepeck, keishi, loislo, pfeldman, pmuellr, rik, sullivan, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed Change sullivan: review+

Description Timothy Hatcher 2012-05-17 12:05:19 PDT
The docked Insoector view should use autoresizing masks to prevent gittering when resizing.
Comment 1 Timothy Hatcher 2012-05-17 12:14:07 PDT
Created attachment 142523 [details]
Proposed Change
Comment 2 John Sullivan 2012-05-17 12:17:24 PDT
Comment on attachment 142523 [details]
Proposed Change

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

> Source/WebKit2/ChangeLog:12
> +        (-[WKWebInspectorProxyObjCAdapter inspectedViewFrameDidChange:]): Preform the work on a delay to

Typo, “Preform”.

> Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm:94
> +    // Resizing the views will inside this notification can lead to bad results when entering

Typo, “will inside”
Comment 3 Eric Seidel (no email) 2013-01-04 00:53:49 PST
Attachment 142523 [details] was posted by a committer and has review+, assigning to Timothy Hatcher for commit.
Comment 4 Timothy Hatcher 2013-01-04 06:36:31 PST
This landed in r117495.