Joshua Cranmer
|
af06f04b5f
|
Bug 884061 - Part 3m: Use NS_DECL_THREADSAFE_ISUPPORTS in ipc/, r=bent
--HG--
extra : rebase_source : 77f707d086624cc908a4e39935aa2a03f16543fb
|
2013-07-18 21:23:32 -05:00 |
|
David Anderson
|
611f3250de
|
Add urgent message semantics to IPC and IPDL (bug 867013, r=cjones).
|
2013-07-02 20:37:33 -07:00 |
|
David Anderson
|
0100dc0e39
|
Remove unused run-to-completion feature in IPDL (bug 876989, r=cjones).
|
2013-07-02 11:22:18 -07:00 |
|
Justin Lebar
|
5cf8518c6b
|
Bug 857152 - Make IPC channels more robust against use after being closed. r=bent
|
2013-04-03 15:54:00 +02:00 |
|
Joshua Cranmer
|
2dfc78553b
|
Bug 856108 - Port static analyses to clang, part 2h: use MOZ_STACK_CLASS everywhere else. r=bsmedberg
|
2013-04-11 22:22:09 -05:00 |
|
Chris Jones
|
5e2d2d2e5e
|
Bug 775777: Check dynamic actor type when deserializing. r=bent
|
2012-09-20 12:30:52 -07:00 |
|
Ms2ger
|
10ec580e54
|
Bug 787933 - Stop using stdin types in IPC code; r=bsmedberg+cjones sr=cjones
|
2012-09-17 10:37:20 +02:00 |
|
Chris Jones
|
5e9b0a6531
|
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
|
6d57ec4022
|
Bug 636063, part 3: Honor compression requests when queuing messages. r=bent
|
2012-08-25 01:25:08 -07:00 |
|
Ms2ger
|
4896c201ea
|
Back out bug 636063, bug 774988 and bug 784647 for busting all of Android.
|
2012-08-25 13:18:18 +02:00 |
|
Chris Jones
|
7a7d89b7b4
|
Bug 636063, part 3: Honor compression requests when queuing messages. r=bent
|
2012-08-25 01:25:08 -07:00 |
|
Joshua Cranmer
|
4a5b32fae2
|
Bug 702877 - Replace NS_OVERRIDE with MOZ_OVERRIDE. r=ehsan
--HG--
extra : rebase_source : 1843575683c3897f96f3966cbce26140ff1a7d90
|
2012-07-06 13:15:45 -05:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Niko Matsakis
|
eb69f3597a
|
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 |
|
Jim Mathies
|
3cd1f9198a
|
Bug 648935 - Process native events during calls to WaitForNotify in the child process when nested native event loops are detected in the parent. r=bsmedberg.
|
2011-05-18 06:57:08 -05:00 |
|
Chris Jones
|
486d30794e
|
Bug 648935: Need to use the "remote stack depth view" when deciding whether to undefer, too. r=bsmedberg
|
2011-05-04 15:55:54 -05:00 |
|
Chris Jones
|
ea36cc9d82
|
Bug 556214, part 3: IPC code wants to be using non-reentrant Monitor. r=bent
|
2011-04-29 14:21:57 -05:00 |
|
Justin Lebar
|
7e2c5ae50d
|
Bug 592557 - Eliminate uses of PR_Atomic{Increment,Decrement} functions in favor of PR_ATOMIC_{INCREMENT,DECREMENT} macros. r=bsmedberg,gal
--HG--
extra : rebase_source : 71069eb9c9d61131adee49279e136c8574dabc62
|
2011-03-28 15:58:49 -04:00 |
|
Chris Jones
|
a7c8bdb47f
|
Bug 572134: "Undefer" the in-call that lost a race at stack-depth 1, if there is one, when RPCChannel code leaves the C++ stack, so that the in-call can be processed if there is an immediately following out-call. r=bsmedberg
|
2011-01-12 01:07:17 -06:00 |
|
Benedict Hsieh
|
fba1d721da
|
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
--HG--
extra : rebase_source : aa7743035e9a21759d99b9b9fbaf6371b8c82395
|
2010-10-08 16:24:36 -07:00 |
|
Chris Jones
|
ac0063f9b0
|
Bug 540097: Add a ProcessingError(what) notification interface for top-level actors. r=bent
|
2010-08-20 18:24:40 -05:00 |
|
Jim Mathies
|
67068143b5
|
Bug 558986 - detect and resolve races between MS-COM RPC and IPDL RPC by implementing IMessageFilter and processing pending IPDL RPC calls while waiting for MS-COM RPC responses. Original patch by bsmedberg, r=cjones/jimm/ehsan with followup fixes by Jim Mathies, r=bsmedberg
--HG--
extra : rebase_source : 214029d3188f8aa00948e0dcdc3c11cd279d1569
|
2010-05-21 11:48:34 -04:00 |
|
Jim Mathies
|
2a9af3f851
|
Bug 558986 - Backout of fix for crashes in TSF with Flash/Silverlight on tablets. CLOSED TREE
|
2010-05-17 14:36:43 -05:00 |
|
Benjamin Smedberg
|
e43e305194
|
Bug 558986 - Fix for crashes in TSF with Flash/Silverlight on tablets (OLE/COM nested event loops). r=cjones, jimm, ehsan.
|
2010-05-17 11:33:34 -05:00 |
|
Benjamin Smedberg
|
8a1fac05ad
|
Bug 561817 part A: Entered/ExitedCall callbacks for toplevel actors upon RPC in-calls. r=bsmedberg
|
2010-04-29 11:49:00 -05:00 |
|
Benjamin Smedberg
|
67995408eb
|
Bug 561871 part B: don't use Windows events to enter/exit a nested event loop within an RPC stack frame, because delivery of those events isn't always associated with the correct stack frame, and also because the events can be lost if they race with an incoming RPC reply message. Instead, keep a linked list (on the stack) of RPC frames globally and per-channel, to associate requests to enter a nested event loop with the correct frame, r=jimm
--HG--
extra : rebase_source : 694186dde4643904752c67e0c6eb7a6ad1dd2082
|
2010-04-28 11:01:09 -04:00 |
|
Chris Jones
|
4665be334c
|
Bug 545733: |const|-ify some *Channel methods. r=bent
|
2010-04-27 00:42:59 -05:00 |
|
Jim Mathies
|
d70b2de416
|
Bug 545338 - RPCChannel should use events rather than thread messages for NotifyWokerThread. r=bent.
|
2010-03-25 16:53:10 -05:00 |
|
Jim Mathies
|
0eba287c0f
|
Bug 553606 - [OOPP] Limit spin loop to a call depth of one. r=bent.
|
2010-03-24 16:49:05 -05:00 |
|
Chris Jones
|
1a4d37c1ac
|
Bug 554466: Only EnqueuePending when there's been an rpc out-call. r=bent
|
2010-03-24 00:52:47 -05:00 |
|
Chris Jones
|
8e42c6307b
|
Bug 552014: Don't run OnMaybeDequeueOne from a nested context. r=bent
|
2010-03-18 17:52:33 -05:00 |
|
Chris Jones
|
3cf309f8cc
|
Bug 533055: Part 3: Track |Message|s being processed on the C++ stack and offer a DumpRPCStack() method to print them. r=bent
|
2010-03-18 17:52:32 -05:00 |
|
Chris Jones
|
3775fecc82
|
b=550026 Cancel PluginCrashed when PluginModule is deleted. r=bsmedberg
|
2010-03-08 09:16:02 +13:00 |
|
Chris Jones
|
69439d0740
|
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
|
9961ca115c
|
Followup to bug 545342: atomically refcount the dequeue task. r=bent
|
2010-03-11 16:24:15 -06:00 |
|
Chris Jones
|
7fd74b1a80
|
Merge backout
|
2010-03-11 05:07:51 -06:00 |
|
Chris Jones
|
415f85da1a
|
Backing out bug 550026 due to orange
|
2010-03-11 05:07:42 -06:00 |
|
Chris Jones
|
a839ebda02
|
Bug 549888: Part 1: Let the channel listener decide how to mediate RPC races, defaulting to "child wins". r=bent
|
2010-03-11 01:35:30 -06:00 |
|
Chris Jones
|
148296d96a
|
b=550026 Don't call PluginCrashed while plugin code is still on the stack r=bsmedberg
|
2010-03-08 09:16:02 +13:00 |
|
Josh Matthews
|
73c4737e85
|
Bug 545342: Cancel dequeue task on channel error. r=cjones
|
2010-02-15 20:47:00 +13:00 |
|
Chris Jones
|
cc7e7893c6
|
Bug 545455, part 2: Expose override-able hooks for top-level IPDL actors to be notified on stack entrance/exit. r=bent
--HG--
extra : rebase_source : e50ede6dbffc9d864ba62eda6d2a622c8b99dece
|
2010-02-16 12:44:22 -06:00 |
|
Chris Jones
|
53aa420578
|
Bug 545455, part 1: Track when RPCChannel code is first pushed on the C++ stack and last popped. r=bent
--HG--
extra : rebase_source : 1bf50aac0f5da1c4322347b42b24e72215543915
|
2010-02-16 12:44:21 -06:00 |
|
Jim Mathies
|
5df2fb9a6c
|
e10s bustage fix after bad merge.
|
2010-02-12 00:31:08 -06:00 |
|
Chris Jones
|
b7393756e9
|
Bug 540004, part 3: Add a ShouldContinue() interface to IPDL actors that allows them to decide how a hang should be treated. r=bent
--HG--
extra : transplant_source : m%5E%40%9FYJ%EFI%9F%E5%25s%8E%1A%AF%BEQ%01va
|
2010-02-09 18:02:55 -06:00 |
|
Chris Jones
|
83599906ac
|
Bug 540004, part 2: Detect hangs while awaiting synchronous IPC replies (on POSIX). r=bent
--HG--
extra : transplant_source : %B8U2%20%5C%1B%06%85%F4%23%DA%CCw%C7%CB%D1%F2%9D%16%1A
|
2010-02-09 18:02:54 -06:00 |
|
Jim Mathies
|
c877b84ecc
|
Bug 538918 - [OOPP] Modal system dialogs cause UI freeze w/windowless controls. r=bent, cjones.
--HG--
extra : transplant_source : %28B%08h%F29L%BE%BBEh%E8%92%22%2A%8E%A8%00F%83
|
2010-02-09 16:34:38 -06:00 |
|
Chris Jones
|
eebed3acd2
|
Bug 540886, part 2: Offer a BlockChild() interface to RPC protocols that allows parents to prevent children from sending messages back of their own volition until the parent calls UnblockChild(). r=bent
--HG--
extra : transplant_source : %2A%A7%D7%2C%7B%90%1B%9BZS%E5%3E%E1%A1M%F2%A7P%99E
|
2010-01-27 00:41:32 -06:00 |
|
Chris Jones
|
2649cb4bf4
|
Bug 521929, part 2: Save racy RPC replies onto a special stack until they're the reply to the right out-call. r=bent
--HG--
extra : transplant_source : %95R%85%B4%AD%0F%3D%9B%A5%18n%9B%94%BF%DA%9A%1BE%40%AC
|
2010-01-21 20:04:10 -06:00 |
|
Chris Jones
|
4572a1920a
|
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 |
|
Ben Turner
|
cafe07f11b
|
Bug 525792 - 'Fix leaks running mochitests'.
|
2009-11-12 14:16:54 -08:00 |
|