gecko/ipc/glue
2020-11-26 12:49:49 +01:00
..
BackgroundChild.h
BackgroundChildImpl.cpp Bug 961049 - Part 8: Move getFileReferences() from PContent under new protocol PBackgroundIndexedDBUtils; r=baku 2015-11-22 10:44:33 +01:00
BackgroundChildImpl.h Bug 961049 - Part 8: Move getFileReferences() from PContent under new protocol PBackgroundIndexedDBUtils; r=baku 2015-11-22 10:44:33 +01:00
BackgroundImpl.cpp
BackgroundParent.h
BackgroundParentImpl.cpp Bug 1183959 - Move FlushPendingFileDeletions() from PContent to PBackground; r=khuey 2016-02-10 16:11:25 +01:00
BackgroundParentImpl.h Bug 1183959 - Move FlushPendingFileDeletions() from PContent to PBackground; r=khuey 2016-02-10 16:11:25 +01:00
BackgroundUtils.cpp Bug 1233098 - Refactor CSP upgrade insecure requests flag within loadInfo (r=sicking) 2016-01-14 12:38:15 -08:00
BackgroundUtils.h
BrowserProcessSubThread.cpp
BrowserProcessSubThread.h
CrossProcessMutex_posix.cpp Bug 1245241 - part 1 - Close Shmem file handles after mapping them when possible to reduce exhaustion issues. r=billm 2016-02-18 10:56:15 -05:00
CrossProcessMutex_unimplemented.cpp
CrossProcessMutex_windows.cpp
CrossProcessMutex.h Bug 1252246 - Try to use PTHREAD_PROCESS_SHARED for CrossProcessMutex on more Unices. r=glandium f=kats 2016-02-29 21:34:46 +00:00
FileDescriptor.cpp
FileDescriptor.h
FileDescriptorSetChild.cpp
FileDescriptorSetChild.h
FileDescriptorSetParent.cpp
FileDescriptorSetParent.h
FileDescriptorUtils.cpp
FileDescriptorUtils.h
GeckoChildProcessHost.cpp ipc/glue: Don't compare pointer to int. 2020-11-26 12:49:49 +01:00
GeckoChildProcessHost.h Bug 1235633 - IPC OOM mitigation by eliminating buffer copying (r=jld,a=ritu) 2016-04-20 12:01:57 -07:00
InputStreamParams.ipdlh
InputStreamUtils.cpp
InputStreamUtils.h
IOThreadChild.h
IPCMessageUtils.cpp Bug 1268130, part 1 - Reimplement ByteLengthIsValid using CheckedInt. r=froydnj a=ritu 2016-04-28 10:00:46 -07:00
IPCMessageUtils.h Bug 1269365 - Part 3 - Use infallible array allocation in implementSpecialArrayPickling. r=froydnj, a=ritu 2016-05-03 09:29:39 -07:00
MessageChannel.cpp Bug 1268938 - Use the name of the original message in Send for reply telemetry. r=billm a=ritu 2016-05-02 20:37:40 -07:00
MessageChannel.h Bug 1235633 - IPC OOM mitigation by eliminating buffer copying (r=jld,a=ritu) 2016-04-20 12:01:57 -07:00
MessageLink.cpp Bug 1235633 - IPC OOM mitigation by eliminating buffer copying (r=jld,a=ritu) 2016-04-20 12:01:57 -07:00
MessageLink.h Bug 1235633 - IPC OOM mitigation by eliminating buffer copying (r=jld,a=ritu) 2016-04-20 12:01:57 -07:00
MessagePump.cpp Bug 1243430 - remove stray carriage returns from MessagePump.cpp; r=me 2016-01-26 11:30:03 -05:00
MessagePump.h Bug 1233061 - add override declarations for MessagePumpForNonMainUIThreads; r=billm 2015-12-16 10:46:06 -05:00
moz.build Bug 1268130, part 1 - Reimplement ByteLengthIsValid using CheckedInt. r=froydnj a=ritu 2016-04-28 10:00:46 -07:00
Neutering.h
nsIIPCBackgroundChildCreateCallback.h
nsIIPCSerializableInputStream.h
nsIIPCSerializableURI.h
PBackground.ipdl Bug 1183959 - Move FlushPendingFileDeletions() from PContent to PBackground; r=khuey 2016-02-10 16:11:25 +01:00
PBackgroundSharedTypes.ipdlh
PBackgroundTest.ipdl Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm) 2016-01-28 20:56:37 -08:00
PFileDescriptorSet.ipdl Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm) 2016-01-28 20:56:37 -08:00
PProcLoader.ipdl
ProcessChild.cpp
ProcessChild.h
ProcessUtils_bsd.cpp
ProcessUtils_linux.cpp
ProcessUtils_mac.mm
ProcessUtils_none.cpp
ProcessUtils.h
ProtocolTypes.ipdlh
ProtocolUtils.cpp Bug 1258317 - Part 1: Annotate the crash report with process information on failure to transfer an IPC transport to another process. r=krizsa, a=ritu 2016-04-23 13:04:59 +02:00
ProtocolUtils.h Bug 1258317 - Part 1: Annotate the crash report with process information on failure to transfer an IPC transport to another process. r=krizsa, a=ritu 2016-04-23 13:04:59 +02:00
ScopedXREEmbed.cpp
ScopedXREEmbed.h
SharedMemory_posix.cpp
SharedMemory_windows.cpp
SharedMemory.cpp
SharedMemory.h Bug 1245241 - part 4 - move SharedMemorySysV details into nsShmImage. r=nical 2016-02-18 10:56:15 -05:00
SharedMemoryBasic_android.cpp Bug 1245241 - fix SharedMemoryBasic_android CloseHandle to null out handle. r=billm a=kwierso 2016-02-22 14:47:46 -05:00
SharedMemoryBasic_android.h Bug 1245241 - part 1 - Close Shmem file handles after mapping them when possible to reduce exhaustion issues. r=billm 2016-02-18 10:56:15 -05:00
SharedMemoryBasic_chromium.h Bug 1245241 - part 1 - Close Shmem file handles after mapping them when possible to reduce exhaustion issues. r=billm 2016-02-18 10:56:15 -05:00
SharedMemoryBasic_mach.h Bug 1245241 - part 1 - Close Shmem file handles after mapping them when possible to reduce exhaustion issues. r=billm 2016-02-18 10:56:15 -05:00
SharedMemoryBasic_mach.mm Bug 1245241 - part 1 - Close Shmem file handles after mapping them when possible to reduce exhaustion issues. r=billm 2016-02-18 10:56:15 -05:00
SharedMemoryBasic.h
Shmem.cpp Bug 1245241 - part 2 - remove TYPE_SYSV Shmems from IPDL. r=billm 2016-02-18 10:56:15 -05:00
Shmem.h Bug 1245241 - part 3 - remove unused AdoptShmem from IPDL. r=billm 2016-02-18 10:56:15 -05:00
StringUtil.cpp
Transport_posix.cpp Bug 1258663 - Crash annotate system call failures in the IPC transport. r=gabor, a=ritu 2016-04-01 14:33:52 +08:00
Transport_posix.h
Transport_win.cpp Bug 1258317 - Part 1: Annotate the crash report with process information on failure to transfer an IPC transport to another process. r=krizsa, a=ritu 2016-04-23 13:04:59 +02:00
Transport_win.h Bug 1223240 - Make it easier to set up top-level protocols (r=jld) 2015-12-23 12:29:39 -08:00
Transport.h Bug 1223240 - Make it easier to set up top-level protocols (r=jld) 2015-12-23 12:29:39 -08:00
URIParams.ipdlh
URIUtils.cpp
URIUtils.h
WindowsMessageLoop.cpp Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj 2016-02-02 17:36:30 +02:00
WindowsMessageLoop.h