Bug 134134 - Snapshotting WKThumbnailViews should not tell Web processes backing unparented WKViews that they're in window
Summary: Snapshotting WKThumbnailViews should not tell Web processes backing unparente...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-20 15:33 PDT by Tim Horton
Modified: 2014-06-20 15:41 PDT (History)
2 users (show)

See Also:


Attachments
patch (1.72 KB, patch)
2014-06-20 15:34 PDT, Tim Horton
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-06-20 15:33:05 PDT
Re-evaluating our in-window state is only useful if we're going to use the live layer tree;
snapshots can be taken of unparented views with no trouble. Plus, doing so sets off a chain of
expensive things in the Web process which we can avoid if using snapshots.
Comment 1 Tim Horton 2014-06-20 15:34:15 PDT
Created attachment 233468 [details]
patch
Comment 2 Tim Horton 2014-06-20 15:40:30 PDT
<rdar://problem/17402119>
Comment 3 Tim Horton 2014-06-20 15:41:13 PDT
http://trac.webkit.org/changeset/170217