Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 namespace mozilla {
2 namespace _ipdltest {
4 intr protocol PTestUrgency
5 {
6 parent:
7 sync Test1() returns (uint32_t result);
8 async Test2();
9 sync Test3() returns (uint32_t result);
10 sync FinalTest_Begin();
12 child:
13 async Start();
14 rpc Reply1() returns (uint32_t result);
15 rpc Reply2() returns (uint32_t result);
16 rpc FinalTest_Hang();
17 };
19 } // namespace _ipdltest
20 } // namespace mozilla