gecko-dev/dom/file/ipc
Nika Layzell 406f5cc2d8 Bug 1553270 - Part 1: Store the protocol ID on IProtocol directly, r=froydnj
This allows for the getter to be used in IProtocol's destructor, and generally
brings IProtocol more in line with IToplevelProtocol.

Differential Revision: https://phabricator.services.mozilla.com/D32042

--HG--
extra : moz-landing-system : lando
2019-05-24 20:21:35 +00:00
..
tests
BlobTypes.ipdlh
FileCreatorChild.cpp Bug 1534712 - Port FileCreatorHelper to PBackground, r=smaug 2019-04-26 17:53:07 +00:00
FileCreatorChild.h Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - FileCreator actors, r=qdot 2019-04-26 18:00:33 +00:00
FileCreatorParent.cpp Bug 1548770 - File.createFile() should not assume that the file doesn't exist, r=smaug 2019-05-09 19:26:53 +00:00
FileCreatorParent.h Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - FileCreator actors, r=qdot 2019-04-26 18:00:33 +00:00
IPCBlob.ipdlh
IPCBlobInputStream.cpp Bug 1534712 - Expose mozIIPCBlobInputStream for WebRequestUpload, r=smaug 2019-04-26 17:53:27 +00:00
IPCBlobInputStream.h Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - IPCBlobInputStream actors, r=qdot 2019-04-26 18:04:02 +00:00
IPCBlobInputStreamChild.cpp Bug 1540733 - Create a new IPCBlobInputStreamChild actor when migrating, r=baku 2019-05-02 16:18:51 +00:00
IPCBlobInputStreamChild.h Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - IPCBlobInputStream actors, r=qdot 2019-04-26 18:04:02 +00:00
IPCBlobInputStreamParent.cpp Bug 1540733 - Create a new IPCBlobInputStreamChild actor when migrating, r=baku 2019-05-02 16:18:51 +00:00
IPCBlobInputStreamParent.h Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - IPCBlobInputStream actors, r=qdot 2019-04-26 18:04:02 +00:00
IPCBlobInputStreamStorage.cpp
IPCBlobInputStreamStorage.h Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - IPCBlobInputStream actors, r=qdot 2019-04-26 18:04:02 +00:00
IPCBlobInputStreamThread.cpp Backed out changeset a7cbe0438433 (bug 1540733) for causing browser_ipcBlob_temporary.js and test_wasm_recompile.js to perma fail CLOSED TREE 2019-04-19 00:58:10 +03:00
IPCBlobInputStreamThread.h
IPCBlobUtils.cpp Bug 1553270 - Part 1: Store the protocol ID on IProtocol directly, r=froydnj 2019-05-24 20:21:35 +00:00
IPCBlobUtils.h Bug 1547218 - Part 2: Stop special casing pointer types in ParamTraits specialization, r=froydnj 2019-05-21 17:04:39 +00:00
PFileCreator.ipdl Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - FileCreator actors, r=qdot 2019-04-26 18:00:33 +00:00
PIPCBlobInputStream.ipdl Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - IPCBlobInputStream actors, r=qdot 2019-04-26 18:04:02 +00:00
PPendingIPCBlob.ipdl Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - PendingIPCBlob actors, r=qdot 2019-04-26 18:01:08 +00:00
PTemporaryIPCBlob.ipdl Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - TemporaryIPCBlob actors, r=qdot 2019-04-26 18:01:53 +00:00
PendingIPCBlobChild.cpp
PendingIPCBlobChild.h Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - PendingIPCBlob actors, r=qdot 2019-04-26 18:01:08 +00:00
PendingIPCBlobParent.cpp
PendingIPCBlobParent.h Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - PendingIPCBlob actors, r=qdot 2019-04-26 18:01:08 +00:00
TemporaryIPCBlobChild.cpp
TemporaryIPCBlobChild.h Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - TemporaryIPCBlob actors, r=qdot 2019-04-26 18:01:53 +00:00
TemporaryIPCBlobParent.cpp
TemporaryIPCBlobParent.h Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - TemporaryIPCBlob actors, r=qdot 2019-04-26 18:01:53 +00:00
moz.build Bug 1545758 - Move dom/file IPC components into mozilla::dom namespace - IPCBlobInputStream actors, r=qdot 2019-04-26 18:04:02 +00:00
mozIIPCBlobInputStream.idl Bug 1534712 - Expose mozIIPCBlobInputStream for WebRequestUpload, r=smaug 2019-04-26 17:53:27 +00:00