Andrew McCreight
|
0c176ddcff
|
Bug 1062479 - Use static strings for WeakReference type names. r=ehsan
|
2015-04-24 09:43:01 -07:00 |
|
Ehsan Akhgari
|
883849ee32
|
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
|
242708cf72
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
--HG--
extra : rebase_source : 488e401ff87e31a2074c4108c4df0572d9536667
|
2015-02-09 14:34:50 -08:00 |
|
Andrew McCreight
|
d3826daa16
|
Back out Bug 1127201 (part 2) for various problems.
|
2015-02-06 15:04:32 -08:00 |
|
Nicholas Nethercote
|
d34f0301b8
|
Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
--HG--
extra : rebase_source : 99182e70335d2b5ff95f8c528ae992d37294be3a
|
2015-02-04 20:05:36 -08:00 |
|
Bill McCloskey
|
c04f106018
|
Bug 1124933 - Include crash reason when intentionally crashing content process (r=bent)
|
2015-02-03 09:09:27 -08:00 |
|
Bill McCloskey
|
f6534c08fb
|
Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent)
|
2015-01-16 18:34:47 -08:00 |
|
Carsten "Tomcat" Book
|
1160541f6f
|
Backed out changeset f7d82a8a8e94 (bug 1118618) for Bustage on a CLOSED TREE
|
2015-01-13 08:44:29 +01:00 |
|
Bill McCloskey
|
eec94c71f5
|
Bug 1118618 - IPDL notifications when sending sync messages (r=bent)
|
2015-01-12 23:06:48 -08:00 |
|
Brad Lassey
|
b536664cf4
|
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)
|
a6fea7c09c
|
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
|
54645ad792
|
Backed out changeset 0b73bd6d5d9c (bug 1032125) for causing regressions
|
2014-09-22 12:45:48 +02:00 |
|
Patrick Wang (Chih-Kai Wang)
|
c8e896b33c
|
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
|
8c30ba3274
|
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)
|
c5cc9fe0f1
|
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
|
43649dec8a
|
Bug 1044322 - Reset the channel listener on the correct thread. r=bsmedberg
CLOSED TREE
|
2014-08-08 18:19:33 -07:00 |
|
Ryan VanderMeulen
|
f7fcc23040
|
Backed out changeset 8f9508342de9 (bug 1044322) for mochitest leaks.
|
2014-08-08 22:18:41 -04:00 |
|
Ben Turner
|
3bd6fe6f31
|
Bug 1044322 - Reset the channel listener on the correct thread, r=bsmedberg.
|
2014-08-08 18:19:33 -07:00 |
|
Ehsan Akhgari
|
c8380d74dd
|
Bug 1045067 - Fix some bad implicit constructors in dom/content/ipc; r=smaug
|
2014-07-28 13:17:51 -04:00 |
|
Ehsan Akhgari
|
5704b555e2
|
Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
|
2014-02-20 21:33:49 -05:00 |
|
David Anderson
|
437f6053a9
|
Rename IPDL's RPC to Interrupt (bug 910020, r=bent).
--HG--
rename : ipc/ipdl/test/cxx/PTestRPCErrorCleanup.ipdl => ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCRaces.ipdl => ipc/ipdl/test/cxx/PTestInterruptRaces.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCShutdownRace.ipdl => ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl
rename : ipc/ipdl/test/cxx/PTestRacyRPCReplies.ipdl => ipc/ipdl/test/cxx/PTestRacyInterruptReplies.ipdl
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.cpp => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.cpp
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.h => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.h
rename : ipc/ipdl/test/cxx/TestRPCRaces.cpp => ipc/ipdl/test/cxx/TestInterruptRaces.cpp
rename : ipc/ipdl/test/cxx/TestRPCRaces.h => ipc/ipdl/test/cxx/TestInterruptRaces.h
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.cpp => ipc/ipdl/test/cxx/TestInterruptShutdownRace.cpp
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.h => ipc/ipdl/test/cxx/TestInterruptShutdownRace.h
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.cpp => ipc/ipdl/test/cxx/TestRacyInterruptReplies.cpp
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.h => ipc/ipdl/test/cxx/TestRacyInterruptReplies.h
rename : ipc/ipdl/test/ipdl/error/rpcMessageCompress.ipdl => ipc/ipdl/test/ipdl/error/intrMessageCompress.ipdl
rename : ipc/ipdl/test/ipdl/error/tooWeakRPCAsync.ipdl => ipc/ipdl/test/ipdl/error/tooWeakInterruptAsync.ipdl
rename : ipc/ipdl/test/ipdl/ok/rpcProtocol.ipdl => ipc/ipdl/test/ipdl/ok/intrProtocol.ipdl
|
2013-09-30 17:27:45 -07:00 |
|
David Anderson
|
fd2cf49aa1
|
Combine AsyncChannel, SyncChannel, and RPCChannel into one class (bug 901789, r=cjones,bent).
--HG--
rename : ipc/glue/RPCChannel.cpp => ipc/glue/MessageChannel.cpp
rename : ipc/glue/RPCChannel.h => ipc/glue/MessageChannel.h
|
2013-09-27 18:42:08 -07:00 |
|