Bug 1704628 Part 4: Avoid use of ESC to close context menu in browser_toolbox_content...
[gecko.git] / dom / cache / PCacheStorage.ipdl
blob1f104eaa876a545324971b268f9b1e99cb7dbd20
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PBackground;
6 include protocol PCache;
7 include protocol PCacheOp;
8 include protocol PCacheStreamControl;
9 include protocol PFileDescriptorSet;
10 include protocol PChildToParentStream;
11 include protocol PParentToChildStream;
13 include CacheTypes;
15 namespace mozilla {
16 namespace dom {
17 namespace cache {
19 protocol PCacheStorage
21   manager PBackground;
22   manages PCacheOp;
24 parent:
25   async PCacheOp(CacheOpArgs aOpArgs);
26   async Teardown();
28 child:
29   async __delete__();
32 } // namespace cache
33 } // namespace dom
34 } // namespace mozilla