Tom Schuster
|
045b47ab00
|
Bug 1127475 - Remove unnecessary parent arguments. r=bz
|
2015-02-13 12:20:02 +01:00 |
|
Tom Schuster
|
728f780bfe
|
Bug 1125437 - Remove CheckDefineProperty and use StandardDefineProperty instead. r=efaust
|
2015-02-11 23:40:47 +01:00 |
|
Gabor Krizsanits
|
ceab21eca3
|
Bug 1090592 - GetPrototypeOf hook for CPOWProxyHandler. r=billm
|
2015-02-10 16:29:41 +01:00 |
|
Kyle Huey
|
7c82e6dd0a
|
Bug 1121673: Use move references in IPDL. r=bent
|
2015-01-16 11:58:52 -08:00 |
|
Jason Orendorff
|
1c534dd02f
|
Bug 1103368, part 4 - Ban stub getter/setter arguments to js::CheckDefineProperty. r=bhackett.
--HG--
extra : rebase_source : 407e9adaca3ee23e768f750cd84a0a8f3432e2fa
|
2014-11-22 08:43:56 -06:00 |
|
Bobby Holley
|
3c1d0fd115
|
Bug 1102521 - Use AutoEntryScript/AutoJSAPI for CPOW answers. r=billm
|
2014-11-23 15:23:21 -08:00 |
|
Bill McCloskey
|
6ed288e283
|
Bug 1091964 - [e10s] Cache isCallable and isConstructor for CPOWs (r=mrbkap)
|
2014-11-04 17:39:34 -08:00 |
|
Carsten "Tomcat" Book
|
055ba5a88c
|
Backed out changeset 5992aea01aff (bug 1091964)
|
2014-11-05 10:03:06 +01:00 |
|
Bill McCloskey
|
5270447ff4
|
Bug 1091964 - [e10s] Cache isCallable and isConstructor for CPOWs (r=mrbkap)
|
2014-11-04 17:39:34 -08:00 |
|
Boris Zbarsky
|
6ee4ab8789
|
Bug 1088002 part 2. Change JS_DefineElement, JS_DefineProperty, JS_DefineUCProperty, JS_DefinePropertyById, and JS_DefineProperties to default to using JSNative accessors, not JSPropertyOp accessors. r=waldo
|
2014-10-29 15:06:31 -04:00 |
|
Jeff Walden
|
777c2ff26e
|
Bug 1085566 - Make the preventExtensions hook return succeeded/failed rather than always indicate failure by reporting an error. r=efaust
--HG--
extra : rebase_source : 487b569d23ce18f39fc53697e5f25cc789885803
|
2014-10-19 01:18:43 -07:00 |
|
Carsten "Tomcat" Book
|
fcc0eb1e30
|
Backed out changeset 9e900e87b4bb (bug 1085566)
|
2014-10-22 08:59:09 +02:00 |
|
Jeff Walden
|
1d2a7aa6cd
|
Bug 1085566 - Make the preventExtensions hook return succeeded/failed rather than always indicate failure by reporting an error. r=efaust
--HG--
extra : rebase_source : 3b61c22efe8b5b2b3135b11556b6b329479d3dcd
|
2014-10-19 01:18:43 -07:00 |
|
Bill McCloskey
|
3b3399bdc4
|
Bug 1077587 - Handle non-existent properties in CPOW descriptor code (r=mrbkap)
|
2014-10-20 09:47:27 -07:00 |
|
Tom Schuster
|
bfd10d6554
|
Bug 1071177 - Support symbol keys and throw exception on unique symbols with CPOWs. r=billm
|
2014-10-16 18:39:38 +02:00 |
|
Jason Orendorff
|
13b8d404bc
|
Bug 1026918, part 3 - Rename mozilla::jsipc::PJavaScript::GetPropertyNames -> GetPropertyKeys. r=billm.
--HG--
extra : rebase_source : 53d0aae8df524ffc9dfc9657908adf00fc9c89a8
extra : amend_source : 13d71e9a8b830e5ecc74586f6e4b616703cfd305
|
2014-09-26 19:52:45 -05:00 |
|
Jason Orendorff
|
41b9b13312
|
Bug 1026918, part 2 - Rename js::GetPropertyNames -> GetPropertyKeys. r=efaust.
--HG--
extra : rebase_source : 359dceadb4dfcfc9c724d2995c121a56af610c7d
|
2014-09-26 19:39:35 -05:00 |
|
Bill McCloskey
|
2ab547d3ab
|
Bug 1049879 - Remove urgent and rpc message types and replace with message priorities (r=dvander,bent,ehsan)
|
2014-10-07 21:32:45 -07:00 |
|
Carsten "Tomcat" Book
|
4985d0ee76
|
Backed out changeset e56bf4ea89fb (bug 1049879) for bustage in emulator debug builds on a CLOSED TREE
|
2014-10-08 08:03:57 +02:00 |
|
Bill McCloskey
|
281cb8db91
|
Bug 1049879 - Remove urgent and rpc message types and replace with message priorities (r=dvander,bent,ehsan)
|
2014-10-07 21:32:45 -07:00 |
|
Tom Schuster
|
eec11c26a0
|
Bug 1071177 - Introduce JSIDVariant type for CPOWs. r=billm
|
2014-10-07 11:29:02 +02:00 |
|
Bobby Holley
|
17638a1eed
|
Bug 1067009 - Implement regexp_toShared for CPOWs. r=billm
|
2014-10-01 17:22:15 +02:00 |
|
Bobby Holley
|
8e8a7d28c3
|
Bug 1065811 - Track Xray waivers with CPOWs. r=billm
|
2014-09-25 13:13:29 +02:00 |
|
Bobby Holley
|
4f60ec8b3f
|
Bug 1065811 - Stop statically computing callability/constructibility on CPOWs. r=billm
|
2014-09-25 13:13:29 +02:00 |
|
Bill McCloskey
|
41b9d7aba6
|
Bug 1060042 - CPOWs need a hasInstance hook (r=mrbkap)
|
2014-09-10 17:15:40 -07:00 |
|
Bobby Holley
|
e70ddb7476
|
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
|
2014-08-14 18:47:15 -07:00 |
|
Ryan VanderMeulen
|
30ae466592
|
Backed out changesets 5b1a3161f614, 17a9673ed782, and a9b8c346d295 (bug 1052052) for B2G non-unified bustage.
|
2014-08-14 17:23:10 -04:00 |
|
Bobby Holley
|
3e4d70a655
|
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
|
2014-08-14 12:54:34 -07:00 |
|
Bill McCloskey
|
026f5d0e68
|
Bug 1017109 - Add construct hook for CPOWs (r=mrbkap)
|
2014-06-30 17:50:58 -07:00 |
|
Bill McCloskey
|
3d9e496beb
|
Bug 1029202 - Allow CPOW receivers to be non-CPOWs (r=mrbkap)
|
2014-06-30 17:48:09 -07:00 |
|
Tom Schuster
|
8f9489bd37
|
Bug 957742 - Logging for CPOWs (r=mrbkap)
|
2014-05-28 18:05:22 -07:00 |
|
Bill McCloskey
|
b4170c4e66
|
Bug 996785 - Bidirectional CPOWs (r=mrbkap)
|
2014-05-16 16:40:37 -07:00 |
|
Bill McCloskey
|
88f199c672
|
Bug 996785 - Move CPOW wrapper answering code (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|