This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2025-01-24 05:44:10 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
ipc
/
glue
History
Chris Jones
ca19eda863
Bug 592002: Out-of-turn RPC replies should be taken into consideration when checking for races, or else we can defer in-calls when we shouldn't. r=bsmedberg a=blocking-beta6
2010-09-01 13:01:50 -05:00
..
AsyncChannel.cpp
…
AsyncChannel.h
…
BrowserProcessSubThread.cpp
…
BrowserProcessSubThread.h
…
GeckoChildProcessHost.cpp
bug 587747 - Implement writing of minidumps from hang detection on OS X. r=cjones a=blocking
2010-08-27 09:32:45 -04:00
GeckoChildProcessHost.h
bug 587747 - Implement writing of minidumps from hang detection on OS X. r=cjones a=blocking
2010-08-27 09:32:45 -04:00
IOThreadChild.h
…
IPCMessageUtils.h
…
Makefile.in
…
MessagePump.cpp
Comment fix so I add a=backout
2010-08-19 19:05:51 -05:00
MessagePump.h
Bug 588216: Avoid race between IO-thread loop->PostTask() and main-thread loop->SetNestableTasksAllowed() that led to Tasks being ignored. r=bent
2010-08-19 15:31:47 -05:00
ProcessChild.cpp
…
ProcessChild.h
…
ProtocolUtils.h
…
RPCChannel.cpp
Bug 592002: Out-of-turn RPC replies should be taken into consideration when checking for races, or else we can defer in-calls when we shouldn't. r=bsmedberg a=blocking-beta6
2010-09-01 13:01:50 -05:00
RPCChannel.h
…
ScopedXREEmbed.cpp
…
ScopedXREEmbed.h
…
SharedMemory_posix.cpp
…
SharedMemory_windows.cpp
…
SharedMemory.h
…
SharedMemoryBasic.h
…
SharedMemorySysV.h
…
Shmem.cpp
Bug 590857: Fix problematic usage of 'size_t' in IPC code, 'size_t' size depends on architecture and sending it via IPC directly can break cross-architecture IPC. Part of this patch was written by Ben Turner. r=cjones a=blocking-b6
2010-08-31 13:51:51 -04:00
Shmem.h
…
StringUtil.cpp
…
SyncChannel.cpp
…
SyncChannel.h
…
WindowsMessageLoop.cpp
…
WindowsMessageLoop.h
…