tor-browser

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

PTestDescendantSubsub.ipdl (246B)


      1 include protocol PTestDescendantSub;
      2 
      3 namespace mozilla {
      4 namespace _ipdltest {
      5 
      6 [ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
      7 async protocol PTestDescendantSubsub {
      8     manager PTestDescendantSub;
      9 child:
     10     async __delete__();
     11 };
     12 
     13 }
     14 }