Bug 160589

Summary: [Cocoa] WKRemoteObjectCoder doesn’t handle NSRange
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, sam, thorton
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add NSRange coding
none
Add NSRange coding thorton: review+

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>.