gecko-dev/ipc/glue
Kan-Ru Chen f8100451db Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm
We will use the new type for the generated IPDL message handler
prototype to make sure correct error handling method is called.

MozReview-Commit-ID: AzVbApxFGZ0
2016-11-15 04:26:00 +01:00
..
BackgroundChild.h Bug 1283327: Factor out SynchronouslyCreatePBackground. r=billm 2016-06-30 13:54:06 -07:00
BackgroundChildImpl.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
BackgroundChildImpl.h Bug 1284674 - Remove NUWA r=cyu 2016-08-02 14:54:00 +02:00
BackgroundImpl.cpp Bug 1312960 - Remove FlushPendingInterruptQueue (r=dvander) 2016-10-30 22:04:02 -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 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
BackgroundParentImpl.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
BackgroundUtils.cpp Bug 1308889 - Try to explicitly pass aTriggeringPrincipal and aPrincipalToInherit to DoURILoad(). r=bz 2016-11-08 07:23:12 +01: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 1277705 - Remove chromium notification service (r=dvander) 2016-06-24 13:15:20 -07:00
BrowserProcessSubThread.h Bug 1277705 - Remove chromium notification service (r=dvander) 2016-06-24 13:15:20 -07:00
CrashReporterClient.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
CrashReporterClient.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
CrashReporterHost.cpp Add GPU process support to the crash reporting service. (bug 1278717, r=ted) 2016-10-14 23:59:29 -07:00
CrashReporterHost.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
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_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 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 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01: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 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 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.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 1314466 - part 4, update GeckoChildProcessHost to call LaunchAndroidService r=billm 2016-11-14 16:45:23 -08:00
GeckoChildProcessHost.h Bug 1314466 - part 4, update GeckoChildProcessHost to call LaunchAndroidService r=billm 2016-11-14 16:45:23 -08: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 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 1274431: Fix some non-unified build issues. r=jld 2016-08-05 12:00:19 -07:00
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 Bug 1268151: Clean up some dependencies in IPDL headers; r=billm 2016-05-17 16:01:25 -06:00
IPCStreamUtils.cpp Bug 1309823 - Forget file descriptors before starting actor destruction. r=billm 2016-10-14 08:27:28 +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
MessageChannel.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
MessageChannel.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
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 1284674 - Remove NUWA r=cyu 2016-08-02 14:54:00 +02:00
MessagePump.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
moz.build Add a PCrashReporter alternative that uses shmem instead of IPDL. (bug 1278717 part 1, r=billm) 2016-10-11 14:25:17 -07:00
Neutering.h
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 1294450 - Make AutoIPCStream favour PSendStream for large input streams. r=nfroydj 2016-09-29 06:20:00 +02: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 1284674 - Remove NUWA r=cyu 2016-08-02 14:54:00 +02:00
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
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 1284674 - Remove NUWA r=cyu 2016-08-02 14:54:00 +02: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 1284674 - Remove NUWA r=cyu 2016-08-02 14:54:00 +02:00
ProtocolTypes.ipdlh Bug 1268151: Clean up some dependencies in IPDL headers; r=billm 2016-05-17 16:01:25 -06:00
ProtocolUtils.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
ProtocolUtils.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
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
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 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
SendStream.h Bug 1277681 - Send HTTP request bodies in chunks. r=mayhemer 2016-09-28 18:38:26 -04: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 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_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 1297658 - Avoid unnecessary checking in memory reporters. r=erahm. 2016-08-24 15:23:45 +10: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 1264073 - Remove assertion in SharedMemoryBasic that we didn't initialise fast enough. r=billm 2016-10-21 12:53:00 -04: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 1306708 - Rename prio to nested in IPDL (r=dvander) 2016-10-04 20:34:54 -07: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 Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
TaskFactory.h Bug 1283032 - initialize members from RunnableMethod in constructor. r=billm 2016-07-01 16:05:28 +03: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 Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
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 Bug 1276318, part 2 - Fix mode lines in ipc/glue. r=billm 2016-05-27 14:54:31 -07:00
Transport.h Clean up Transport memory management in IPDL. (bug 1283744, r=billm) 2016-07-06 18:51:20 -07:00
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 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 792652 - Remove methods from MessageListener (r=dvander) 2016-11-08 15:22:36 -08: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