Jon Coppeard
|
35fa24ed09
|
Bug 650161 - Unify the finalization and moving GC callbacks into a weak pointer update callback r=terrence r=bholley
|
2014-09-24 12:54:11 +01:00 |
|
Bobby Holley
|
0432f88162
|
Bug 1052096 - Move CPOW targets into the privileged/unprivileged junk scope of the child/parent. r=billm
|
2014-09-12 17:41:18 -07:00 |
|
Jon Coppeard
|
bc23226f38
|
Bug 650161 - Add moving GC callback and use it to fix up ipc CPOW tables r=terrence
|
2014-09-02 11:07:22 +02:00 |
|
Bill McCloskey
|
219eb6cb82
|
Bug 1052093 - Child->parent CPOWs should go through COWs in the parent for security (r=bholley)
|
2014-08-20 12:49:10 -07:00 |
|
Bill McCloskey
|
6582876747
|
Bug 996785 - Bidirectional CPOWs (r=mrbkap)
|
2014-05-16 16:40:37 -07:00 |
|
Bill McCloskey
|
648513711d
|
Bug 996785 - Distinguish local and remote CPOW objects in IPDL (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|
Bill McCloskey
|
a6ad990683
|
Bug 996785 - Move CPOW wrapper owner code (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|
Bill McCloskey
|
9af6eef5a8
|
Bug 996785 - Use separate maps for local and remote CPOW objects (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|
Bill McCloskey
|
b07848079e
|
Bug 996785 - Rename CPOW makeId/unwrap (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
|
Bill McCloskey
|
50900210f8
|
Bug 996785 - Rename CPOW toValue (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
|
Bill McCloskey
|
cbd9358768
|
Bug 996785 - Rename CPOW findObject (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
|
Bill McCloskey
|
0f7f7b7bb9
|
Bug 996785 - Move global CPOW functions to top level (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
|
Jason Orendorff
|
d3d65bb33a
|
Bug 547140, part 2 - Remove flags argument from JS_GetPropertyDescriptor and friends. r=Waldo.
|
2014-04-25 16:11:01 -05:00 |
|
Bill McCloskey
|
68e9bb772c
|
Bug 962604 - Add ActorDestroy handling to CPOWs (r=mrbkap)
|
2014-02-05 08:39:59 -08:00 |
|
Eric Faust
|
d63184cb61
|
Bug 924720 - Part 5: Allow callers of NewProxyObject() to specify a Proxy JSClass. (r=jwalden)
|
2014-01-29 17:20:16 -08:00 |
|
Jon Coppeard
|
3292d16e7e
|
Bug 959787 - Handlify JS_Set* APIs r=terrence r=bz
|
2014-01-25 09:29:12 +00:00 |
|
Tom Schuster
|
b6ee9f1bce
|
Bug 8844105 - Handlify JS_WrapObject. r=terrence
|
2013-10-15 20:02:23 -04:00 |
|
Bobby Holley
|
594c67751e
|
Bug 921454 - Refactor proxy creation to use an options object. r=jonco
|
2013-10-04 13:29:35 +02:00 |
|
Ryan VanderMeulen
|
7a9ccb7c0a
|
Merge m-c to inbound.
|
2013-09-30 16:51:06 -04:00 |
|
Bill McCloskey
|
2942d62921
|
Bug 918170 - Handle StopIteration in CPOWs (r=dvander)
|
2013-09-30 12:20:51 -07:00 |
|
Birunthan Mohanathas
|
49598e3eb0
|
Bug 784739 - Switch from NULL to nullptr in js/ductwork/, js/ipc/, and js/public/; r=ehsan
|
2013-09-19 15:24:53 -04:00 |
|
Thinker Lee
|
894dfd9896
|
Bug 771765 - Support template content process, part 4: Clone IPC protocol objects that will be up when the template process is ready. r=khuey, r=bent
|
2013-06-03 18:14:37 +08:00 |
|
David Anderson
|
c001708789
|
Don't deadlock on a child process for a CPOW (bug 905896, r=cjones).
|
2013-08-26 21:56:57 -07:00 |
|
Terrence Cole
|
52775ce274
|
Bug 908891 - Fix remaining exact rooting hazards in js/ipc; r=evilpie
|
2013-08-23 15:53:46 -07:00 |
|
Nicholas Nethercote
|
9fc605b8f3
|
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
|
2013-08-17 15:50:18 -07:00 |
|
Nicholas Nethercote
|
63c6a36db3
|
Bug 898263 (part 7) - Remove jsprvtd.h from EXPORTS. r=jorendorff.
|
2013-07-25 22:52:59 -07:00 |
|
Terrence Cole
|
f3b496ba3b
|
Bug 862115 - Use Rooted<JSPropertyDescriptor> in favor of JSPropertyDescriptor::AutoRooter r=terrence r=smaug r=bholley
|
2013-04-30 10:29:40 -07:00 |
|
Nicholas Nethercote
|
f7d6f07d24
|
Bug 898914 (part 1) - Remove JSBool.
|
2013-08-08 15:53:04 -07:00 |
|
Bill McCloskey
|
5766d47c37
|
Bug 899804 - Make CPOWs handle instanceof with WebIDL interfaces (r=bz,dvander)
|
2013-08-01 16:45:17 -07:00 |
|
Luke Wagner
|
6d6849b879
|
Bug 899245 - The preceding typo fix was wrong; the original patch should have replaced JS_GetGlobalForScopeChain with JS::CurrentGlobalOrNull (r=red, CLOSED TREE)
|
2013-07-29 19:51:16 -05:00 |
|
Luke Wagner
|
7b22fd77ad
|
Fix JS/js typo from bug 899245 (r=red)
|
2013-07-29 19:36:20 -05:00 |
|
Bobby Holley
|
0df174a07e
|
Bug 899245 - Rename JS_GetGlobalForScopeChain to JS::CurrentGlobalOrNull. r=luke
This was done with perl/grep.
|
2013-07-29 16:45:27 -07:00 |
|
Bill McCloskey
|
707dfdb5f8
|
Bug 899238 - Make sure CPOW parent is never null (r=dvander).
|
2013-07-25 11:50:00 -07:00 |
|
Jon Coppeard
|
7ab147be05
|
Bug 896949 - JS_SetProperty APIs should take an immutable parameter r=waldo r=bz
|
2013-07-26 10:00:38 +01:00 |
|
Jon Coppeard
|
3c93e78516
|
Bug 896540 - GC: Convert JS_SetProperty* to take MutableHandleValue - browser changes r=bz
|
2013-07-25 13:57:00 +01:00 |
|
David Anderson
|
c4c18e062d
|
Implement CPOW support in MessageManager (bug 870180, r=smaug,billm).
|
2013-07-10 15:05:39 -07:00 |
|
Tom Schuster
|
da3fbff1f7
|
Bug 890729 - Reorder the CPOW traps. r=dvander
|
2013-07-11 11:23:34 -04:00 |
|
Tom Schuster
|
13c81bab95
|
Bug 890729 - Implement the missing CPOW traps. r=dvander
|
2013-07-09 22:45:08 -04:00 |
|
David Anderson
|
0fb025f184
|
Rewrite CPOWs to use one actor per process (bug 853209, r=billm,bholley,smaug).
|
2013-07-03 00:24:32 -07:00 |
|