зеркало из https://github.com/mozilla/gecko-dev.git
Bug 540111, part 4: IPDL-only tests of multi-managers.
--HG-- extra : transplant_source : %D7%A3C%09%80XAvz%BF%AB%E1%D9%CFiG%B4%F4%D6%00
This commit is contained in:
Родитель
a8f218c3e8
Коммит
af3a21670c
|
@ -0,0 +1,8 @@
|
|||
include protocol "multimanDupMgrsMgr.ipdl";
|
||||
|
||||
protocol multimanDupMgrs {
|
||||
manager multimanDupMgrsMgr or multimanDupMgrsMgr;
|
||||
|
||||
child:
|
||||
__delete__();
|
||||
};
|
|
@ -0,0 +1,9 @@
|
|||
include protocol "multimanDupMgrs.ipdl";
|
||||
|
||||
protocol multimanDupMgrsMgr {
|
||||
manages multimanDupMgrs;
|
||||
|
||||
child:
|
||||
multimanDupMgrs();
|
||||
__delete__();
|
||||
};
|
|
@ -0,0 +1,7 @@
|
|||
protocol multimanNonexistentManagers {
|
||||
manager Starsky or Hutch;
|
||||
|
||||
child:
|
||||
Dummy();
|
||||
__delete__();
|
||||
};
|
|
@ -0,0 +1,9 @@
|
|||
include protocol "multiManager1.ipdl";
|
||||
include protocol "multiManager2.ipdl";
|
||||
|
||||
protocol multiManaged {
|
||||
manager multiManager1 or multiManager2;
|
||||
|
||||
child:
|
||||
__delete__();
|
||||
};
|
|
@ -0,0 +1,8 @@
|
|||
include protocol "multiManaged.ipdl";
|
||||
|
||||
protocol multiManager1 {
|
||||
manages multiManaged;
|
||||
|
||||
child:
|
||||
multiManaged();
|
||||
};
|
|
@ -0,0 +1,8 @@
|
|||
include protocol "multiManaged.ipdl";
|
||||
|
||||
protocol multiManager2 {
|
||||
manages multiManaged;
|
||||
|
||||
child:
|
||||
multiManaged();
|
||||
};
|
Загрузка…
Ссылка в новой задаче