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
DaemonSocketConnector.h
DaemonSocketConsumer.cpp
DaemonSocketConsumer.h
DaemonSocketMessageHandlers.h
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
DaemonSocketPDUHelpers.h Bug 1251541: Replace |nsAutoArrayPtr<>| with |UniquePtr<[]>| in Bluetooth interfaces, r=shuang 2016-02-29 12:15:08 +01:00
moz.build