Bug 125937 - Make WKObjectRegistry objects be per page
Summary: Make WKObjectRegistry objects be per page
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: 2013-12-18 11:57 PST by Anders Carlsson
Modified: 2013-12-18 12:17 PST (History)
2 users (show)

See Also:


Attachments
Patch (35.78 KB, patch)
2013-12-18 12:01 PST, Anders Carlsson
kling: 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 2013-12-18 11:57:15 PST
Make WKObjectRegistry objects be per page
Comment 1 Anders Carlsson 2013-12-18 12:01:43 PST
Created attachment 219556 [details]
Patch
Comment 2 Andreas Kling 2013-12-18 12:08:14 PST
Comment on attachment 219556 [details]
Patch

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

> Source/WebKit2/Shared/API/Cocoa/RemoteObjectRegistry.h:44
> +    explicit RemoteObjectRegistry(WKRemoteObjectRegistry *, IPC::MessageSender&);

This doesn't need to be explicit.
Comment 3 Anders Carlsson 2013-12-18 12:17:40 PST
Committed r160787: <http://trac.webkit.org/changeset/160787>