gecko/ipc/ipdl
Justin Lebar 07d79d1bf4 Bug 819791 - Part 9: Use explicit TArray copy constructors in IPDL generated code. r=cjones
This cset makes two nop changes to generated IPDL code.

1) Change an instance of

  InfallibleTArray<Foo> foo = InfallibleTArray<Foo>();

to

  InfallibleTArray<Foo> foo;

2) Change an instance of

  InfallibleTArray<Foo> foo = bar;

to

  InfallibleTArray<Foo> foo(bar);
2012-12-18 20:16:07 -05:00
..
ipdl Bug 819791 - Part 9: Use explicit TArray copy constructors in IPDL generated code. r=cjones 2012-12-18 20:16:07 -05:00
test Test for bug 775777. r=bent 2012-09-20 12:30:53 -07:00
ipdl.py Bug 521898, part 5: Prepare for TU .protocol possibly being null (for headers). r=bent 2012-06-08 17:25:36 -07:00
Makefile.in Bug 770778 - Make TCPSocket e10s-friendly. r=bent 2012-09-24 14:53:49 -04:00
msgtype-components Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00