Steve Fink
|
67d7e8dcdc
|
Bug 1406570 - Rooting improvements, r=jonco,bz
--HG--
extra : rebase_source : 48d6fd63e016abe7a6ce22e621d25858560e61f1
|
2017-10-09 10:59:02 -07:00 |
Nicholas Nethercote
|
72c884bf74
|
Bug 1384835 (part 3, attempt 2) - Remove the Preferences::Get*CString() variants that return nsAdoptingCString. r=froydnj.
--HG--
extra : rebase_source : d317b25be2ec21d1a60d25da3689e46cdce0b649
|
2017-07-31 14:28:48 +10:00 |
Tooru Fujisawa
|
ddd36fec56
|
Bug 1332245 - Move nsScriptError from js/xpconnect to dom/bindings. r=bz
--HG--
rename : js/xpconnect/idl/nsIScriptError.idl => dom/bindings/nsIScriptError.idl
rename : js/xpconnect/src/nsScriptError.cpp => dom/bindings/nsScriptError.cpp
rename : js/xpconnect/src/nsScriptErrorWithStack.cpp => dom/bindings/nsScriptErrorWithStack.cpp
|
2017-01-28 00:42:47 +09:00 |
Andrew McCreight
|
1664a1d93b
|
Bug 1331115 - Fix two typos in CPOW code. r=billm
MozReview-Commit-ID: FAh7O1U9hGP
--HG--
extra : rebase_source : 6f77705351a40924241a93ca5f2d81d607399c9e
|
2017-01-13 09:49:17 -08:00 |
Bill McCloskey
|
cbd15a0459
|
Bug 1311212 - Add dead CPOW debugging facility (r=mrbkap)
|
2016-10-19 16:26:23 -07:00 |
Tooru Fujisawa
|
6d493d48ec
|
Bug 1289050 - Part 1: Use ASCII variant of JS_ReportError in simple case. r=jwalden
|
2016-08-14 20:39:28 +09:00 |
Jan de Mooij
|
b066365085
|
Bug 1292892 part 7 - Remove unnecessary JSContext arguments from IPC classes. r=bz
|
2016-08-11 14:39:23 +02:00 |
Jan de Mooij
|
0ad12515f4
|
Bug 1292892 part 1 - Stop using JSRuntime outside SpiderMonkey. r=bz,terrence,fitzgen,kanru
|
2016-08-11 14:39:22 +02:00 |
Bill McCloskey
|
c952246316
|
Bug 1214824 - Forbid CPOW usage if add-on declares it is multiprocessCompatible (r=mrbkap)
|
2016-07-05 13:59:36 -07:00 |
Jan de Mooij
|
4ba1239131
|
Bug 1283855 part 11 - Make some GC callback APIs take JSContext instead of JSRuntime. r=terrence,mccr8
|
2016-07-05 14:35:19 +02:00 |
Phil Ringnalda
|
ef87dff4e9
|
Back out 14928a6b38f3 (bug 1214824) for leaking an nsStringBuffer in debug e10s devtools
|
2016-06-30 21:12:11 -07:00 |
Bill McCloskey
|
3f712641d1
|
Bug 1214824 - Forbid CPOW usage if add-on declares it is multiprocessCompatible (r=mrbkap)
|
2016-06-30 17:38:54 -07:00 |
Jonathan Watt
|
b15368cfcb
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
Benjamin Smedberg
|
68b656f551
|
Bug 1245901 - Measure counts of browser CPOW usage which is now rejected, r=billm
MozReview-Commit-ID: GwLq9EoDEuR
--HG--
extra : rebase_source : 84a84edfea9628aeed53903bfa3c9897793df34f
extra : amend_source : 58e846e6be3c5bf3a787723c45ec5b2d67913051
|
2016-02-16 11:21:11 -05:00 |
Bill McCloskey
|
c95da3e673
|
Bug 1233497 - Fix infrastructure for disallowing unsafe CPOWs in browser code. r=mrbkap
--HG--
extra : commitid : AkRt0J9Cpgt
extra : rebase_source : 39bf3c27ce593c95e4aecb5f7bb55a8ffc05382c
|
2016-01-05 19:28:27 -05:00 |
Bill McCloskey
|
35328ff29a
|
Bug 1215167 - Forbid unsafe browser CPOWs (disabled by default for now) (r=mrbkap)
|
2015-11-05 13:17:04 -08:00 |
Wes Kocher
|
cad6f9789a
|
Backed out changeset 89446bf8d6b8 (bug 1215167) for introducing a hazard
--HG--
extra : commitid : 19K8BX0d4Wz
|
2015-11-04 16:16:59 -08:00 |
Bill McCloskey
|
ac2ca63fc1
|
Bug 1215167 - Forbid unsafe browser CPOWs (disabled by default for now) (r=mrbkap)
|
2015-11-04 13:40:15 -08:00 |
Makoto Kato
|
0728b9028d
|
Bug 1187773 - Don't include heapapi.h from js/public. r=jorendorff
|
2015-08-06 15:34:08 +09:00 |
Makoto Kato
|
f2347c180c
|
Backed out changeset a3243d1ec51f due to invalid bug number
|
2015-08-06 15:32:14 +09:00 |
Makoto Kato
|
2f0bdf40c9
|
Bug 187773 - Don't include heapapi.h from js/public. r=jorendorff
|
2015-08-06 11:48:46 +09:00 |
Jan de Mooij
|
b8b1677f0f
|
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
|
2015-03-28 23:22:11 +01:00 |
Phil Ringnalda
|
c8a25251c1
|
Backed out changeset 0c030f97a04f (bug 1144366 ) for being on top of patches being backed out
CLOSED TREE
|
2015-03-28 10:39:56 -07:00 |
Jan de Mooij
|
8d6d44ecb8
|
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
|
2015-03-28 12:08:37 +01:00 |
Tom Schuster
|
fcb11bbe71
|
Bug 1131003 - Move jsproxy.h to js/Proxy.h. r=efaust
--HG--
rename : js/src/jsproxy.h => js/public/Proxy.h
|
2015-02-10 19:58:18 +01:00 |
Bill McCloskey
|
2f3d90830b
|
Bug 1123461 - Make a real interface for js/ipc (r=dvander)
|
2015-01-26 13:32:18 -08:00 |
Bill McCloskey
|
5c867be0e8
|
Bug 1119753 - Fix CPOW GC crash (r=jonco)
|
2015-01-16 09:56:30 -08:00 |
Bobby Holley
|
8e8a7d28c3
|
Bug 1065811 - Track Xray waivers with CPOWs. r=billm
|
2014-09-25 13:13:29 +02:00 |
Jon Coppeard
|
132fb38dd4
|
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
|
2a5e5e2d96
|
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
|
fbd9cb9af7
|
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
|
14b0872617
|
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
|
b4170c4e66
|
Bug 996785 - Bidirectional CPOWs (r=mrbkap)
|
2014-05-16 16:40:37 -07:00 |
Bill McCloskey
|
c9f2d3779d
|
Bug 996785 - Distinguish local and remote CPOW objects in IPDL (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
Bill McCloskey
|
4ea552c328
|
Bug 996785 - Move CPOW wrapper owner code (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
Bill McCloskey
|
60d6a2696c
|
Bug 996785 - Use separate maps for local and remote CPOW objects (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
Bill McCloskey
|
42b76f44bb
|
Bug 996785 - Rename CPOW makeId/unwrap (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
Bill McCloskey
|
29e7a9ce1d
|
Bug 996785 - Rename CPOW toValue (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
Bill McCloskey
|
2c11e044b8
|
Bug 996785 - Rename CPOW findObject (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
Bill McCloskey
|
9ec71fd998
|
Bug 996785 - Move global CPOW functions to top level (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
Jason Orendorff
|
6e21c723d2
|
Bug 547140, part 2 - Remove flags argument from JS_GetPropertyDescriptor and friends. r=Waldo.
|
2014-04-25 16:11:01 -05:00 |
Bill McCloskey
|
55fab4d8d9
|
Bug 962604 - Add ActorDestroy handling to CPOWs (r=mrbkap)
|
2014-02-05 08:39:59 -08:00 |
Eric Faust
|
fc6584c144
|
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
|
74da1a60c3
|
Bug 959787 - Handlify JS_Set* APIs r=terrence r=bz
|
2014-01-25 09:29:12 +00:00 |
Tom Schuster
|
1faae39271
|
Bug 8844105 - Handlify JS_WrapObject. r=terrence
|
2013-10-15 20:02:23 -04:00 |
Bobby Holley
|
3fc5ba84fa
|
Bug 921454 - Refactor proxy creation to use an options object. r=jonco
|
2013-10-04 13:29:35 +02:00 |
Ryan VanderMeulen
|
af288628a8
|
Merge m-c to inbound.
|
2013-09-30 16:51:06 -04:00 |
Bill McCloskey
|
87e214ec6b
|
Bug 918170 - Handle StopIteration in CPOWs (r=dvander)
|
2013-09-30 12:20:51 -07:00 |
Birunthan Mohanathas
|
578826a89e
|
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 ext:(%2C%20Cervantes%20Yu%20%3Ccyu%40mozilla.com%3E)
|
32bdb371af
|
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 |