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 Bug 1544322 - Part 2.2 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in dom/ r=bzbarsky 2019-04-16 03:53:28 +00:00
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 Bug 1535397 - Part 2 - use native Maybe syntax in place of IPCFileUnion in IDPL; r=baku 2019-03-15 17:09:59 +00:00
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 Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
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 Bug 1534208 - LSNG: DOM File thread and PBackground child for it must be created as soon as possible; r=asuth 2019-03-11 15:35:04 +01:00
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
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
PendingIPCBlobChild.cpp Bug 1535397 - Part 1 - use native Maybe syntax in place of PendingIPCFileUnion in IDPL; r=baku 2019-03-15 17:09:44 +00:00
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 Bug 1535397 - Part 1 - use native Maybe syntax in place of PendingIPCFileUnion in IDPL; r=baku 2019-03-15 17:09:44 +00:00
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
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
TemporaryIPCBlobChild.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
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 Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
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