Chris Jones
|
350f79d476
|
Bug 824224: Always log protocol errors. r=bent
|
2013-01-04 13:28:37 -08:00 |
|
Ehsan Akhgari
|
8f19ee56b8
|
Silence two uninitialized variable warnings; no bug
|
2012-10-13 12:16:22 -04:00 |
|
Ms2ger
|
934e7c6e7a
|
Bug 787933 - Stop using stdin types in IPC code; r=bsmedberg+cjones sr=cjones
|
2012-09-17 10:37:20 +02:00 |
|
Chris Jones
|
41bc6987f5
|
Bug 788396: Centralize usage of ipc::LoggingEnabled() and ensure it goes to logcat on bionic OSes. r=bent
|
2012-09-05 10:11:05 -07:00 |
|
Chris Jones
|
28538e2e95
|
Bug 745148, part 2: GeckoChildProcessHost can't drop messages on the floor. Queue them and hand them off to the *Channel. r=bent
|
2012-07-14 14:21:32 -07:00 |
|
Chris Jones
|
8e5f1ac47b
|
Bug 745148, part 1: Allow sending messages on an Opening channel, since they'll be queued if we're really actually still awaiting connect. r=bent
|
2012-07-14 14:21:32 -07:00 |
|
Benjamin Smedberg
|
00862f3934
|
Bug 770805 - Close the IPC channel safely when we discover that a Flash process has crashed; don't call Close() directly, because PluginModuleParent assumes that a normal shutdown only occurs from PluginModuleParent::NP_Shutdown. Instead, follow a similar codepath to the hang timeout which calls AsyncChannel::SynchronouslyClose and then sets a specific error code, r=cjones
|
2012-07-05 14:48:40 -04:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Oleg Romashin
|
3c31a3e635
|
Bug 746810 - Move mChannelState = ChannelOpening before PostTask call to fix assertion. r=cjones, a=mfinkle
|
2012-04-21 17:35:43 -04:00 |
|
Niko Matsakis
|
be9d99c353
|
Bug 699319 - Part 2: Create threaded version of the Link class. r=cjones
|
2011-11-30 08:26:16 -08:00 |
|
Niko Matsakis
|
4705e61e0a
|
Bug 699319 - Part 1: Abstract out the mTransport and I/O thread into the Link abstraction. r=cjones
|
2011-11-30 08:24:46 -08:00 |
|
Niko Matsakis
|
a65a6cb418
|
Bug 698075 - Use nsAutoptr<> to guarantee msg is freed; r=cjones
|
2011-11-30 13:19:49 +00:00 |
|
Chris Jones
|
1384172cec
|
Bug 613442, part 3: Add AsyncChannel::Echo() to allow sending a message back to the originating endpoint. r=bent
|
2011-06-03 13:33:56 -05:00 |
|
Chris Jones
|
e33ece45ad
|
Bug 564086, part g: Allow opening an AsyncChannel with an explicit parent/child "side" so that Transport::Connect can be called for parent-side channels that need it. r=bent
|
2011-06-03 13:33:55 -05:00 |
|
Chris Jones
|
8ae6313c8a
|
Bug 556214, part 3: IPC code wants to be using non-reentrant Monitor. r=bent
|
2011-04-29 14:21:57 -05:00 |
|
Chris Jones
|
25c556e475
|
Bug 651059: Fix (benign) read/write race on AsyncChannel.mChannelState. r=bent
|
2011-04-28 19:15:03 -05:00 |
|
Chris Jones
|
8de623927a
|
Bug 633462: Nuke this printf in release builds. r=bent a=a
|
2011-02-23 11:45:09 -06:00 |
|
Benedict Hsieh
|
619e4b432d
|
Bug 592768 - When using async launch, the toplevel actor doesn't have a process handle. Set the process ID with a callback function (OnChannelConnected). r=cjones
|
2010-10-08 16:24:36 -07:00 |
|
Chris Jones
|
ed34027b83
|
Bug 540097: Add a ProcessingError(what) notification interface for top-level actors. r=bent
|
2010-08-20 18:24:40 -05:00 |
|
|
|
ccfba83594
|
Bug 576384 AsyncChannel::ReportConnectionError case ChannelTimeout and case ChannelClosing are missing break
r=cjones
|
2010-07-02 17:36:15 +03:00 |
|
|
|
f006fd3f09
|
Bug 576383 AsyncChannel::MaybeHandleError case MsgProcessingError is missing break
r=cjones
|
2010-07-02 17:33:19 +03:00 |
|
Olli Pettay
|
e1686ed450
|
m-c to e10 merge
|
2010-05-24 17:45:59 +03:00 |
|
Doug Turner
|
d4bb7736d1
|
Merged with MC. Hand merged netwerk/protocol/http/src/nsHttpHandler.cpp
also removed modules/plugin/default*
|
2010-05-17 08:59:15 -07:00 |
|
Chris Jones
|
819907d193
|
Bug 565844: Distinguish between illegal-value and couldn't-process errors in IPDL error messages. r=bent
|
2010-05-22 14:35:29 -05:00 |
|
Chris Jones
|
0a54d2d5c7
|
Merged m-c
|
2010-04-27 01:53:06 -05:00 |
|
Chris Jones
|
f3f1260a1e
|
Bug 545733: |const|-ify some *Channel methods. r=bent
|
2010-04-27 00:42:59 -05:00 |
|
Doug Turner
|
67d3321950
|
merge with m-c.
|
2010-04-26 23:17:51 -07:00 |
|
Oleg Romashin
|
cc6a572d6a
|
Bug 553904 - Child tab process crashes on attempt to initialize child plugin process. r=bent.mozilla
|
2010-04-20 21:43:51 +03:00 |
|
Josh Matthews
|
14d063cd09
|
b=539406 retain existing listener in AyncChannel for GeckoChildProcessHost::OnChannelConnected r=cjones
|
2010-04-12 12:13:00 +12:00 |
|
Chris Jones
|
3b4f5243ef
|
Bug 544518: Send Messages directly through the Transport on the IO thread rather than through a no-added-value AsyncChannel indirection. r=bent
|
2010-04-22 18:53:30 -05:00 |
|
Oleg Romashin
|
94ebe3e3e0
|
Bug 553904 - Child tab process crashes on attempt to initialize child plugin process. r=bent.mozilla
|
2010-04-20 21:43:51 +03:00 |
|
Chris Jones
|
45780b4a30
|
Bug 566054: Add missing error message case, tighten up UNREACHED guard. r=bent
|
2010-05-14 21:05:34 -05:00 |
|
Chris Jones
|
1a05cc9e43
|
Bug 552294: *Channel::OnError must run atomically. r=bent
|
2010-03-18 17:52:28 -05:00 |
|
Chris Jones
|
95e213a8d9
|
Bug 550026: Don't deliver NotifyError() when RPCChannel code is on the stack. r=bent
|
2010-03-11 23:21:58 -06:00 |
|
Chris Jones
|
1a33e2c897
|
Bug 546035: Check if we're still connected before dispatching a received message. r=bsmedberg
|
2010-03-11 01:35:26 -06:00 |
|
Ben Turner
|
be654d549e
|
Bug 547247 - '[OOPP] Crash [@ RtlEnterCriticalSection ] when ending mozilla-runtime on a page that does not contain a plugin'. r=bsmedberg.
|
2010-02-19 12:39:38 -08:00 |
|
Ben Turner
|
91a3c011be
|
Bug 543764 - '[OOPP] Crash [@ PR_Unlock] when ending mozilla-runtime at lastfm.com/listen'. r=bsmedberg+cjones.
|
2010-02-18 14:21:15 -08:00 |
|
Benjamin Smedberg
|
36894f6ac9
|
Backed out changeset 4d8d4fd97c4f - bug 543764, because of deadlocks.
|
2010-02-18 10:27:07 -05:00 |
|
Ben Turner
|
3e0ff934e5
|
Bug 543764 - Crash at PR_Unlock when mozilla-runtime exits/crashes. Ensure that NotifyMaybeChannelError waits until OnChannelError is completely finished running, r=cjones
|
2010-02-18 09:24:03 -05:00 |
|
Chris Jones
|
87f19e3cc8
|
Bug 540004, part 2: Detect hangs while awaiting synchronous IPC replies (on POSIX). r=bent
|
2010-02-09 18:02:54 -06:00 |
|
Chris Jones
|
b8bdb19755
|
Follow-up to bug 540886: address review comments I forgot to before pushing.
|
2010-01-27 02:17:17 -06:00 |
|
Chris Jones
|
21f7f22853
|
Bug 540886, part 1: Refactor "special message" dispatch in AsyncChannel. r=bent
|
2010-01-27 00:41:31 -06:00 |
|
Benjamin Smedberg
|
a66882514d
|
Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones
|
2010-02-03 17:17:09 -05:00 |
|
Chris Jones
|
618cc7723a
|
Bug 538586: Notify clients of channel errors if they call Close() before deleting themselves, but before the error notification event is delivered from the IO thread. r=bent
|
2010-01-12 00:14:32 -06:00 |
|
Benjamin Smedberg
|
4f8e1bbf0a
|
Bug 535298: Cancel the NotifyMaybeChannelError event if the AsyncChannel is destroyed, and allow AsyncChannel::Close() to be called after a channel error (e.g. child process crash). r=cjones
|
2009-12-17 18:12:03 -06:00 |
|
Chris Jones
|
2a7a132a2b
|
bug 529005: detect child process shutdowns vs. crashes, and expose this information to IPDL actors in a new |ActorDestroy(why)| interface. also ensure that subprotocol actors are notified of shutdown and cleaned up properly. r=bsmedberg r=bent
|
2009-12-03 02:16:28 -06:00 |
|
Benjamin Smedberg
|
ef02ccf604
|
Do full shutdown, instead of _exit(0) shutdown in the plugin process when we're doing leak checking.
|
2009-11-20 13:49:15 -05:00 |
|
Ben Turner
|
f8a6477c90
|
Fix bustage
|
2009-11-12 14:46:29 -08:00 |
|
Ben Turner
|
0ec5bb9fda
|
Bug 525792 - 'Fix leaks running mochitests'.
|
2009-11-12 14:16:54 -08:00 |
|
Chris Jones
|
cb1e6b8a5a
|
bug 527871: fix shutdown assertion and leaking TestShellParent. still leaking ContentProcessParent's GeckoChildProcess, but needs discussion before fixing
|
2009-11-11 02:34:08 -06:00 |
|