RESOLVED FIXED 165484
Add a new MachMessage class and use it for sending outgoing messages
https://bugs.webkit.org/show_bug.cgi?id=165484
Summary Add a new MachMessage class and use it for sending outgoing messages
Anders Carlsson
Reported 2016-12-06 12:38:08 PST
Add a new MachMessage class and use it for sending outgoing messages
Attachments
Patch (13.98 KB, patch)
2016-12-06 12:41 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2016-12-06 12:41:17 PST
Sam Weinig
Comment 2 2016-12-06 13:44:46 PST
Comment on attachment 296308 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=296308&action=review > Source/WebKit2/Platform/IPC/mac/MachMessage.cpp:36 > + return std::unique_ptr<MachMessage> { new (NotNull, memory) MachMessage { length } }; > + > +} Extra newline. > Source/WebKit2/Platform/IPC/mac/MachMessage.h:36 > +public: > + > + static std::unique_ptr<MachMessage> create(size_t length); Extra newline.
Anders Carlsson
Comment 3 2016-12-06 14:00:18 PST
Csaba Osztrogonác
Comment 4 2016-12-07 03:31:10 PST
Alex Christensen
Comment 5 2016-12-07 12:26:00 PST
Note You need to log in before you can comment on or make changes to this bug.