.. |
BackgroundChild.h
|
|
|
BackgroundChildImpl.cpp
|
Bug 961049 - Part 8: Move getFileReferences() from PContent under new protocol PBackgroundIndexedDBUtils; r=baku
|
2015-11-22 10:44:33 +01:00 |
BackgroundChildImpl.h
|
Bug 961049 - Part 8: Move getFileReferences() from PContent under new protocol PBackgroundIndexedDBUtils; r=baku
|
2015-11-22 10:44:33 +01:00 |
BackgroundImpl.cpp
|
|
|
BackgroundParent.h
|
|
|
BackgroundParentImpl.cpp
|
Bug 1183959 - Move FlushPendingFileDeletions() from PContent to PBackground; r=khuey
|
2016-02-10 16:11:25 +01:00 |
BackgroundParentImpl.h
|
Bug 1183959 - Move FlushPendingFileDeletions() from PContent to PBackground; r=khuey
|
2016-02-10 16:11:25 +01:00 |
BackgroundUtils.cpp
|
Bug 1233098 - Refactor CSP upgrade insecure requests flag within loadInfo (r=sicking)
|
2016-01-14 12:38:15 -08:00 |
BackgroundUtils.h
|
Bug 1209162 - Create OriginAttributes subtypes. IGNORE IDL r=sicking.
|
2015-11-03 09:50:54 +08:00 |
BrowserProcessSubThread.cpp
|
|
|
BrowserProcessSubThread.h
|
|
|
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
|
|
|
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 |
FileDescriptor.cpp
|
|
|
FileDescriptor.h
|
|
|
FileDescriptorSetChild.cpp
|
|
|
FileDescriptorSetChild.h
|
|
|
FileDescriptorSetParent.cpp
|
|
|
FileDescriptorSetParent.h
|
|
|
FileDescriptorUtils.cpp
|
|
|
FileDescriptorUtils.h
|
|
|
GeckoChildProcessHost.cpp
|
Bug 1251226 - Avoid passing a std::wstring through the variadic method; r=bobowen
|
2016-02-25 11:12:18 -05:00 |
GeckoChildProcessHost.h
|
Bug 1225023: Allow Flash Player to create Adobe\Flash Player and Macromedia\Flash Player directories. r=bbondy
|
2015-11-17 07:24:34 +00:00 |
InputStreamParams.ipdlh
|
|
|
InputStreamUtils.cpp
|
|
|
InputStreamUtils.h
|
|
|
IOThreadChild.h
|
|
|
IPCMessageUtils.h
|
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
|
2016-02-02 17:36:30 +02:00 |
MessageChannel.cpp
|
Bug 1246886 - initialize mMoved in move contructor. r=billm
|
2016-02-09 11:21:39 +02:00 |
MessageChannel.h
|
Bug 1237458 - Use MOZ_RELEASE_ASSERT for IPC assertions (r=jld)
|
2016-02-05 10:42:38 -08:00 |
MessageLink.cpp
|
Bug 1248896 - don't conditional compile on config ENABLE_TESTS in Nuwa. r=khuey
|
2016-02-18 15:33:59 +08:00 |
MessageLink.h
|
Bug 1240985 - Make intentional crash happen sooner when cancelling a racy sync message (r=dvander)
|
2016-01-27 15:08:59 -08:00 |
MessagePump.cpp
|
Bug 1243430 - remove stray carriage returns from MessagePump.cpp; r=me
|
2016-01-26 11:30:03 -05:00 |
MessagePump.h
|
Bug 1233061 - add override declarations for MessagePumpForNonMainUIThreads; r=billm
|
2015-12-16 10:46:06 -05:00 |
moz.build
|
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 |
Neutering.h
|
|
|
nsIIPCBackgroundChildCreateCallback.h
|
|
|
nsIIPCSerializableInputStream.h
|
|
|
nsIIPCSerializableURI.h
|
|
|
PBackground.ipdl
|
Bug 1183959 - Move FlushPendingFileDeletions() from PContent to PBackground; r=khuey
|
2016-02-10 16:11:25 +01:00 |
PBackgroundSharedTypes.ipdlh
|
Bug 1209162 - Create OriginAttributes subtypes. IGNORE IDL r=sicking.
|
2015-11-03 09:50:54 +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
|
|
|
ProcessChild.h
|
|
|
ProcessUtils_bsd.cpp
|
|
|
ProcessUtils_linux.cpp
|
|
|
ProcessUtils_mac.mm
|
|
|
ProcessUtils_none.cpp
|
|
|
ProcessUtils.h
|
|
|
ProtocolTypes.ipdlh
|
|
|
ProtocolUtils.cpp
|
|
|
ProtocolUtils.h
|
Bug 1245241 - part 3 - remove unused AdoptShmem from IPDL. r=billm
|
2016-02-18 10:56:15 -05:00 |
ScopedXREEmbed.cpp
|
|
|
ScopedXREEmbed.h
|
|
|
SharedMemory_posix.cpp
|
|
|
SharedMemory_windows.cpp
|
|
|
SharedMemory.cpp
|
|
|
SharedMemory.h
|
Bug 1245241 - part 4 - move SharedMemorySysV details into nsShmImage. r=nical
|
2016-02-18 10:56:15 -05:00 |
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 |
SharedMemoryBasic.h
|
|
|
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_posix.cpp
|
Bug 1223240 - Make it easier to set up top-level protocols (r=jld)
|
2015-12-23 12:29:39 -08:00 |
Transport_posix.h
|
|
|
Transport_win.cpp
|
Bug 1223240 - Make it easier to set up top-level protocols (r=jld)
|
2015-12-23 12:29:39 -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 |
Transport.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
|
|
|