Bug 128331 - Add a remoteObjectRegistry property to WKWebView
Summary: Add a remoteObjectRegistry property to WKWebView
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: 2014-02-06 14:17 PST by Anders Carlsson
Modified: 2014-02-06 14:35 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.62 KB, patch)
2014-02-06 14:17 PST, Anders Carlsson
thorton: 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 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>