Chris Jones
|
3fe0052c3e
|
add IPDL test harness and the mountains of code that entails. add |bool| type to IPDL. fix bugs in nascent async/sync channels.
|
2009-07-14 00:12:50 -05:00 |
Chris Jones
|
9c6618c46e
|
first cut at AsyncChannel and SyncChannel. only RPCChannel is currently under warranty.
|
2009-07-13 16:55:04 -05:00 |
Chris Jones
|
9e97c71486
|
fix build bustage
|
2009-07-13 12:16:40 -05:00 |
Chris Jones
|
88634d747a
|
IPDL: add colons back to state declarations
|
2009-07-13 12:10:02 -05:00 |
Benjamin Smedberg
|
fc924865a3
|
Build system for .ipdl files.
|
2009-07-13 12:14:56 -04:00 |
Chris Jones
|
807f1ea1f2
|
make parse errors behave like type errors
|
2009-07-13 11:12:08 -05:00 |
Chris Jones
|
f787806790
|
change state declaration syntax to be more different than parent:/child:/both: labels
|
2009-07-10 19:40:17 -05:00 |
Chris Jones
|
8354e23734
|
remove in/out/inout syntax in favor of parent:, child:, and both: labels
|
2009-07-10 19:19:54 -05:00 |
Chris Jones
|
51d8168a20
|
generate skeleton IPDL actor impls, like the IDL compiler does for interfaces. also fix the C++ visitor.
|
2009-07-10 15:56:40 -05:00 |
Chris Jones
|
433c336e5f
|
final frontend support for protocol state machines. patch includes a minor refactoring as well.
|
2009-07-09 13:11:52 -05:00 |
Chris Jones
|
06af384fd3
|
add parsing and type-checking of protocol state machines in preparation for codegen of dynamic FSM checker. fix a couple of bugs here and there.
|
2009-07-08 18:03:56 -05:00 |
Chris Jones
|
9026ee09d1
|
check that ctors and dtors have been declared for managed protocols
|
2009-07-08 10:37:32 -05:00 |
Chris Jones
|
bbe448b3ef
|
add gcc-like -I include dir options to ipdl compiler
|
2009-07-07 17:52:38 -05:00 |
Chris Jones
|
a2cbe6d182
|
bug 502921: check NS_FAILED when calling into implementor code
|
2009-07-07 16:45:27 -05:00 |
Chris Jones
|
1db701964c
|
bugs 502003, 502634: compile multiple IPDL specs in one invocation
--HG--
rename : ipc/ipdl/ipdlc => ipc/ipdl/ipdl.py
|
2009-07-07 15:52:10 -05:00 |
Benjamin Smedberg
|
05e9e26706
|
Windows fixup: write files in binary mode so we have consistent Unix-style line endings, and always use forward slashes instead of os.path.sep
|
2009-07-07 11:17:48 -04:00 |
Chris Jones
|
63e6c7f868
|
port IFrame protocol to new interface. fix small IPDL bug.
|
2009-07-02 19:24:02 -05:00 |
Chris Jones
|
bb1ba690e0
|
use static_cast instead of dynamic_cast. silly cjones.
|
2009-07-02 19:02:06 -05:00 |
Chris Jones
|
22e9e1dee6
|
merge plugin work from libchromiumipc. add env var check for OOP iframe. a few small bugfixes here and there.
|
2009-07-02 11:54:22 -05:00 |
Chris Jones
|
7aded61394
|
add initial support for protocol management in IPDL. small changes to existing protocols in preparation for merge from libchromiumipc.
|
2009-07-02 00:45:19 -05:00 |
Benjamin Smedberg
|
40fee97f07
|
Import IPDL from cjones' working repo, revision 282b4211d881. New IPDL work will take place in electrolysis.
|
2009-06-30 15:38:59 -04:00 |
Chris Jones
|
d80073cd0a
|
bug 535867: fix threadsafety problem causing windows tinderbox error. r=trivial
|
2009-12-18 18:09:56 -06:00 |
Chris Jones
|
47489467ce
|
bug 535298: IPDL unit test for use-after-free crashes after RPC errors. r=test-only
|
2009-12-17 18:12:01 -06:00 |
Benjamin Smedberg
|
1e5ed65ff5
|
Bug 534736, and perhaps some others: parent crash within mozilla::plugins::PPluginInstanceParent::DestroySubtree, r=cjones
|
2009-12-17 16:39:22 -05:00 |
Benjamin Smedberg
|
8051ceb908
|
Merge only plugin changes from e10s to mozilla-central.
|
2009-12-16 09:19:07 -05:00 |
Benjamin Smedberg
|
c827f3a584
|
Electrolysis-plugin-only bookkeeping commit.
|
2009-12-15 20:33:05 -05:00 |
Benjamin Smedberg
|
01cd6e47af
|
Bug 561817 part A: Entered/ExitedCall callbacks for toplevel actors upon RPC in-calls. r=bsmedberg
|
2010-04-29 11:49:00 -05:00 |
Chris Jones
|
ad393ee2d4
|
Bug 568366: Allow copy-constructing and assigning from T__None-typed unions. r=benjamn
|
2010-06-02 12:56:34 -05:00 |