gecko-dev/ipc/glue
Christoph Diehl 053c555889 Bug 777067 - "Fuzzing: IPC Protocol Definition Language (IPDL) Protocols". r=wmccloskey
--HG--
extra : rebase_source : f256b70d6f81f82339e52ab4f6bc2d9b4b751c08
2016-05-30 16:33:00 +02:00
..
BackgroundChild.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
BackgroundChildImpl.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
BackgroundChildImpl.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
BackgroundImpl.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
BackgroundParent.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
BackgroundParentImpl.cpp Bug 1274363 - BroadcastChannel should dispatch events in the correct order, r=smaug 2016-05-30 10:48:40 +02:00
BackgroundParentImpl.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
BackgroundUtils.cpp Bug 1259871 - Replace getSimpleCodebasePrincipal with createCodebasePrincipal. r=sicking 2016-05-24 18:01:34 +08:00
BackgroundUtils.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
BrowserProcessSubThread.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
BrowserProcessSubThread.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
CrossProcessMutex_posix.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
CrossProcessMutex_unimplemented.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
CrossProcessMutex_windows.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
CrossProcessMutex.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
Faulty.cpp Bug 777067 - "Fuzzing: IPC Protocol Definition Language (IPDL) Protocols". r=wmccloskey 2016-05-30 16:33:00 +02:00
Faulty.h Bug 777067 - "Fuzzing: IPC Protocol Definition Language (IPDL) Protocols". r=wmccloskey 2016-05-30 16:33:00 +02:00
FileDescriptor.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
FileDescriptor.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
FileDescriptorSetChild.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
FileDescriptorSetChild.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
FileDescriptorSetParent.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
FileDescriptorSetParent.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
FileDescriptorUtils.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
FileDescriptorUtils.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
GeckoChildProcessHost.cpp Bug 1278528: Don't try to initialize the sandbox TargetServices when we are not sandboxed. r=jimm 2016-06-07 14:03:51 +01:00
GeckoChildProcessHost.h Bug 1114647 - Use firefox for child processes instead of plugin-container. r=ted 2016-06-03 12:49:39 -07:00
InputStreamParams.ipdlh
InputStreamUtils.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
InputStreamUtils.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
IOThreadChild.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
IPCMessageUtils.cpp Bug 1268130, part 1 - Reimplement ByteLengthIsValid using CheckedInt. r=froydnj 2016-04-28 10:00:46 -07:00
IPCMessageUtils.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
IPCStream.ipdlh Bug 1093357 P2 Add an RAII type to safely handle serialized stream actors. r=jld 2016-05-15 10:32:09 -07:00
IPCStreamUtils.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
IPCStreamUtils.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
MessageChannel.cpp Bug 1262671 - Use BufferList for Pickle (r=froydnj) 2016-05-27 09:57:41 -07:00
MessageChannel.h Bug 1273307 - Remove copy constructor/assignment operator for Message/Pickle (r=froydnj) 2016-05-27 09:57:35 -07:00
MessageLink.cpp Bug 1274404 - Annotate IPC message name and size when crashing due to message size. r=mccr8 2016-05-23 11:15:47 -07:00
MessageLink.h Bug 1261094 - Improve how MessageChannel::mInterruptStack is used in IPC code, r=jld 2016-04-28 07:21:49 +08:00
MessagePump.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
MessagePump.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
moz.build Bug 777067 - "Fuzzing: IPC Protocol Definition Language (IPDL) Protocols". r=wmccloskey 2016-05-30 16:33:00 +02:00
Neutering.h Bug 1213567: Prevent neutering from occurring during CreateWindow(Ex) calls; r=jimm 2015-10-17 13:28:53 -06:00
nsIIPCBackgroundChildCreateCallback.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
nsIIPCSerializableInputStream.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
nsIIPCSerializableURI.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
PBackground.ipdl Bug 1093357 P1 Implement an actor for streaming pipes from child to parent. r=jld 2016-05-15 10:32:09 -07:00
PBackgroundSharedTypes.ipdlh Bug 1263496 - Part 2: fix for NS_NULLPRINCIPAL_CONTRACTID. r=bholley 2016-04-27 18:38:03 +08:00
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 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
ProcessChild.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
ProcessUtils_bsd.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
ProcessUtils_linux.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
ProcessUtils_mac.mm
ProcessUtils_none.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
ProcessUtils.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
ProtocolTypes.ipdlh
ProtocolUtils.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
ProtocolUtils.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
PSendStream.ipdl Bug 1093357 P1 Implement an actor for streaming pipes from child to parent. r=jld 2016-05-15 10:32:09 -07:00
ScopedXREEmbed.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
ScopedXREEmbed.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
SendStream.h Bug 1093357 P1 Implement an actor for streaming pipes from child to parent. r=jld 2016-05-15 10:32:09 -07:00
SendStreamAlloc.h Bug 1093357 P1 Implement an actor for streaming pipes from child to parent. r=jld 2016-05-15 10:32:09 -07:00
SendStreamChild.cpp Bug 1093357 P1 Implement an actor for streaming pipes from child to parent. r=jld 2016-05-15 10:32:09 -07:00
SendStreamParent.cpp Bug 1093357 P1 Implement an actor for streaming pipes from child to parent. r=jld 2016-05-15 10:32:09 -07:00
SharedMemory_posix.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
SharedMemory_windows.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
SharedMemory.cpp Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
SharedMemory.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
SharedMemoryBasic_android.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
SharedMemoryBasic_android.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
SharedMemoryBasic_chromium.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
SharedMemoryBasic_mach.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07: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 Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
Shmem.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
Shmem.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
StringUtil.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
Transport_posix.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
Transport_posix.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
Transport_win.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
Transport_win.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
Transport.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
URIParams.ipdlh Bug 1131406 - Fix IPC serialization for nsHostObjectURI. r=billm 2015-03-06 22:33:00 +01:00
URIUtils.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
URIUtils.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
WindowsMessageLoop.cpp Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
WindowsMessageLoop.h Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00