Bug 160695 - Add WKPage SPI for looking up a WKFrame given a WKFrameHandle
Summary: Add WKPage SPI for looking up a WKFrame given a WKFrameHandle
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-09 09:59 PDT by mitz
Modified: 2016-08-09 10:03 PDT (History)
0 users

See Also:


Attachments
Add WKPageLookUpFrameFromHandle (2.36 KB, patch)
2016-08-09 10:00 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2016-08-09 09:59:04 PDT
This will make it easier for clients to transition bundle message arguments from WKFrame to WKFrameHandle.

Patch forthcoming.
Comment 1 mitz 2016-08-09 10:00:56 PDT
Created attachment 285645 [details]
Add WKPageLookUpFrameFromHandle
Comment 2 Anders Carlsson 2016-08-09 10:02:26 PDT
Comment on attachment 285645 [details]
Add WKPageLookUpFrameFromHandle

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

> Source/WebKit2/ChangeLog:3
> +        Add WKPage SPI for looking ap a WKFrame given a WKFrameHandle

Tyop.
Comment 3 mitz 2016-08-09 10:03:20 PDT
Committed <https://trac.webkit.org/r204284>.