Cervantes Yu
|
0d4bba27ca
|
Bug 1166207 - Load preload.js in the Nuwa process. r=khuey
|
2015-08-28 17:57:44 +08:00 |
|
Andrew McCreight
|
c3ece81b35
|
Bug 1062479 - Use static strings for WeakReference type names. r=ehsan
|
2015-04-24 09:43:01 -07:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
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 |
|
Nicholas Nethercote
|
0247de46d8
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
|
Andrew McCreight
|
e048a7df33
|
Back out Bug 1127201 (part 2) for various problems.
|
2015-02-06 15:04:32 -08:00 |
|
Nicholas Nethercote
|
40ab0270d5
|
Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
|
2015-02-04 20:05:36 -08:00 |
|
Bill McCloskey
|
021be81884
|
Bug 1124933 - Include crash reason when intentionally crashing content process (r=bent)
|
2015-02-03 09:09:27 -08:00 |
|
Bill McCloskey
|
6fd30079d3
|
Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent)
|
2015-01-16 18:34:47 -08:00 |
|
Carsten "Tomcat" Book
|
7c17e3ee6f
|
Backed out changeset f7d82a8a8e94 (bug 1118618) for Bustage on a CLOSED TREE
|
2015-01-13 08:44:29 +01:00 |
|
Bill McCloskey
|
7b19060fb7
|
Bug 1118618 - IPDL notifications when sending sync messages (r=bent)
|
2015-01-12 23:06:48 -08:00 |
|
Brad Lassey
|
fa3d265a4f
|
bug 1097998 - Warn when using CPOWs when content process isn't in a safe state r=billm, bholley
|
2015-01-02 13:50:21 -05:00 |
|
Patrick Wang (Chih-Kai Wang)
|
7a2c482d1d
|
Bug 1032125: Part 1: Prevent from sending message to Nuwa after Nuwa frozen. r=khuey
|
2014-09-30 22:12:11 +08:00 |
|
Carsten "Tomcat" Book
|
d48de06703
|
Backed out changeset 0b73bd6d5d9c (bug 1032125) for causing regressions
|
2014-09-22 12:45:48 +02:00 |
|
Patrick Wang (Chih-Kai Wang)
|
3db8d87c1b
|
Bug 1032125: Part 1: Prevent from sending message to Nuwa after Nuwa frozen. r=khuey
|
2014-09-19 17:11:15 +08:00 |
|
Carsten "Tomcat" Book
|
cfddef77c5
|
Backed out changeset 78b119af926a (bug 1032125) for bustage on B2g non-unified builds on a CLOSED TREE
|
2014-09-18 15:14:19 +02:00 |
|
Patrick Wang (Chih-Kai Wang)
|
f8e7063d19
|
Bug 1032125: Part 1: Prevent from sending message to Nuwa after Nuwa frozen. r=khuey
|
2014-09-18 10:29:13 +08:00 |
|
Ben Turner
|
26f402fa75
|
Bug 1044322 - Reset the channel listener on the correct thread. r=bsmedberg
CLOSED TREE
|
2014-08-08 18:19:33 -07:00 |
|
Ryan VanderMeulen
|
20c64d4037
|
Backed out changeset 8f9508342de9 (bug 1044322) for mochitest leaks.
|
2014-08-08 22:18:41 -04:00 |
|
Ben Turner
|
108e20155d
|
Bug 1044322 - Reset the channel listener on the correct thread, r=bsmedberg.
|
2014-08-08 18:19:33 -07:00 |
|
Ehsan Akhgari
|
d4de10d6c7
|
Bug 1045067 - Fix some bad implicit constructors in dom/content/ipc; r=smaug
|
2014-07-28 13:17:51 -04:00 |
|
Ehsan Akhgari
|
f3e1351879
|
Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
|
2014-02-20 21:33:49 -05:00 |
|
David Anderson
|
b4cb2d8837
|
Rename IPDL's RPC to Interrupt (bug 910020, r=bent).
|
2013-09-30 17:27:45 -07:00 |
|
David Anderson
|
d2c237dd72
|
Combine AsyncChannel, SyncChannel, and RPCChannel into one class (bug 901789, r=cjones,bent).
|
2013-09-27 18:42:08 -07:00 |
|