gecko-dev/ipc
John Paul Adrian Glaubitz 120b9c868b Bug 1275204 - ipc:chromium: Use better pre-processor defines for sparc64. r=froydnj
Currently, ipc/chromium detects sparc64 by checking whether
__sparc64__ is defined. However, this definition is used on BSD
targets only. Linux targets define both __sparc__ and __arch64__
on sparc64. Since this also works on BSD, rather use __sparc__
and __arch64__ instead of __sparc64__ to detect sparc64 targets.
2017-01-11 16:04:55 +09:00
..
app Bug 1325217 - Remove Windows Vista from <supportedOS> manifest. r=jimm 2016-12-22 07:17:30 +09:00
chromium Bug 1275204 - ipc:chromium: Use better pre-processor defines for sparc64. r=froydnj 2017-01-11 16:04:55 +09:00
contentproc Bug 1318335 - Use C++11's override and remove virtual where applicable in ipc/. r=billm 2016-11-17 15:12:09 +02:00
dbus Bug 1310020 - Remove DOM/bluetooth and related code. r=jst 2016-10-28 14:25:23 -07:00
glue Bug 1319669 - Add TaskTracer labels for IPC messages. r=cyu,billm 2017-01-09 18:46:00 +01:00
hal Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
ipdl Bug 1322553 - part 3 - add profiler start/end markers for sync IPC; r=mstange 2017-01-07 15:56:49 -05:00
keystore Bug 1296316 - Convert nsNSSShutDownObject::CalledFromType to an enum class. r=mgoodwin 2016-08-20 23:00:19 +08:00
mscom Backed out changeset 8da0d71a754c (bug 1325834) for mn-e10s bustage a=backout 2017-01-10 17:33:39 -08:00
netd Bug 1293384 - Part 1: Rename snprintf_literal to SprintfLiteral. r=froydnj 2016-08-14 23:44:00 -07:00
ril Bug 1301010 - Add missing Unused.h, StorageManager.h r=fabrice 2016-09-07 18:52:58 +02:00
testshell Bug 1318335 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in ipc/. r=billm 2016-11-17 15:07:35 +02:00
unixfd Bug 1299384 - Use MOZ_MUST_USE with NS_warn_if_impl(). r=erahm. 2016-09-02 17:12:24 +10:00
unixsocket Bug 1299384 - Use MOZ_MUST_USE with NS_warn_if_impl(). r=erahm. 2016-09-02 17:12:24 +10:00
moz.build Bug 1307525 - Remove MOZ_B2G_RIL-protected code. r=jst 2016-11-07 13:16:07 -08:00
pull-chromium.py