Bug 123596 - Begin stubbing out the WKRemoteObjectCoder NSCoder subclass
Summary: Begin stubbing out the WKRemoteObjectCoder NSCoder subclass
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-10-31 16:23 PDT by Anders Carlsson
Modified: 2013-10-31 21:26 PDT (History)
1 user (show)

See Also:


Attachments
Patch (17.73 KB, patch)
2013-10-31 17:35 PDT, 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 2013-10-31 16:23:25 PDT
Begin stubbing out the WKRemoteObjectCoder NSCoder subclass
Comment 1 Anders Carlsson 2013-10-31 17:35:52 PDT
Created attachment 215699 [details]
Patch
Comment 2 Anders Carlsson 2013-10-31 17:47:17 PDT
Committed r158413: <http://trac.webkit.org/changeset/158413>
Comment 3 mitz 2013-10-31 21:26:34 PDT
Comment on attachment 215699 [details]
Patch

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

> Source/WebKit2/Shared/API/Cocoa/WKRemoteObjectCoder.mm:33
> +#import "WKData.h"
> +#import "WKMutableDictionary.h"
> +#import "WKNumber.h"
> +#import "WKRetainPtr.h"
> +#import "WKStringCF.h"

Should we be using all these C API types in the implementation of the Cocoa API? I thought it was preferred to use the APIObject types.