Bug 160589 - [Cocoa] WKRemoteObjectCoder doesn’t handle NSRange
Summary: [Cocoa] WKRemoteObjectCoder doesn’t handle NSRange
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-04 22:45 PDT by mitz
Modified: 2016-08-05 13:21 PDT (History)
4 users (show)

See Also:


Attachments
Add NSRange coding (2.14 KB, patch)
2016-08-04 22:49 PDT, mitz
no flags Details | Formatted Diff | Diff
Add NSRange coding (6.43 KB, patch)
2016-08-05 12:51 PDT, mitz
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2016-08-04 22:45:36 PDT
Patch forthcoming.
Comment 1 mitz 2016-08-04 22:49:26 PDT
Created attachment 285400 [details]
Add NSRange coding
Comment 2 mitz 2016-08-05 12:51:55 PDT
Created attachment 285441 [details]
Add NSRange coding

Added test and fixed existing test
Comment 3 WebKit Commit Bot 2016-08-05 12:54:14 PDT
Attachment 285441 [details] did not pass style-queue:


ERROR: Tools/TestWebKitAPI/Tests/WebKit2Cocoa/RemoteObjectRegistry.mm:79:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 mitz 2016-08-05 13:21:30 PDT
Fixed in <https://trac.webkit.org/r204188>.