Bug 86765 - Web Inspector: [WebKit2] Use autoresizing masks when docked to prevent jittering
Summary: Web Inspector: [WebKit2] Use autoresizing masks when docked to prevent jittering
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-17 12:05 PDT by Timothy Hatcher
Modified: 2022-03-01 03:01 PST (History)
11 users (show)

See Also:


Attachments
Proposed Change (5.56 KB, patch)
2012-05-17 12:14 PDT, Timothy Hatcher
sullivan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.