Jan de Mooij
|
353df38b83
|
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
|
ebf64fc997
|
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
|
f981f078d8
|
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
|
2015-03-28 12:08:37 +01:00 |
|
Ehsan Akhgari
|
33bb32f549
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Ehsan Akhgari
|
7b8691121b
|
Bug 1119265 - Mark virtual overridden functions as MOZ_OVERRIDE in JS IPC; r=billm
|
2015-01-08 23:10:41 -05:00 |
|
Jon Coppeard
|
23f8fad496
|
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
|
5d41b32105
|
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
|
8a2d317b16
|
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 |
|
Ehsan Akhgari
|
17c1e053f0
|
Bug 1060988 - Fix more bad implicit constructors in JS IPC code; r=billm
|
2014-08-31 21:10:16 -04:00 |
|
Bill McCloskey
|
8652680f22
|
Bug 1052093 - Child->parent CPOWs should go through COWs in the parent for security (r=bholley)
|
2014-08-20 12:49:10 -07:00 |
|
Tom Schuster
|
28ef5afa8b
|
Bug 957742 - Logging for CPOWs (r=mrbkap)
|
2014-05-28 18:05:22 -07:00 |
|
Bill McCloskey
|
f080a0f66d
|
Bug 996785 - Bidirectional CPOWs (r=mrbkap)
|
2014-05-16 16:40:37 -07:00 |
|
Bill McCloskey
|
ace030e0bb
|
Bug 996785 - Distinguish local and remote CPOW objects in IPDL (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|
Bill McCloskey
|
ce0b3770fa
|
Bug 996785 - Move CPOW wrapper answering code (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|
Bill McCloskey
|
708db6e2a8
|
Bug 996785 - Rename CPOW makeId/unwrap (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
|
Bill McCloskey
|
a73db8c4c4
|
Bug 996785 - Rename CPOW object map (r=mrbkap)
|
2014-05-16 16:40:35 -07:00 |
|
Jason Orendorff
|
d50e6f5a9b
|
Bug 547140, part 2 - Remove flags argument from JS_GetPropertyDescriptor and friends. r=Waldo.
|
2014-04-25 16:11:01 -05:00 |
|
Josh Aas
|
81a268a5e4
|
Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE. Part 2. r=bent
|
2014-01-17 13:49:39 -06:00 |
|
Bill McCloskey
|
4c6e8822a8
|
Bug 899804 - Make CPOWs handle instanceof with WebIDL interfaces (r=bz,dvander)
|
2013-08-01 16:45:17 -07:00 |
|
Tom Schuster
|
7f75baf398
|
Bug 890729 - Reorder the CPOW traps. r=dvander
|
2013-07-11 11:23:34 -04:00 |
|
Tom Schuster
|
6d4d57c997
|
Bug 890729 - Implement the missing CPOW traps. r=dvander
|
2013-07-09 22:45:08 -04:00 |
|
David Anderson
|
e90c94517c
|
Rewrite CPOWs to use one actor per process (bug 853209, r=billm,bholley,smaug).
|
2013-07-03 00:24:32 -07:00 |
|