gecko-dev/ipc/glue
Andrew McCreight 60582081ac Bug 1264662 - Record IPC message capacity instead of size. r=billm
Capacity includes internal fragmentation, while size does not.

This requires making capacity() public, but that seems benign.
2016-04-14 17:46:52 -07:00
..
BackgroundChild.h
BackgroundChildImpl.cpp Bug 1258221 - patch 3 - Rename FileSystemTaskBase to FileSystemTaskChildBase, r=smaug 2016-04-09 19:17:28 +01:00
BackgroundChildImpl.h Bug 1258221 - patch 2 - Port FileSystem API and DeviceStorage API to PBackground, r=smaug 2016-04-09 19:17:02 +01:00
BackgroundImpl.cpp Bug 1263311: Part 3 - s/nsCancelableRunnable/CancelableRunnable/g. r=froydnj 2016-04-11 11:40:06 -07:00
BackgroundParent.h Bug 1257032: Make files in dom/workers actually build without unification. r=baku 2016-03-16 11:51:11 -07:00
BackgroundParentImpl.cpp Bug 1258221 - patch 2 - Port FileSystem API and DeviceStorage API to PBackground, r=smaug 2016-04-09 19:17:02 +01:00
BackgroundParentImpl.h Bug 1258221 - patch 2 - Port FileSystem API and DeviceStorage API to PBackground, r=smaug 2016-04-09 19:17:02 +01:00
BackgroundUtils.cpp Bug 1105556 - Allow loadInfo->loadingNode and loadInfo->loadingPrincipal to be null for TYPE_DOCUMENT loads. r=sicking, ckerschb 2016-04-13 16:30:16 -07:00
BackgroundUtils.h
BrowserProcessSubThread.cpp
BrowserProcessSubThread.h
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
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
FileDescriptor.cpp Bug 1253094, part 3 - Stop using DebugOnly for class/struct members in ipc/. r=billm 2016-02-26 15:52:07 +00:00
FileDescriptor.h Bug 1253094, part 3 - Stop using DebugOnly for class/struct members in ipc/. r=billm 2016-02-26 15:52:07 +00:00
FileDescriptorSetChild.cpp
FileDescriptorSetChild.h
FileDescriptorSetParent.cpp
FileDescriptorSetParent.h
FileDescriptorUtils.cpp
FileDescriptorUtils.h
GeckoChildProcessHost.cpp Bug 1245789 - Load Widevine CDM with sandbox level USER_RESTRICTED instead of USER_LOCKDOWN. r=bobowen 2016-04-12 16:12:20 +12:00
GeckoChildProcessHost.h Revert "Bug 1261416 - Rename firefox-plugin-container back to plugin-container to satisfy Flash's protected mode checks, and ensure that we launch the correct binary r=ted" because of widespread breakage due to whitelisted executable names in third parties 2016-04-08 13:33:27 -04:00
IOThreadChild.h
IPCMessageUtils.h Bug 1258312 - Add crash annotation to EnumSerializer r=jld 2016-03-30 12:32:26 +08:00
InputStreamParams.ipdlh
InputStreamUtils.cpp
InputStreamUtils.h
MessageChannel.cpp Bug 1264662 - Record IPC message capacity instead of size. r=billm 2016-04-14 17:46:52 -07:00
MessageChannel.h Bug 1260736 - Let the client to filter out its interested messages to lower the number of times entering the monitor in PeekMessages(). r=dvander 2016-04-13 09:51:34 +08:00
MessageLink.cpp Bug 1235633 - IPC OOM mitigation by eliminating buffer copying (r=jld) 2016-04-07 17:15:26 -07:00
MessageLink.h Bug 1235633 - IPC OOM mitigation by eliminating buffer copying (r=jld) 2016-04-07 17:15:26 -07:00
MessagePump.cpp Bug 1263311: Part 3 - s/nsCancelableRunnable/CancelableRunnable/g. r=froydnj 2016-04-11 11:40:06 -07:00
MessagePump.h Bug 1222101 - Reorder some thread code (r=jld) a=kwierso 2016-03-30 12:20:20 -07:00
Neutering.h
PBackground.ipdl Bug 1258221 - patch 2 - Port FileSystem API and DeviceStorage API to PBackground, r=smaug 2016-04-09 19:17:02 +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 Bug 1263499 - unify the QuickExit function, r=bsmedberg 2016-04-11 16:12:33 +08:00
ProcessChild.h Bug 1263499 - unify the QuickExit function, r=bsmedberg 2016-04-11 16:12:33 +08:00
ProcessUtils.h
ProcessUtils_bsd.cpp
ProcessUtils_linux.cpp Bug 1257786 - Proper init of LogModule for Nuwa r=khuey 2016-03-22 15:02:39 +01:00
ProcessUtils_mac.mm
ProcessUtils_none.cpp
ProtocolTypes.ipdlh
ProtocolUtils.cpp Bug 1262463 - part 3 - out-of-line NS_RUNTIMEABORT calls in IPDL-generated code; r=jld 2016-04-06 10:53:06 -04:00
ProtocolUtils.h Bug 1262463 - part 3 - out-of-line NS_RUNTIMEABORT calls in IPDL-generated code; r=jld 2016-04-06 10:53:06 -04:00
ScopedXREEmbed.cpp
ScopedXREEmbed.h
SharedMemory.cpp
SharedMemory.h Bug 1245241 - part 4 - move SharedMemorySysV details into nsShmImage. r=nical 2016-02-18 10:56:15 -05:00
SharedMemoryBasic.h
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
SharedMemory_posix.cpp
SharedMemory_windows.cpp
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.h Bug 1223240 - Make it easier to set up top-level protocols (r=jld) 2015-12-23 12:29:39 -08:00
Transport_posix.cpp Bug 1258663 - Crash annotate system call failures in the IPC transport. r=gabor 2016-04-01 14:33:52 +08:00
Transport_posix.h
Transport_win.cpp Bug 1258663 - Crash annotate system call failures in the IPC transport. r=gabor 2016-04-01 14:33:52 +08: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
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
moz.build Revert "Bug 1114647 - Rename "plugin-container" to "firefox-webcontent" and create a new executable target for Win32 called "firefox-plugin-container" r=ted,jhamer" because of widespread breakage due to whitelisted executable names in third parties 2016-04-08 13:34:40 -04:00
nsIIPCBackgroundChildCreateCallback.h
nsIIPCSerializableInputStream.h
nsIIPCSerializableURI.h