.. |
BackgroundChild.h
|
Bug 1329797 - Convert PBackground to use endpoints instead of opens. r=billm
|
2017-01-24 11:49:13 -08:00 |
BackgroundChildImpl.cpp
|
Bug 1338574 - Part 3: Use MOZ_CRASH_UNSAFE_PRINTF in IPC glue. r=mrbkap
|
2017-02-21 18:01:48 +01:00 |
BackgroundChildImpl.h
|
Bug 1284674 - Remove NUWA r=cyu
|
2016-08-02 14:54:00 +02:00 |
BackgroundImpl.cpp
|
Bug 1329797 - Convert PBackground to use endpoints instead of opens. r=billm
|
2017-01-24 11:49:13 -08:00 |
BackgroundParent.h
|
Bug 1329797 - Convert PBackground to use endpoints instead of opens. r=billm
|
2017-01-24 11:49:13 -08:00 |
BackgroundParentImpl.cpp
|
Bug 1299500 - Get rid of DeviceStorage API - part 11 - FileSystem, r=ehsan
|
2017-03-08 20:15:45 +01:00 |
BackgroundParentImpl.h
|
Bug 1299500 - Get rid of DeviceStorage API - part 11 - FileSystem, r=ehsan
|
2017-03-08 20:15:45 +01:00 |
BackgroundUtils.cpp
|
Bug 1340710 - Part 6: Store BasePrincipal::{mOriginNoSuffix,mOriginSuffix} as a pair of atoms; r=bholley
|
2017-03-06 22:27:53 -05:00 |
BackgroundUtils.h
|
Bug 1320170 - dom/media should use nsIPrincipal (and PrincipalInfo) instead origin as string, r=rjesup, r=ehsan
|
2017-01-28 18:29:13 +01:00 |
BrowserProcessSubThread.cpp
|
…
|
|
BrowserProcessSubThread.h
|
…
|
|
CrashReporterClient.cpp
|
Store the child process thread id in CrashReporterHost. (bug 1338281 part 2, r=billm)
|
2017-02-15 14:44:29 -08:00 |
CrashReporterClient.h
|
Allow initializing CrashReporterClient shmem through CrashReporterHost. (bug 1338281 part 3, r=billm)
|
2017-02-15 14:44:29 -08:00 |
CrashReporterHost.cpp
|
Switch PPluginModule from PCrashReporter to shmem-based CrashReportHost/Client. (bug 1338281 part 5, r=billm)
|
2017-02-15 14:44:30 -08:00 |
CrashReporterHost.h
|
Switch PPluginModule from PCrashReporter to shmem-based CrashReportHost/Client. (bug 1338281 part 5, r=billm)
|
2017-02-15 14:44:30 -08:00 |
CrashReporterMetadataShmem.cpp
|
Add a PCrashReporter alternative that uses shmem instead of IPDL. (bug 1278717 part 1, r=billm)
|
2016-10-11 14:25:17 -07:00 |
CrashReporterMetadataShmem.h
|
Add a PCrashReporter alternative that uses shmem instead of IPDL. (bug 1278717 part 1, r=billm)
|
2016-10-11 14:25:17 -07:00 |
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
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
CrossProcessMutex_windows.cpp
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
CrossProcessSemaphore.h
|
Bug 1342843 - Enable CrossProcessSemaphore on all BSDs. r=mattwoodrow
|
2017-02-27 05:23:52 +00:00 |
CrossProcessSemaphore_posix.cpp
|
Bug 1287006 - Final bustage followup. r=bustage in a still-CLOSED TREE
|
2017-02-22 20:46:46 -08:00 |
CrossProcessSemaphore_unimplemented.cpp
|
Bug 1287006 - Final bustage followup. r=bustage in a still-CLOSED TREE
|
2017-02-22 20:46:46 -08:00 |
CrossProcessSemaphore_windows.cpp
|
Bug 1287006 - Final bustage followup. r=bustage in a still-CLOSED TREE
|
2017-02-22 20:46:46 -08:00 |
Faulty.cpp
|
Bug 1339306 - Faulty: Use --enable-fuzzing instead of --enable-ipc-fuzzing. r=billm
|
2017-02-14 03:12:10 +01:00 |
Faulty.h
|
…
|
|
FileDescriptor.cpp
|
Bug 1264566 followup - Fix build on VS2015u3.
|
2016-07-26 09:45:44 +10:00 |
FileDescriptor.h
|
Bug 1264566 - Part 1: Refactor FileDescriptor to fix leaks in content processes. r=valentin, r=baku
|
2016-05-27 15:58:51 +08:00 |
FileDescriptorSetChild.cpp
|
Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm
|
2016-11-15 04:26:00 +01:00 |
FileDescriptorSetChild.h
|
Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm
|
2016-11-15 04:26:00 +01:00 |
FileDescriptorSetParent.cpp
|
Bug 1318335 - Replace default bodies of special member functions with = default; in ipc/. r=billm
|
2016-11-17 15:08:41 +02:00 |
FileDescriptorSetParent.h
|
Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm
|
2016-11-15 04:26:00 +01:00 |
FileDescriptorUtils.cpp
|
Bug 1264566 - Part 2: Refactor all usage of FileDescriptor. r=valentin
|
2016-05-27 16:12:51 +08:00 |
FileDescriptorUtils.h
|
Bug 1264566 - Part 2: Refactor all usage of FileDescriptor. r=valentin
|
2016-05-27 16:12:51 +08:00 |
GeckoChildProcessHost.cpp
|
Bug 1320458 - Make logging by sandboxed child processes to a file work on Windows, r=aklotz
|
2017-03-06 17:42:31 +01:00 |
GeckoChildProcessHost.h
|
Bug 1314466 - part 4, update GeckoChildProcessHost to call LaunchAndroidService r=billm
|
2016-11-14 16:45:23 -08:00 |
IOThreadChild.h
|
…
|
|
IPCMessageUtils.cpp
|
Bug 1274431: Fix some non-unified build issues. r=jld
|
2016-08-05 12:00:19 -07:00 |
IPCMessageUtils.h
|
Bug 1335989 - Avoid a second copy when sending substrings through IPC. r=billm
|
2017-02-15 16:26:04 -08:00 |
IPCStream.ipdlh
|
Bug 1268151: Clean up some dependencies in IPDL headers; r=billm
|
2016-05-17 16:01:25 -06:00 |
IPCStreamUtils.cpp
|
Bug 1339713 - Use IPCStream everywhere - part 6 - fixing AutoIPCStream when inputStream is null, r=smaug
|
2017-03-09 14:11:21 +01: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 1339710 - Remove nsIPartialFileInputStream, r=smaug
|
2017-02-22 09:41:51 +01:00 |
InputStreamUtils.cpp
|
Bug 1339710 - Remove nsIPartialFileInputStream, r=smaug
|
2017-02-22 09:41:51 +01:00 |
InputStreamUtils.h
|
…
|
|
MessageChannel.cpp
|
Bug 1333489 - Record time spent waiting on sync IPC. r=billm,francois
|
2017-01-31 21:28:41 +13:00 |
MessageChannel.h
|
Bug 1334228 - Add separate assertions for message channels that haven't been opened. r=kanru
|
2017-01-26 11:48:54 -08:00 |
MessageLink.cpp
|
Fix MessageChannel when constructed with a broken Transport. (bug 1316473, r=billm)
|
2016-11-14 14:54:00 -08:00 |
MessageLink.h
|
Fix MessageChannel when constructed with a broken Transport. (bug 1316473, r=billm)
|
2016-11-14 14:54:00 -08:00 |
MessagePump.cpp
|
Bug 1319850 - part 1, Add MessagePumpForAndroidUI r=nfroyd
|
2016-12-23 09:08:27 -08:00 |
MessagePump.h
|
Bug 1319850 - part 1, Add MessagePumpForAndroidUI r=nfroyd
|
2016-12-23 09:08:27 -08:00 |
Neutering.h
|
Bug 1251936 - followup - add explicit to some Windows-only IPC classes on a CLOSED TREE; r=bustage
|
2016-12-23 10:22:58 -05:00 |
PBackground.ipdl
|
Bug 1284674 - Remove NUWA r=cyu
|
2016-08-02 14:54:00 +02:00 |
PBackgroundSharedTypes.ipdlh
|
Bug 1328653 - Merging all the various *OriginAttributes to just one, r=huseby
|
2017-01-12 17:38:48 +01: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 |
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
|
bug 1303096 - Stop sending sync messages soon after content process start-up r=billm
|
2017-02-05 00:52:38 -05:00 |
ProcessUtils.h
|
Bug 1284674 - Remove NUWA r=cyu
|
2016-08-02 14:54:00 +02:00 |
ProcessUtils_bsd.cpp
|
…
|
|
ProcessUtils_linux.cpp
|
Bug 1284674 - Remove NUWA r=cyu
|
2016-08-02 14:54:00 +02:00 |
ProcessUtils_mac.mm
|
…
|
|
ProcessUtils_none.cpp
|
…
|
|
ProtocolTypes.ipdlh
|
Bug 1268151: Clean up some dependencies in IPDL headers; r=billm
|
2016-05-17 16:01:25 -06:00 |
ProtocolUtils.cpp
|
Bug 1339014 - Add IProtocol::GetActorEventTarget() to Retrieve the EventTarget of the Actor if Set. r=billm
|
2017-02-13 14:04:58 +08:00 |
ProtocolUtils.h
|
Bug 1339014 - Add IProtocol::GetActorEventTarget() to Retrieve the EventTarget of the Actor if Set. r=billm
|
2017-02-13 14:04:58 +08:00 |
ScopedXREEmbed.cpp
|
…
|
|
ScopedXREEmbed.h
|
…
|
|
SendStream.h
|
Bug 1277681 - Send HTTP request bodies in chunks. r=mayhemer
|
2016-09-28 18:38:26 -04:00 |
SendStreamAlloc.h
|
…
|
|
SendStreamChild.cpp
|
Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm
|
2016-11-15 04:26:00 +01:00 |
SendStreamParent.cpp
|
Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm
|
2016-11-15 04:26:00 +01:00 |
SharedMemory.cpp
|
Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm.
|
2016-08-24 15:23:45 +10:00 |
SharedMemory.h
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
SharedMemoryBasic.h
|
…
|
|
SharedMemoryBasic_android.cpp
|
…
|
|
SharedMemoryBasic_android.h
|
…
|
|
SharedMemoryBasic_chromium.h
|
…
|
|
SharedMemoryBasic_mach.h
|
…
|
|
SharedMemoryBasic_mach.mm
|
Bug 1060419 - make SharedMemoryBasic_mach.mm use Printf.h, r=froydnj
|
2016-12-09 14:04:47 -10:00 |
SharedMemory_posix.cpp
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
SharedMemory_windows.cpp
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
Shmem.cpp
|
Bug 1306708 - Rename prio to nested in IPDL (r=dvander)
|
2016-10-04 20:34:54 -07:00 |
Shmem.h
|
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
|
2016-12-02 13:46:53 -08:00 |
StringUtil.cpp
|
…
|
|
TaskFactory.h
|
Bug 1283032 - initialize members from RunnableMethod in constructor. r=billm
|
2016-07-01 16:05:28 +03:00 |
Transport.h
|
Clean up Transport memory management in IPDL. (bug 1283744, r=billm)
|
2016-07-06 18:51:20 -07:00 |
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
|
Clean up Transport memory management in IPDL. (bug 1283744, r=billm)
|
2016-07-06 18:51:20 -07:00 |
Transport_win.h
|
…
|
|
URIParams.ipdlh
|
Bug 1310483 - Implement nsIURIWithQuery for having query part in simple URI, r=valentin
|
2016-11-14 13:04:33 +01:00 |
URIUtils.cpp
|
…
|
|
URIUtils.h
|
…
|
|
WindowsMessageLoop.cpp
|
Bug 1330496 - Followup patch to remove redundant parenthses. r=aklotz
|
2017-02-08 20:33:38 +09:00 |
WindowsMessageLoop.h
|
Bug 1322465 part 6 - Use explicit/MOZ_IMPLICIT for the unary constructors in ipc/. r=aklotz,Ehsan
|
2016-12-16 15:56:04 +08:00 |
moz.build
|
Bug 1342843 - Enable CrossProcessSemaphore on all BSDs. r=mattwoodrow
|
2017-02-27 05:23:52 +00:00 |
nsIIPCBackgroundChildCreateCallback.h
|
…
|
|
nsIIPCSerializableInputStream.h
|
Bug 1294450 - Make AutoIPCStream favour PSendStream for large input streams. r=nfroydj
|
2016-09-29 06:20:00 +02:00 |
nsIIPCSerializableURI.h
|
…
|
|