Bug 1359005 - Cleanup the use of PBlob in StructuredCloneHolder - part 1 - protocols, r=smaug
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
include protocol PBackground;
|
||||
include protocol PBlob;
|
||||
include protocol PChildToParentStream;
|
||||
include protocol PFileDescriptorSet;
|
||||
include protocol PIPCBlobInputStream;
|
||||
include protocol PParentToChildStream;
|
||||
include protocol PChildToParentStream; // FIXME: bug 792908
|
||||
include protocol PFileDescriptorSet; // FIXME: bug 792908
|
||||
include protocol PIPCBlobInputStream; // FIXME: bug 792908
|
||||
include protocol PParentToChildStream; // FIXME: bug 792908
|
||||
|
||||
include DOMTypes;
|
||||
|
||||
using struct mozilla::SerializedStructuredCloneBuffer from "ipc/IPCMessageUtils.h";
|
||||
|
||||
1
dom/cache/PCache.ipdl
vendored
1
dom/cache/PCache.ipdl
vendored
@@ -3,7 +3,6 @@
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
include protocol PBackground;
|
||||
include protocol PBlob; // FIXME: bug 792908
|
||||
include protocol PCacheOp;
|
||||
include protocol PCacheStreamControl;
|
||||
include protocol PFileDescriptorSet;
|
||||
|
||||
1
dom/cache/PCacheStorage.ipdl
vendored
1
dom/cache/PCacheStorage.ipdl
vendored
@@ -3,7 +3,6 @@
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
include protocol PBackground;
|
||||
include protocol PBlob; // FIXME: bug 792908
|
||||
include protocol PCache;
|
||||
include protocol PCacheOp;
|
||||
include protocol PCacheStreamControl;
|
||||
|
||||
@@ -3,11 +3,10 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
include protocol PBackground;
|
||||
include protocol PChildToParentStream;
|
||||
include protocol PFileDescriptorSet;
|
||||
include protocol PIPCBlobInputStream;
|
||||
include protocol PParentToChildStream;
|
||||
include protocol PBlob;
|
||||
include protocol PChildToParentStream; // FIXME: bug 792908
|
||||
include protocol PFileDescriptorSet; // FIXME: bug 792908
|
||||
include protocol PIPCBlobInputStream; // FIXME: bug 792908
|
||||
include protocol PParentToChildStream; // FIXME: bug 792908
|
||||
|
||||
include DOMTypes;
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
include protocol PNecko;
|
||||
include protocol PBackground;
|
||||
include protocol PBlob; //FIXME: bug #792908
|
||||
include protocol PFileDescriptorSet; // FIXME: bug #792908
|
||||
include protocol PChildToParentStream; //FIXME: bug #792908
|
||||
include protocol PParentToChildStream; //FIXME: bug #792908
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
#include "mozilla/dom/File.h"
|
||||
#include "mozilla/dom/ipc/BlobChild.h"
|
||||
#include "mozilla/dom/ipc/BlobParent.h"
|
||||
#include "mozilla/dom/ipc/nsIRemoteBlob.h"
|
||||
#include "mozilla/ipc/ProtocolTypes.h"
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsCOMPtr.h"
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
include protocol PBlob;
|
||||
include ProtocolTypes;
|
||||
|
||||
using struct mozilla::void_t
|
||||
|
||||
@@ -18,7 +18,6 @@ include protocol PTCPServerSocket;
|
||||
include protocol PUDPSocket;
|
||||
include protocol PDNSRequest;
|
||||
include protocol PChannelDiverter;
|
||||
include protocol PBlob; //FIXME: bug #792908
|
||||
include protocol PFileDescriptorSet;
|
||||
include protocol PDataChannel;
|
||||
include protocol PTransportProvider;
|
||||
|
||||
@@ -10,7 +10,6 @@ include URIParams;
|
||||
|
||||
//FIXME: bug #792908 (NeckoChannelParams already included by PNecko)
|
||||
include NeckoChannelParams;
|
||||
include protocol PBlob; //FIXME: bug #792908
|
||||
|
||||
using PRTime from "prtime.h";
|
||||
|
||||
|
||||
@@ -12,8 +12,6 @@ include PBackgroundSharedTypes;
|
||||
include NeckoChannelParams;
|
||||
include PURLClassifierInfo;
|
||||
|
||||
include protocol PBlob; //FIXME: bug #792908
|
||||
|
||||
include "mozilla/net/NeckoMessageUtils.h";
|
||||
|
||||
using class nsHttpHeaderArray from "nsHttpHeaderArray.h";
|
||||
|
||||
@@ -12,7 +12,6 @@ include IPCStream;
|
||||
include URIParams;
|
||||
include NeckoChannelParams;
|
||||
|
||||
include protocol PBlob; //FIXME: bug #792908
|
||||
include protocol PFileDescriptorSet; //FIXME: bug #792908
|
||||
include protocol PChildToParentStream; //FIXME: bug #792908
|
||||
include protocol PParentToChildStream; //FIXME: bug #792908
|
||||
|
||||
Reference in New Issue
Block a user