LGTM https://codereview.chromium.org/1182973002/diff/40001/Source/modules/bluetooth/Bluetooth.cpp File Source/modules/bluetooth/Bluetooth.cpp (right): https://codereview.chromium.org/1182973002/diff/40001/Source/modules/bluetooth/Bluetooth.cpp#newcode36 Source/modules/bluetooth/Bluetooth.cpp:36: webFilter.services.assign(services); why do you use assign instead of ...
4 years, 10 months ago
(2015-06-15 19:13:37 UTC)
#9
https://codereview.chromium.org/1182973002/diff/80001/Source/modules/bluetooth/RequestDeviceOptions.idl File Source/modules/bluetooth/RequestDeviceOptions.idl (right): https://codereview.chromium.org/1182973002/diff/80001/Source/modules/bluetooth/RequestDeviceOptions.idl#newcode9 Source/modules/bluetooth/RequestDeviceOptions.idl:9: sequence<BluetoothServiceUUID> optionalServices/* = []*/; Do you know if a ...
4 years, 10 months ago
(2015-06-24 19:35:51 UTC)
#21
4 years, 10 months ago
(2015-06-24 22:33:31 UTC)
#22
Message was sent while issue was closed.
https://codereview.chromium.org/1182973002/diff/80001/Source/modules/bluetoot...
File Source/modules/bluetooth/RequestDeviceOptions.idl (right):
https://codereview.chromium.org/1182973002/diff/80001/Source/modules/bluetoot...
Source/modules/bluetooth/RequestDeviceOptions.idl:9:
sequence<BluetoothServiceUUID> optionalServices/* = []*/;
On 2015/06/24 19:35:51, ortuno wrote:
> Do you know if a dictionary can have sequence of unions? I tried to replace
> BluetoothServiceUUID with 'String or unsigned long' and it's not generating
the
> right code.
WebIDL doesn't say anything about it not working, but Blink's IDL compiler could
be broken. I think you would need to write "sequence<(String or unsigned
long)>".
Issue 1182973002: Implement the Blink side of RequestDeviceOptions.
(Closed)
Created 4 years, 10 months ago by Jeffrey Yasskin
Modified 4 years, 10 months ago
Reviewers: ortuno, scheib
Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Comments: 10