gecko/ipc/hal
Thomas Zimmermann c242589952 Bug 1251541: Replace |nsAutoArrayPtr<>| with |UniquePtr<[]>| in Bluetooth interfaces, r=shuang
This patch replaces all instances of |nsAutoArrayPtr<>| in the Bluetooth
interfaces with |UniquePtr<[]>|.

In contrast to |nsAutoArrayPtr<>|, |UniquePtr<[]>| doesn't convert to the
underlying pointer type implicitly. This is a problem for the daemon-socket
runnable, which depend on this feature when calling their operations. To
solve this issue, the patch adds |ConvertArg| for each arguemnt, which does
the conversion explicitly.
2016-02-29 12:15:08 +01:00
..
DaemonRunnables.h Bug 1251541: Replace |nsAutoArrayPtr<>| with |UniquePtr<[]>| in Bluetooth interfaces, r=shuang 2016-02-29 12:15:08 +01:00
DaemonSocket.cpp Bug 1194721: Add PDU_ prefix to daemon PDU constants, r=shuang 2016-02-04 12:35:13 +01:00
DaemonSocket.h
DaemonSocketConnector.cpp Bug 1187904: Add |DaemonSocketConnector|, r=shuang 2015-08-03 13:17:02 +02:00
DaemonSocketConnector.h Bug 1187904: Add |DaemonSocketConnector|, r=shuang 2015-08-03 13:17:02 +02:00
DaemonSocketConsumer.cpp
DaemonSocketConsumer.h Bug 1203092: Remove void pointers from Bluetooth's daemon backend, r=shuang 2015-09-15 12:55:02 +02:00
DaemonSocketMessageHandlers.h Bug 1203092: Add |DaemonSocketResultHandler| base class to HAL IPC, r=shuang 2015-09-15 12:55:02 +02:00
DaemonSocketPDU.cpp Bug 1194721: Add PDU_ prefix to daemon PDU constants, r=shuang 2016-02-04 12:35:13 +01:00
DaemonSocketPDU.h Bug 1194721: Add PDU_ prefix to daemon PDU constants, r=shuang 2016-02-04 12:35:13 +01:00
DaemonSocketPDUHelpers.cpp Bug 1202386: Output clear HAL IPC errors, r=shuang 2015-09-10 11:32:26 +02:00
DaemonSocketPDUHelpers.h Bug 1251541: Replace |nsAutoArrayPtr<>| with |UniquePtr<[]>| in Bluetooth interfaces, r=shuang 2016-02-29 12:15:08 +01:00
moz.build Bug 1207030 - Enable -Wshadow flag in more directories that have no -Wshadow warnings. r=glandium 2015-09-22 21:39:03 -07:00