summaryrefslogtreecommitdiffstats
path: root/dom/ipc/IPCTransferable.ipdlh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:14 +0000
commit8dd16259287f58f9273002717ec4d27e97127719 (patch)
tree3863e62a53829a84037444beab3abd4ed9dfc7d0 /dom/ipc/IPCTransferable.ipdlh
parentReleasing progress-linux version 126.0.1-1~progress7.99u1. (diff)
downloadfirefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz
firefox-8dd16259287f58f9273002717ec4d27e97127719.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/ipc/IPCTransferable.ipdlh')
-rw-r--r--dom/ipc/IPCTransferable.ipdlh9
1 files changed, 3 insertions, 6 deletions
diff --git a/dom/ipc/IPCTransferable.ipdlh b/dom/ipc/IPCTransferable.ipdlh
index 1e277d05dd..9eecbf2dce 100644
--- a/dom/ipc/IPCTransferable.ipdlh
+++ b/dom/ipc/IPCTransferable.ipdlh
@@ -7,6 +7,7 @@
include "mozilla/GfxMessageUtils.h";
include "mozilla/dom/PermissionMessageUtils.h";
+include DOMTypes;
include IPCBlob;
include NeckoChannelParams;
@@ -42,11 +43,7 @@ struct IPCTransferableDataInputStream
struct IPCTransferableDataImageContainer
{
- BigBuffer data;
- uint32_t width;
- uint32_t height;
- uint32_t stride;
- SurfaceFormat format;
+ IPCImage image;
};
struct IPCTransferableDataBlob
@@ -83,7 +80,7 @@ struct IPCTransferable
{
IPCTransferableData data;
bool isPrivateData;
- nullable nsIPrincipal requestingPrincipal;
+ nullable nsIPrincipal dataPrincipal;
CookieJarSettingsArgs? cookieJarSettings;
nsContentPolicyType contentPolicyType;
nullable nsIReferrerInfo referrerInfo;