gecko-dev/ipc/glue
Josh Matthews ee501c8947 Bug 1167730 - Make nsTemporaryFileStream serializable. r=baku 2016-09-23 10:34:42 -04:00
..
BackgroundChild.h
BackgroundChildImpl.cpp
BackgroundChildImpl.h
BackgroundImpl.cpp Bug 1299594 - part 1 - remove CloneManagees/CloneToplevel code from IPDL; r=billm 2016-09-02 16:13:50 -04:00
BackgroundParent.h
BackgroundParentImpl.cpp Bug 1294620 - Use infallible XPIDL attribute getters more. r=erahm. 2016-08-12 15:19:29 +10:00
BackgroundParentImpl.h
BackgroundUtils.cpp Bug 1297687 - Part 2: Allow specifying an OriginAttribute when creating an expanded principal; r=bholley 2016-09-22 13:27:40 -04:00
BackgroundUtils.h
BrowserProcessSubThread.cpp
BrowserProcessSubThread.h
CrossProcessMutex.h
CrossProcessMutex_posix.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
CrossProcessMutex_unimplemented.cpp
CrossProcessMutex_windows.cpp
Faulty.cpp
Faulty.h
FileDescriptor.cpp
FileDescriptor.h
FileDescriptorSetChild.cpp
FileDescriptorSetChild.h Bug 1288997 - memory blob should not be shared across processes - part 1 -PSendStream should use nsIContentChild, r=jld, f=bkelly 2016-09-21 12:27:26 +02:00
FileDescriptorSetParent.cpp
FileDescriptorSetParent.h Bug 1288997 - memory blob should not be shared across processes - part 1 -PSendStream should use nsIContentChild, r=jld, f=bkelly 2016-09-21 12:27:26 +02:00
FileDescriptorUtils.cpp
FileDescriptorUtils.h
GeckoChildProcessHost.cpp Bug 1290619 - Content sandbox rules should use actual profile directory, not Profiles/*/ regex's; r=jimm 2016-08-30 13:32:21 -07:00
GeckoChildProcessHost.h
IOThreadChild.h
IPCMessageUtils.cpp
IPCMessageUtils.h Bug 1297804 - part 3 - avoid array bounds checking when writing nsTArray<T> to messages; r=billm 2016-09-02 16:14:28 -04:00
IPCStream.ipdlh
IPCStreamUtils.cpp Bug 1288997 - memory blob should not be shared across processes - part 1 -PSendStream should use nsIContentChild, r=jld, f=bkelly 2016-09-21 12:27:26 +02:00
IPCStreamUtils.h Bug 1288997 - memory blob should not be shared across processes - part 1 -PSendStream should use nsIContentChild, r=jld, f=bkelly 2016-09-21 12:27:26 +02:00
InputStreamParams.ipdlh Bug 1167730 - Make nsTemporaryFileStream serializable. r=baku 2016-09-23 10:34:42 -04:00
InputStreamUtils.cpp Bug 1167730 - Make nsTemporaryFileStream serializable. r=baku 2016-09-23 10:34:42 -04:00
InputStreamUtils.h
MessageChannel.cpp Don't allow double-closing of IPC channels. (bug 1301481, r=billm) 2016-09-19 19:17:09 -07:00
MessageChannel.h Bug 1301022 - Add an API for annotating pending IPC messages. r=ted 2016-09-20 14:10:43 +08:00
MessageLink.cpp
MessageLink.h
MessagePump.cpp
MessagePump.h
Neutering.h
PBackground.ipdl
PBackgroundSharedTypes.ipdlh Bug 1297687 - Part 2: Allow specifying an OriginAttribute when creating an expanded principal; r=bholley 2016-09-22 13:27:40 -04:00
PBackgroundTest.ipdl
PFileDescriptorSet.ipdl Bug 1288997 - memory blob should not be shared across processes - part 1 -PSendStream should use nsIContentChild, r=jld, f=bkelly 2016-09-21 12:27:26 +02:00
PProcLoader.ipdl
PSendStream.ipdl Bug 1288997 - memory blob should not be shared across processes - part 1 -PSendStream should use nsIContentChild, r=jld, f=bkelly 2016-09-21 12:27:26 +02:00
ProcessChild.cpp
ProcessChild.h
ProcessUtils.h
ProcessUtils_bsd.cpp
ProcessUtils_linux.cpp
ProcessUtils_mac.mm
ProcessUtils_none.cpp
ProtocolTypes.ipdlh
ProtocolUtils.cpp Bug 1299594 - part 3 - remove gProtocolMutex; r=billm 2016-09-02 16:13:50 -04:00
ProtocolUtils.h Allow passing an empty Endpoint over IPDL. (bug 1302009, r=billm) 2016-09-19 19:18:20 -07:00
ScopedXREEmbed.cpp
ScopedXREEmbed.h
SendStream.h Bug 1288997 - memory blob should not be shared across processes - part 1 -PSendStream should use nsIContentChild, r=jld, f=bkelly 2016-09-21 12:27:26 +02:00
SendStreamAlloc.h
SendStreamChild.cpp Bug 1288997 - memory blob should not be shared across processes - part 1 -PSendStream should use nsIContentChild, r=jld, f=bkelly 2016-09-21 12:27:26 +02:00
SendStreamParent.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
SharedMemory.cpp Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm. 2016-08-24 15:23:45 +10:00
SharedMemory.h
SharedMemoryBasic.h
SharedMemoryBasic_android.cpp
SharedMemoryBasic_android.h
SharedMemoryBasic_chromium.h
SharedMemoryBasic_mach.h
SharedMemoryBasic_mach.mm
SharedMemory_posix.cpp
SharedMemory_windows.cpp
Shmem.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
Shmem.h Make ipc::Shmem hold a strong reference to underlying SharedMemory. (bug 1303426 part 1, r=billm) 2016-09-21 22:40:20 -07:00
StringUtil.cpp
TaskFactory.h
Transport.h
Transport_posix.cpp Add crash-report instrumentation to diagnose bug 1293580. r=billm 2016-08-22 22:52:04 -07:00
Transport_posix.h
Transport_win.cpp
Transport_win.h
URIParams.ipdlh
URIUtils.cpp
URIUtils.h
WindowsMessageLoop.cpp Bug 1273635: Follow-up - ensure that MessageChannel's event is reset when signalled; r=jimm, billm 2016-08-14 15:23:12 -06:00
WindowsMessageLoop.h Bug 1287426 Part 2: Remove uneeded base/basictypes.h include from WindowsMessageLoop.h r=jimm 2016-09-06 08:57:20 +01:00
moz.build
nsIIPCBackgroundChildCreateCallback.h
nsIIPCSerializableInputStream.h
nsIIPCSerializableURI.h