[Webkit-unassigned] [Bug 127304] New: Add a convenience method to unregister remote object.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 20 13:39:11 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127304
Summary: Add a convenience method to unregister remote object.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yongjun_zhang at apple.com
Currently the API to unregister an remote object in WKRemoteObjectRegistry is:
- (void)unregisterExportedObject:(id)object interface:(WKRemoteObjectInterface *)interface
which means the caller has to prepare the WKRemoteObjectInterface object when unregistering object. It would be nice to have a convenience method only take object as argument.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list