Bug 128331

Summary: Add a remoteObjectRegistry property to WKWebView
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mkwst
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Anders Carlsson 2014-02-06 14:17:21 PST
Add a remoteObjectRegistry property to WKWebView
Comment 1 Anders Carlsson 2014-02-06 14:17:59 PST
Created attachment 223380 [details]
Patch
Comment 2 Tim Horton 2014-02-06 14:30:19 PST
Comment on attachment 223380 [details]
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:331
> +        _remoteObjectRegistry = [[WKRemoteObjectRegistry alloc] _initWithMessageSender:*_page];

adopt!
Comment 3 Anders Carlsson 2014-02-06 14:35:31 PST
Committed r163564: <http://trac.webkit.org/changeset/163564>