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 include protocol PTestSelfManageRoot;
3 namespace mozilla {
4 namespace _ipdltest {
7 protocol PTestSelfManage {
8 manager PTestSelfManageRoot or PTestSelfManage;
9 manages PTestSelfManage;
11 child:
12 PTestSelfManage();
13 __delete__();
15 state LIVE:
16 send PTestSelfManage goto LIVE;
17 send __delete__;
18 };
21 } // namespace mozilla
22 } // namespace _ipdltest