-
- Downloads
Bug 1767514 - Part 2: Increase the attached handle limit for IPC Messages, r=ipc-reviewers,jld
This is made possible by part 1, which made it possible to send more messages using IPC::Channel. A limit is still in place, however it is now substantially higher, hopefully making it effectively unlimited for practical purposes. Differential Revision: https://phabricator.services.mozilla.com/D145392
Showing
- ipc/chromium/src/chrome/common/ipc_message.h 2 additions, 3 deletionsipc/chromium/src/chrome/common/ipc_message.h
- ipc/ipdl/test/gtest/PTestManyHandles.ipdl 15 additions, 0 deletionsipc/ipdl/test/gtest/PTestManyHandles.ipdl
- ipc/ipdl/test/gtest/TestManyHandles.cpp 72 additions, 0 deletionsipc/ipdl/test/gtest/TestManyHandles.cpp
- ipc/ipdl/test/gtest/moz.build 2 additions, 0 deletionsipc/ipdl/test/gtest/moz.build
ipc/ipdl/test/gtest/PTestManyHandles.ipdl
0 → 100644
ipc/ipdl/test/gtest/TestManyHandles.cpp
0 → 100644
Please register or sign in to comment