Kyle Huey
|
35c5e9c1a5
|
Bug 1057402: Always log the message type when we hit an IPC protocol error. r=bent
|
2014-08-22 09:23:01 -07:00 |
|
Ben Kelly
|
706179e216
|
Bug 1049801 P2 Cancel the DispatchOnChannelConnected runnable when destructing the MessageChannel. r=bent
|
2014-08-21 14:13:23 -04:00 |
|
Jim Mathies
|
ddf66b6c7d
|
Bug 874437 - Only enable ipc sync wait deferred Windows message handling for plugin protocols, everything else should use standard blocking waits. r=bsmedberg
|
2014-08-15 12:12:37 -05:00 |
|
Bill McCloskey
|
b63cf9051e
|
Bug 1042587 - Block scripts when using CPOWs (r=bent)
|
2014-08-05 21:44:42 -07:00 |
|
Bill McCloskey
|
a83b99df4a
|
Bug 950745 - Flag when we're processing urgent messages and disallow certain activities (r=bsmedberg,luke)
|
2014-08-05 21:43:36 -07:00 |
|
Ehsan Akhgari
|
7207465c1b
|
Bug 1047782 - Fix some bad impliciit constructors in netwerk/; r=mcmanus
|
2014-08-05 09:20:50 -04:00 |
|
Bill McCloskey
|
71fa364cba
|
Back out bug 950745 for crashes
|
2014-07-30 16:19:46 -07:00 |
|
Bill McCloskey
|
f021e199b6
|
Bug 950745 - Flag when we're processing urgent messages and disallow certain activities (r=bsmedberg,luke)
|
2014-07-17 21:09:45 -07:00 |
|
Benoit Jacob
|
9930531be9
|
Bug 1027251 - Fix or whitelist dangerous public destructors in ipc/ - r=bent
|
2014-06-18 22:29:00 -04:00 |
|
Bas Schouten
|
e51af315c3
|
Bug 1009590: Deal with non-ui-thread IPDL usage on Windows. r=bent
|
2014-05-18 05:16:51 +02:00 |
|
Benjamin Smedberg
|
fc175da9d1
|
Bug 778866 - Abort from the I/O thread on abnormal shutdown of a plugin-process, in case the main thread is wedged and the Firefox process has already been killed, r=cjones
|
2014-03-04 12:17:01 -05:00 |
|
Bill McCloskey
|
671c3d615a
|
Bug 910962 - Make DeallocShmem not assert when child has crashed (r=bsmedberg)
|
2014-01-31 10:43:44 -08:00 |
|
Ben Turner
|
7646853bc7
|
Bug 957828 - Move stack machinery to cpp file, r=bsmedberg.
|
2014-01-10 12:58:31 -08:00 |
|
Ben Turner
|
61c7f7aacf
|
Bug 957828 - Don't make stack copies of all IPC messages, r=bsmedberg.
|
2014-01-10 12:58:20 -08:00 |
|
Bill McCloskey
|
a802b6c2ee
|
Bug 947632 - Assert that we don't sendSyncMessage while processing a CPOW request (r=dvander)
|
2013-12-14 15:50:22 -08:00 |
|
Peiyong Lin
|
7929d92b91
|
Bug 933821 - Replace IPC_ASSERT(MSG_ROUTING_NONE != msg->routing_id(), "need a route") with PrintMessageRouteError. r=bent
|
2013-11-14 15:24:18 -05:00 |
|
David Anderson
|
cd16ae286d
|
Introduce new RPC messaging semantics (bug 910493 part 1, r=cjones).
|
2013-10-01 09:15:03 -07:00 |
|
David Anderson
|
c8133fee65
|
Rename IPDL's RPC to Interrupt (bug 910020, r=bent).
--HG--
rename : ipc/ipdl/test/cxx/PTestRPCErrorCleanup.ipdl => ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCRaces.ipdl => ipc/ipdl/test/cxx/PTestInterruptRaces.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCShutdownRace.ipdl => ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl
rename : ipc/ipdl/test/cxx/PTestRacyRPCReplies.ipdl => ipc/ipdl/test/cxx/PTestRacyInterruptReplies.ipdl
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.cpp => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.cpp
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.h => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.h
rename : ipc/ipdl/test/cxx/TestRPCRaces.cpp => ipc/ipdl/test/cxx/TestInterruptRaces.cpp
rename : ipc/ipdl/test/cxx/TestRPCRaces.h => ipc/ipdl/test/cxx/TestInterruptRaces.h
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.cpp => ipc/ipdl/test/cxx/TestInterruptShutdownRace.cpp
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.h => ipc/ipdl/test/cxx/TestInterruptShutdownRace.h
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.cpp => ipc/ipdl/test/cxx/TestRacyInterruptReplies.cpp
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.h => ipc/ipdl/test/cxx/TestRacyInterruptReplies.h
rename : ipc/ipdl/test/ipdl/error/rpcMessageCompress.ipdl => ipc/ipdl/test/ipdl/error/intrMessageCompress.ipdl
rename : ipc/ipdl/test/ipdl/error/tooWeakRPCAsync.ipdl => ipc/ipdl/test/ipdl/error/tooWeakInterruptAsync.ipdl
rename : ipc/ipdl/test/ipdl/ok/rpcProtocol.ipdl => ipc/ipdl/test/ipdl/ok/intrProtocol.ipdl
|
2013-09-30 17:27:45 -07:00 |
|
David Anderson
|
f0500f6a4e
|
Combine AsyncChannel, SyncChannel, and RPCChannel into one class (bug 901789, r=cjones,bent).
--HG--
rename : ipc/glue/RPCChannel.cpp => ipc/glue/MessageChannel.cpp
rename : ipc/glue/RPCChannel.h => ipc/glue/MessageChannel.h
|
2013-09-27 18:42:08 -07:00 |
|