RESOLVED FIXED 207912
Expand WKRemoteObjectCoder supported POD types to encode NSURLResponse types
https://bugs.webkit.org/show_bug.cgi?id=207912
Summary Expand WKRemoteObjectCoder supported POD types to encode NSURLResponse types
Alex Christensen
Reported 2020-02-18 15:00:03 PST
Expand WKRemoteObjectCoder supported POD types to encode NSURLResponse types
Attachments
Patch (12.77 KB, patch)
2020-02-18 15:03 PST, Alex Christensen
bweinstein: review+
Alex Christensen
Comment 1 2020-02-18 15:03:03 PST
Brian Weinstein
Comment 2 2020-02-18 15:43:19 PST
Comment on attachment 391097 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=391097&action=review > Source/WebKit/Shared/API/Cocoa/WKRemoteObjectCoder.mm:153 > + case 'S': { Can these two cases be the same? case ’s’: case ’S’: … > Source/WebKit/Shared/API/Cocoa/WKRemoteObjectCoder.mm:366 > + // char Nit: // unsigned char..
Alex Christensen
Comment 3 2020-02-18 15:44:37 PST
Comment on attachment 391097 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=391097&action=review >> Source/WebKit/Shared/API/Cocoa/WKRemoteObjectCoder.mm:153 >> + case 'S': { > > Can these two cases be the same? > > case ’s’: > case ’S’: > … No, but one of my "short value;" should be "unsigned short value;" Will fix when landing.
Alex Christensen
Comment 4 2020-02-18 15:48:33 PST
Radar WebKit Bug Importer
Comment 5 2020-02-18 15:49:20 PST
Note You need to log in before you can comment on or make changes to this bug.