Ben Newman
|
713e822c3c
|
Build and IPDL groundwork for the multi-process Jetpack API (bug 556846). r=bsmedberg
|
2010-06-25 08:00:35 -07:00 |
|
Chris Jones
|
710c313ec5
|
Bug 570099: Allow Shmems to be used in IPDL structs. r=benjamn
|
2010-06-23 13:59:07 -05:00 |
|
Chris Jones
|
a6258b9dae
|
Bug 570096: Implement serialization of a grab-bag of gfx types. r=joe
|
2010-06-21 15:35:48 -05:00 |
|
Chris Jones
|
250fef6fae
|
Bug 568366: Allow copy-constructing and assigning from T__None-typed unions. r=benjamn
|
2010-06-02 12:56:34 -05:00 |
|
Chris Jones
|
41d4381920
|
Bug 565462: Implement operator== for IPDL structs and unions. r=bsmedberg
|
2010-05-22 14:35:42 -05:00 |
|
Chris Jones
|
8cd4f6e0b8
|
Tests for bug 560000
|
2010-05-22 14:35:40 -05:00 |
|
Chris Jones
|
a647aa0990
|
Bug 560000: Allow IPDL unions and structs to be recursively defined. r=benjamn
|
2010-05-22 14:35:38 -05:00 |
|
Chris Jones
|
6bb717f964
|
Tests for bug 553846.
--HG--
rename : ipc/ipdl/test/cxx/PTestArrays.ipdl => ipc/ipdl/test/cxx/PTestDataStructures.ipdl
rename : ipc/ipdl/test/cxx/PTestArraysSub.ipdl => ipc/ipdl/test/cxx/PTestDataStructuresSub.ipdl
rename : ipc/ipdl/test/cxx/TestArrays.cpp => ipc/ipdl/test/cxx/TestDataStructures.cpp
rename : ipc/ipdl/test/cxx/TestArrays.h => ipc/ipdl/test/cxx/TestDataStructures.h
|
2010-05-22 14:35:37 -05:00 |
|
Chris Jones
|
de3a2d743f
|
Bug 553846: Implement an IPDL "struct" type. r=benjamn
|
2010-05-22 14:35:35 -05:00 |
|
Chris Jones
|
f196c3f8dd
|
Bug 522547: Serialize/deserialize IPC messages in a "streaming" style. r=bent
|
2010-05-22 14:35:34 -05:00 |
|
Chris Jones
|
0f31d5ef38
|
Bug 562741: Allow |Shmem|s to be shared across different protocol trees. r=bent
|
2010-05-22 14:35:33 -05:00 |
|
Chris Jones
|
eef3841654
|
Bug 564086: Frontend support for IPDL process graphs and Bridge()ing processes. r=benjamn
|
2010-05-22 14:35:31 -05:00 |
|
Chris Jones
|
39eb188564
|
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 |
|
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 |
|
Chris Jones
|
07a9bff462
|
No bug: Reduce IPDL-compiler spew and stop logging to stderr. irc-r=bsmedberg
|
2010-05-13 17:25:20 -05:00 |
|
Benoit Girard
|
4fe7201af4
|
Bug 528146: Run plug-in code on the thread that starts in main(). r=cjones
--HG--
rename : dom/plugins/PluginThreadChild.cpp => dom/plugins/PluginProcessChild.cpp
rename : dom/plugins/PluginThreadChild.h => dom/plugins/PluginProcessChild.h
rename : ipc/ipdl/test/cxx/IPDLUnitTestThreadChild.cpp => ipc/ipdl/test/cxx/IPDLUnitTestProcessChild.cpp
rename : ipc/ipdl/test/cxx/IPDLUnitTestThreadChild.h => ipc/ipdl/test/cxx/IPDLUnitTestProcessChild.h
|
2010-05-10 23:18:00 -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 |
|
Mike Hommey
|
bbd7d47d17
|
Bug 561971 - Cleanup ipdl generated code and compiled python on make clean [r=benjamin]
--HG--
extra : rebase_source : d4ab3ddde23f3b98521756f8362376fef6b76764
|
2010-04-29 07:21:14 +00:00 |
|
Benjamin Smedberg
|
c59441502b
|
Bug 561871, part A: IPDL changes to expose ProcessNativeEventsInRPCCall from the toplevel actor, r=cjones
--HG--
extra : rebase_source : 3c5a7516aa43ba17b796b8e8757d74d634689a09
|
2010-04-28 11:00:13 -04:00 |
|
Chris Jones
|
761ea0d4f8
|
Followup to bug 559898: fix cycle checker to allow self-loop special case.
|
2010-04-27 02:12:39 -05:00 |
|
Olli Pettay
|
1e0e10aebf
|
Bug 555573 - [e10s] IPDL generates code which may not compile on Windows, r=cjones
|
2010-03-29 23:29:07 +03:00 |
|
Chris Jones
|
1882438210
|
No bug: Test RPC round-trip times and warn before sleep()ing. no r=, test only
|
2010-02-04 21:40:42 -06:00 |
|
Thomas Lee
|
7cf42c9075
|
Bug 541126: Error out if there are manager/managee cycles in protocol graphs. r=cjones
|
2010-02-01 12:44:54 -06:00 |
|
Chris Jones
|
88517643e0
|
Bug 518881: Fix unused-result warnings in IPDL/C++ unit tests.
|
2010-04-27 00:43:01 -05:00 |
|
Chris Jones
|
f1ccfef3ce
|
Bug 518881: Make Send/Call*() methods for IPDL parent actors warn_unused_result. r=bent
|
2010-04-27 00:43:00 -05:00 |
|
Chris Jones
|
b330eeb701
|
Bug 559898: Allow (sub-)protocols to manage themselves. r=bsmedberg
|
2010-04-26 20:11:48 -05:00 |
|
Chris Jones
|
867c2c58be
|
Bug 559953: Add a |const nsTArray<Subactor*>& ManagedFoo();| accessor. r=bent
|
2010-04-26 20:11:47 -05:00 |
|
Thomas Lee
|
ce2d2bb9d6
|
Bug 541131: Include IPDL headers as |include protocol PFoo;|. r=cjones
|
2010-04-26 20:11:46 -05:00 |
|
Chris Jones
|
2709c30d60
|
Bug 554244: Get the right loc info for message declarations. r=bent
|
2010-04-26 20:11:44 -05:00 |
|
Chris Jones
|
f51d5ae1a5
|
Bug 555276: Top-level protocols should handle shmem messages if any subprotocol uses it. r=bent
|
2010-04-26 20:11:43 -05:00 |
|
Chris Jones
|
660b8c799c
|
Bug 555275: Clean up shared memory segments when the top-level actor dies. r=bent
|
2010-04-26 20:11:42 -05:00 |
|
Chris Jones
|
ce3499a322
|
Bug 555275: Implement a DeallocShmem() interface. r=bent
|
2010-04-26 20:11:40 -05:00 |
|
Chris Jones
|
3dd14a4fc7
|
Bug 548437: Test SysV shmem.
|
2010-04-16 00:29:17 -05:00 |
|
Joe Drew ext:(%20and%20Chris%20Jones%20%3Cjones.chris.g%40gmail.com%3E)
|
8ed356359a
|
Bug 548437: Add a SysV shmem subtype of SharedMemory. r=dougt
|
2010-04-16 00:29:16 -05:00 |
|
Chris Jones
|
926e2f746f
|
Bug 544936, part 4: Move some common code for dealing with minidumps and .extra files into nsExceptionHandler. r=ted
|
2010-03-24 16:22:01 -05:00 |
|
Chris Jones
|
884cdb0da5
|
Bug 544623 - IPDL: Shmem buffers should be shared across actor tree. r=bent
|
2010-03-22 22:02:16 -07:00 |
|
Josh Matthews
|
9e6dd7d2f1
|
Bug 552117 - Print current test name in IPDL tests. r=cjones
--HG--
extra : rebase_source : 45b554a05e8a9e3ca627b10f633a955cec4f0f05
|
2010-03-13 13:23:50 +13:00 |
|
Chris Jones
|
ecaab71939
|
Backed out changeset bda8efa53512
|
2010-03-18 21:01:10 -05:00 |
|
Chris Jones
|
a9301cdf81
|
Bug 551392: Remove hack made unnecessary by unified build tiers. r=ted
|
2010-03-18 17:52:38 -05:00 |
|
Chris Jones
|
d7b8ead1aa
|
Bug 551392: Remove subprocess minidumps after they're grabbed to avoid spurious crash detection. r=ted
|
2010-03-18 17:52:36 -05:00 |
|
Chris Jones
|
06b6cd61b1
|
Bug 552014: Test
|
2010-03-18 17:52:34 -05:00 |
|
Chris Jones
|
e2914d2ec0
|
Bug 533055: Part 2: Set Message names in IPDL-generated code. r=bent
|
2010-03-18 17:52:31 -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
|
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
|
bb3a4d1e88
|
Bug 549888: Test
|
2010-03-11 01:35:32 -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 |
|