New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebBluetooth fixes for the wpt tests #13918
Merged
+455
−492
Move bluetooth-helper.js
91a0c4d
Select commit
11dbb71
Return with InvalidStateError if a Bluetooth id is not cached.
zakorgy b72dcf3
Check if the BluetoothDevice is connected, when calling getGATT funct…
zakorgy 2b4829b
Removing uuids field from BluetoothDevice with the related test cases.
zakorgy 4ed461c
Accepting empty deviceName, when requesting a BluetoothDevice.
zakorgy 98f2233
Return with NotFoundError insted of TypeError, when adapter is not fo…
baa024e
Return with NotFoundError when the requested deviceName/deviceNamePre…
0eeb56b
Remove not allowed services when calling getPrimaryServices.
zakorgy dd733f6
Update the value of the Characteristic/Descriptor when calling writeV…
zakorgy d30bcbd
Blacklisted items are removed when calling getServices/Characteristic…
e8c1c98
Return the same JS object for the same Bluetooth item.
zakorgy 91a0c4d
Move bluetooth-helper.js
zakorgy
Merged
WebBluetooth fixes for the wpt tests #13918
Move bluetooth-helper.js
Oct 6, 2016
Oct 6, 2016
Oct 7, 2016
Oct 7, 2016
Oct 6, 2016
Oct 7, 2016
Oct 7, 2016
Oct 7, 2016
Oct 10, 2016
Oct 7, 2016
Nov 7, 2016
91a0c4d
Select commit
11dbb71
Return with InvalidStateError if a Bluetooth id is not cached.
zakorgy b72dcf3
Check if the BluetoothDevice is connected, when calling getGATT funct…
zakorgy 2b4829b
Removing uuids field from BluetoothDevice with the related test cases.
zakorgy 4ed461c
Accepting empty deviceName, when requesting a BluetoothDevice.
zakorgy 98f2233
Return with NotFoundError insted of TypeError, when adapter is not fo…
baa024e
Return with NotFoundError when the requested deviceName/deviceNamePre…
0eeb56b
Remove not allowed services when calling getPrimaryServices.
zakorgy dd733f6
Update the value of the Characteristic/Descriptor when calling writeV…
zakorgy d30bcbd
Blacklisted items are removed when calling getServices/Characteristic…
e8c1c98
Return the same JS object for the same Bluetooth item.
zakorgy 91a0c4d
Move bluetooth-helper.js
zakorgy