Bug 145621 - Add SPI that returns the snapshot layer contents for a given back/forward list item
Summary: Add SPI that returns the snapshot layer contents for a given back/forward lis...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-03 17:42 PDT by Anders Carlsson
Modified: 2015-06-03 22:36 PDT (History)
1 user (show)

See Also:


Attachments
Patch (8.14 KB, patch)
2015-06-03 17:43 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (8.13 KB, patch)
2015-06-03 17:44 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-06-03 17:42:57 PDT
Add SPI that returns the snapshot layer contents for a given back/forward list item
Comment 1 Anders Carlsson 2015-06-03 17:43:14 PDT
Created attachment 254222 [details]
Patch
Comment 2 Anders Carlsson 2015-06-03 17:44:30 PDT
Created attachment 254223 [details]
Patch
Comment 3 mitz 2015-06-03 19:52:59 PDT
Comment on attachment 254223 [details]
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardListItemPrivate.h:36
> +@property (WK_NULLABLE_PROPERTY nonatomic, readonly, strong) id _snapshotLayerContents WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);

NA for Mac since this is in #if TARGET_OS_IPHONE.
Comment 4 Anders Carlsson 2015-06-03 19:55:40 PDT
Committed r185183: <http://trac.webkit.org/changeset/185183>
Comment 5 mitz 2015-06-03 22:36:33 PDT
(In reply to comment #4)
> Committed r185183: <http://trac.webkit.org/changeset/185183>

Made the new private header private in <http://trac.webkit.org/r185190>.