From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- ipc/ipdl/test/gtest/PTestManyChildAllocs.ipdl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ipc/ipdl/test/gtest/PTestManyChildAllocs.ipdl (limited to 'ipc/ipdl/test/gtest/PTestManyChildAllocs.ipdl') diff --git a/ipc/ipdl/test/gtest/PTestManyChildAllocs.ipdl b/ipc/ipdl/test/gtest/PTestManyChildAllocs.ipdl new file mode 100644 index 0000000000..149e5aefab --- /dev/null +++ b/ipc/ipdl/test/gtest/PTestManyChildAllocs.ipdl @@ -0,0 +1,18 @@ +include protocol PTestManyChildAllocsSub; + +namespace mozilla { +namespace _ipdltest { + +[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual] +protocol PTestManyChildAllocs { + manages PTestManyChildAllocsSub; +child: + async Go(); // start allocating + +parent: + async Done(); + async PTestManyChildAllocsSub(); +}; + +} // namespace _ipdltest +} // namespace mozilla -- cgit v1.2.3