RESOLVED FIXED 149851
WKPage needs to expose a KVO-compliant object, similar to WKWebView
https://bugs.webkit.org/show_bug.cgi?id=149851
Summary WKPage needs to expose a KVO-compliant object, similar to WKWebView
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.