tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

PTestSelfManage.ipdl (358B)


      1 include protocol PTestSelfManageRoot;
      2 
      3 namespace mozilla {
      4 namespace _ipdltest {
      5 
      6 [ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
      7 protocol PTestSelfManage {
      8     manager PTestSelfManageRoot or PTestSelfManage;
      9     manages PTestSelfManage;
     10 
     11 child:
     12     async PTestSelfManage();
     13     async __delete__();
     14 };
     15 
     16 } // namespace mozilla
     17 } // namespace _ipdltest