gecko-dev/ipc/glue
Stephen A Pohl db9ff55a1c Bug 1348361 - Part 3 - Do not block the thread when spawning a gecko child process; r=jld
They are not yet fully async because ContentParent::InitInternal calls
OtherPid(), which will block until the process is spawned. Deferring the calls
to OtherPid() will be a subject of a follow up patch.

MozReview-Commit-ID: 4TFkMpdQtRw

--HG--
extra : rebase_source : 3e7567679ae04aa4c04ea6f6c146e70417e7ce05
2018-02-16 10:24:21 -05:00
..
BackgroundChild.h Bug 1408333 Get rid of nsIIPCBackgroundChildCreateCallback - part 20 - main part, r=asuth 2017-10-24 12:02:41 +02:00
BackgroundChildImpl.cpp Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
BackgroundChildImpl.h Bug 1201590 - WebMIDI Content implementation; r=baku,padenot 2017-11-15 11:18:58 -08:00
BackgroundImpl.cpp Bug 1408333 Get rid of nsIIPCBackgroundChildCreateCallback - part 20 - main part, r=asuth 2017-10-24 12:02:41 +02:00
BackgroundParent.h Bug 1350637 - Part 8: Implement BackgroundParent::GetLiveActorArray; r=billm 2017-08-08 23:02:16 +02:00
BackgroundParentImpl.cpp Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
BackgroundParentImpl.h Bug 1201590 - WebMIDI Parent/PBackground implementation; r=baku,padenot 2017-11-15 11:19:59 -08:00
BackgroundUtils.cpp Bug 1440701 - Adding in telemetry for upgrading display content. r=ckerschb,valentin 2018-03-04 14:33:33 +00:00
BackgroundUtils.h Bug 1438935 - Serialize selected LoadInfo properties from HTTPChannelParent to HTTPChannelChild through OnStartRequest and Redirect1Begin, r=asuth 2018-03-06 08:07:00 +02:00
BrowserProcessSubThread.cpp Bug 1357451 - Add OS_SOLARIS ifdefs to various IPC code. r=kchen 2017-04-18 08:53:59 -07:00
BrowserProcessSubThread.h Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
ByteBuf.h Bug 1379680. Add an ipc ByteBuf type. r=billm 2017-11-29 10:11:15 -05:00
CrashReporterClient.cpp Bug 1402519 - Remove MOZ_CRASHREPORTER directives from ipc; r=billm 2017-10-10 12:06:35 +02:00
CrashReporterClient.h Bug 1402519 - Remove MOZ_CRASHREPORTER directives from ipc; r=billm 2017-10-10 12:06:35 +02:00
CrashReporterHost.cpp Bug 1402519 - Remove MOZ_CRASHREPORTER directives from ipc; r=billm 2017-10-10 12:06:35 +02:00
CrashReporterHost.h Bug 1402519 - Remove MOZ_CRASHREPORTER directives from ipc; r=billm 2017-10-10 12:06:35 +02:00
CrashReporterMetadataShmem.cpp Bug 1402519 - Remove MOZ_CRASHREPORTER directives from ipc; r=billm 2017-10-10 12:06:35 +02:00
CrashReporterMetadataShmem.h Bug 1402519 - Remove MOZ_CRASHREPORTER directives from ipc; r=billm 2017-10-10 12:06:35 +02:00
CrossProcessMutex.h
CrossProcessMutex_posix.cpp Bug 1356289 - Part 1. Make SharedMemory::SetHandle accept an access rights parameter. r=billm 2017-04-18 12:24:58 -04:00
CrossProcessMutex_unimplemented.cpp
CrossProcessMutex_windows.cpp
CrossProcessSemaphore.h Allocate TextureReadLock at TextureClient creation and drop file handles immediately after. (bug 1416726, r=aosmond) 2018-03-12 08:10:13 -05:00
CrossProcessSemaphore_posix.cpp Allocate TextureReadLock at TextureClient creation and drop file handles immediately after. (bug 1416726, r=aosmond) 2018-03-12 08:10:13 -05:00
CrossProcessSemaphore_unimplemented.cpp Allocate TextureReadLock at TextureClient creation and drop file handles immediately after. (bug 1416726, r=aosmond) 2018-03-12 08:10:13 -05:00
CrossProcessSemaphore_windows.cpp Allocate TextureReadLock at TextureClient creation and drop file handles immediately after. (bug 1416726, r=aosmond) 2018-03-12 08:10:13 -05:00
EnvironmentMap.h Bug 1297740. r=jld 2018-01-08 10:07:16 +01:00
Faulty.cpp Bug 1365321 - remove warnings from faulty r=billm 2017-05-23 08:54:46 -07:00
Faulty.h
FileDescriptor.cpp Bug 1440511 - Part 4: Add an IPDLParamTraits implementation for FileDescriptor, r=froydnj 2018-03-05 16:00:02 -05:00
FileDescriptor.h Bug 1440511 - Part 4: Add an IPDLParamTraits implementation for FileDescriptor, r=froydnj 2018-03-05 16:00:02 -05:00
FileDescriptorSetChild.cpp
FileDescriptorSetChild.h
FileDescriptorSetParent.cpp
FileDescriptorSetParent.h
FileDescriptorUtils.cpp
FileDescriptorUtils.h
GeckoChildProcessHost.cpp Bug 1348361 - Part 3 - Do not block the thread when spawning a gecko child process; r=jld 2018-02-16 10:24:21 -05:00
GeckoChildProcessHost.h Bug 1348361 - Part 3 - Do not block the thread when spawning a gecko child process; r=jld 2018-02-16 10:24:21 -05:00
IOThreadChild.h
IPCMessageUtils.cpp
IPCMessageUtils.h Bug 1431867 - Part 1: Remove some unnecessary complexity from generated IPDL structs, r=mccr8 2018-02-01 11:30:49 -05:00
IPCStream.ipdlh Bug 1353475 - Implement AutoIPCStream with delayed start - part 2 - delayed start, r=smaug 2017-04-24 12:09:39 +02:00
IPCStreamAlloc.h
IPCStreamChild.cpp Bug 1351488 - Simplify IPCStreamSource::DoRead() and remove reallocation of the buffer (r=asuth) 2017-08-29 10:42:33 -05:00
IPCStreamDestination.cpp Bug 1351488 - Simplify IPCStreamSource::DoRead() and remove reallocation of the buffer (r=asuth) 2017-08-29 10:42:33 -05:00
IPCStreamDestination.h Bug 1351488 - Simplify IPCStreamSource::DoRead() and remove reallocation of the buffer (r=asuth) 2017-08-29 10:42:33 -05:00
IPCStreamParent.cpp Bug 1351488 - Simplify IPCStreamSource::DoRead() and remove reallocation of the buffer (r=asuth) 2017-08-29 10:42:33 -05:00
IPCStreamSource.cpp Bug 1435174 - Remove the renaming 'using namespace workers', r=bkelly 2018-02-05 19:55:07 +01:00
IPCStreamSource.h Bug 1432963 - Fixing workers headers - part 14 - WorkerPrivate without workers namespace, r=smaug 2018-01-31 08:24:08 +01:00
IPCStreamUtils.cpp Bug 1443080 - Use the static call for static methods (not instance) r=Ehsan 2018-03-16 14:29:15 +01:00
IPCStreamUtils.h Bug 1440771 - Part 1: Add a ParamTraits impl for nsCOMPtr<nsIInputStream>, r=baku 2018-03-05 16:00:05 -05:00
IPDLParamTraits.h Bug 1440511 - Part 3: Add IPDLParamTraits which supports passing in an actor when {un,}pickling, r=froydnj 2018-03-05 16:00:01 -05:00
InputStreamParams.ipdlh Bug 1403706 - Remove race conditions in temporary blob - part 8 - Remove nsTemporaryFileInputStream, r=smaug 2017-10-05 07:41:43 +02:00
InputStreamUtils.cpp Bug 1414767 - Moving SlicedInputStream under mozilla namespace, r=froydnj 2017-11-07 01:04:06 +01:00
InputStreamUtils.h
MessageChannel.cpp Bug 1423261: Submit IPC protocol names in shutdown crash reports in a way that Socorro is able to display. r=jimm 2018-03-12 11:11:44 -04:00
MessageChannel.h Bug 1418048 - Part 2: Pass callbacks by rvalue reference when possible, a=bustage 2017-11-20 18:12:21 -05:00
MessageLink.cpp Bug 1402519 - Remove MOZ_CRASHREPORTER directives from ipc; r=billm 2017-10-10 12:06:35 +02:00
MessageLink.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
MessagePump.cpp Bug 1404198: Part 2j - Switch to NS_NewTimer* everywhere else. r=njn 2017-09-24 19:57:48 -07:00
MessagePump.h Bug 1391848 - Use nsIEventTarget instead of nsIThread for MessageLoop/Pump (r=kanru) 2017-08-25 10:28:23 -07:00
Neutering.h
PBackground.ipdl Bug 1201590 - WebMIDI IPDL files; r=baku 2017-11-14 22:16:18 -08:00
PBackgroundSharedTypes.ipdlh Bug 1414755 - Get rid of ContentPrincipalInfoOriginNoSuffix, r=bz, r=bkelly 2017-11-15 11:19:26 +01:00
PBackgroundTest.ipdl
PChildToParentStream.ipdl Bug 1351488 - Simplify IPCStreamSource::DoRead() and remove reallocation of the buffer (r=asuth) 2017-08-29 10:42:33 -05:00
PFileDescriptorSet.ipdl
PParentToChildStream.ipdl Bug 1351488 - Simplify IPCStreamSource::DoRead() and remove reallocation of the buffer (r=asuth) 2017-08-29 10:42:33 -05:00
ProcessChild.cpp
ProcessChild.h
ProcessUtils.h
ProcessUtils_bsd.cpp
ProcessUtils_linux.cpp
ProcessUtils_mac.mm
ProcessUtils_none.cpp
ProtocolTypes.ipdlh
ProtocolUtils.cpp Bug 1348361 - Part 3 - Do not block the thread when spawning a gecko child process; r=jld 2018-02-16 10:24:21 -05:00
ProtocolUtils.h Bug 1348361 - Part 3 - Do not block the thread when spawning a gecko child process; r=jld 2018-02-16 10:24:21 -05:00
ScopedXREEmbed.cpp Backed out changeset 582d112281f9 (bug 1403366) 2017-10-04 01:27:07 +02:00
ScopedXREEmbed.h
SharedMemory.cpp
SharedMemory.h Bug 1356289 - Part 1. Make SharedMemory::SetHandle accept an access rights parameter. r=billm 2017-04-18 12:24:58 -04:00
SharedMemoryBasic.h
SharedMemoryBasic_android.cpp Bug 1356289 - Part 1. Make SharedMemory::SetHandle accept an access rights parameter. r=billm 2017-04-18 12:24:58 -04:00
SharedMemoryBasic_android.h Bug 1232119 - Add fuzzer for SharedMemory. r=billm 2017-05-23 22:36:28 +02:00
SharedMemoryBasic_chromium.h Bug 1232119 - Add fuzzer for SharedMemory. r=billm 2017-05-23 22:36:28 +02:00
SharedMemoryBasic_mach.h Bug 1232119 - Add fuzzer for SharedMemory. r=billm 2017-05-23 22:36:28 +02:00
SharedMemoryBasic_mach.mm Bug 1362303: Avoid crashes when dragging on macOS due to failed allocations of large shmem segments. r=glandium 2018-03-06 13:21:54 -05:00
SharedMemory_posix.cpp
SharedMemory_windows.cpp
Shmem.cpp Bug 1445249 - Part 1 - Remove unused aProcessId parameter when deleting shared memory; r=jld 2018-03-13 10:07:18 -04:00
Shmem.h Bug 1445249 - Part 1 - Remove unused aProcessId parameter when deleting shared memory; r=jld 2018-03-13 10:07:18 -04:00
StringUtil.cpp
TaskFactory.h Bug 1412138 - Re-fix mode lines in ipc/chromium and ipc/glue. r=kanru 2017-10-26 16:05:47 -07:00
Transport.h
Transport_posix.cpp
Transport_posix.h
Transport_win.cpp
Transport_win.h
URIParams.ipdlh Bug 1322874 - Get rid of nsIURI.originCharset. r=valentin.gosu 2017-08-02 20:43:30 +09:00
URIUtils.cpp Bug 1415205 - Add nsIURIMutator impls for all objects implementing nsIURI r=bagder 2017-11-20 17:11:30 +01:00
URIUtils.h
WindowsMessageLoop.cpp Backed out 4 changesets (bug 1437167) for build bustages on nsUpdateDriver.cpp and WindowsMessageLoop.cpp on a CLOSED TREE. 2018-03-06 00:09:46 +02:00
WindowsMessageLoop.h
moz.build Bug 1440511 - Part 3: Add IPDLParamTraits which supports passing in an actor when {un,}pickling, r=froydnj 2018-03-05 16:00:01 -05:00
nsIIPCSerializableInputStream.h
nsIIPCSerializableURI.h Bug 1441688 - Remove nsIIPCSerializableURI.Deserialize r=mayhemer 2018-03-05 04:14:44 +01:00