зеркало из https://github.com/mozilla/gecko-dev.git
0fc8c3e5a1
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. |
||
---|---|---|
.. | ||
app | ||
chromium | ||
contentproc | ||
dbus | ||
glue | ||
hal | ||
ipdl | ||
keystore | ||
netd | ||
nfc | ||
ril | ||
testshell | ||
unixfd | ||
unixsocket | ||
moz.build | ||
pull-chromium.py |