Thomas Zimmermann
0fc8c3e5a1
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
..
2016-02-08 11:24:22 -08:00
2016-02-06 09:38:55 -08:00
2016-02-27 06:39:58 +09:00
2016-02-10 13:58:27 -08:00
2016-02-10 08:23:00 +01:00
2016-02-12 16:38:31 +01:00
2016-01-30 09:05:36 -08:00
2016-02-29 01:53:14 -05:00
2016-01-30 09:05:36 -08:00
2016-02-27 17:32:42 +01:00
2016-02-29 12:15:08 +01:00
2016-02-08 11:24:22 -08:00
2016-02-25 19:15:16 -08:00
2016-02-10 08:23:00 +01:00
2016-02-02 17:36:30 +02:00
2016-02-25 17:47:50 -08:00
2016-01-30 09:05:36 -08:00
2016-01-29 09:24:25 -08:00
2016-02-09 16:43:00 +01:00
2016-02-25 10:51:41 -05:00
2016-02-10 08:23:00 +01:00
2016-02-16 09:07:52 -08:00
2016-02-29 00:03:01 -05:00
2016-02-27 13:54:11 -08:00
2016-02-11 19:07:16 +02:00
2016-02-01 20:56:43 +00:00
2016-01-30 09:05:36 -08:00
2016-02-17 17:17:54 -08:00
2016-02-19 16:30:09 -08:00
2016-02-27 12:53:28 -06:00
2016-01-30 09:05:36 -08:00
2016-01-26 18:06:00 -08:00
2016-02-11 17:50:42 -05:00
2016-02-26 13:58:47 -08:00
2016-01-30 09:05:36 -08:00
2016-02-26 10:04:00 +01:00
2016-02-29 01:53:15 -05:00
2016-02-15 08:57:00 +01:00
2016-01-30 09:05:36 -08:00
2016-02-25 19:15:16 -08:00
2016-02-09 13:05:40 +00:00
2016-02-24 18:01:12 +11:00
2016-02-29 11:35:30 +01:00
2016-02-24 11:54:35 -08:00
2016-02-08 11:24:22 -08:00
2016-01-30 09:05:36 -08:00
2016-01-30 09:05:36 -08:00
2016-02-09 17:27:28 -05:00
2016-02-20 11:06:25 +08:00
2016-01-30 09:05:36 -08:00
2016-02-25 16:05:39 -05:00
2016-01-30 09:05:36 -08:00
2016-02-23 12:55:10 -08:00
2016-02-15 19:38:11 +01:00
2016-02-25 15:26:13 -08:00
2016-02-16 15:08:00 +01:00
2016-02-02 17:08:07 +08:00
2016-02-26 15:23:12 -05:00
2016-02-27 13:54:11 -08:00
2016-02-23 07:55:21 -08:00
2016-02-08 11:24:22 -08:00
2016-02-16 15:46:36 +01:00
2016-01-29 09:24:25 -08:00
2016-02-16 23:07:00 +01:00
2016-01-30 09:05:36 -08:00
2016-02-24 22:27:09 -08:00
2016-02-17 19:24:40 -08:00
2016-02-24 19:43:07 +02:00
2016-01-30 09:05:36 -08:00
2016-02-26 10:00:01 -08:00
2016-01-30 09:05:36 -08:00
2016-01-30 09:05:36 -08:00
2016-02-09 16:43:00 +01:00
2016-02-02 17:36:30 +02:00
2016-02-16 12:53:33 -08:00
2016-02-27 06:39:39 +09:00
2016-01-25 22:55:00 +08:00
2016-02-27 13:54:11 -08:00
2016-02-14 15:59:48 +01:00
2016-02-26 02:41:00 +01:00
2016-02-17 11:46:50 -08:00
2016-02-14 15:59:48 +01:00
2016-02-09 16:43:00 +01:00