Bug 149851

Summary: WKPage needs to expose a KVO-compliant object, similar to WKWebView
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch mitz: review+

Anders Carlsson
Reported 2015-10-06 10:39:47 PDT
WKPage needs to expose a KVO-compliant object, similar to WKWebView
Attachments
Patch (22.43 KB, patch)
2015-10-06 10:41 PDT, Anders Carlsson
no flags
Patch (23.10 KB, patch)
2015-10-06 11:32 PDT, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2015-10-06 10:41:51 PDT
mitz
Comment 2 2015-10-06 10:57:49 PDT
Comment on attachment 262522 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=262522&action=review > Source/WebKit2/UIProcess/API/C/mac/WKPagePrivateMac.h:36 > +WK_EXPORT id WKPageCreatePageObserver(WKPageRef page); Perhaps this should be WKPageCreateObservableState and return an id <_WKObservablePageState>. This function may also need to be annotated for ARC.
Anders Carlsson
Comment 3 2015-10-06 11:32:00 PDT
Anders Carlsson
Comment 4 2015-10-06 12:12:07 PDT
Note You need to log in before you can comment on or make changes to this bug.