Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt |
| index 7fd46d487febe789c06e197fbeb73c4b0001bffd..65ea5c69fa84541b6ddaa6f36ede1ec6c12bd603 100644 |
| --- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt |
| @@ -229,6 +229,64 @@ interface BlobEvent : Event |
| attribute @@toStringTag |
| getter data |
| method constructor |
| +interface BluetoothCharacteristicProperties |
| + attribute @@toStringTag |
| + getter authenticatedSignedWrites |
| + getter broadcast |
| + getter indicate |
| + getter notify |
| + getter read |
| + getter reliableWrite |
| + getter writableAuxiliaries |
| + getter write |
| + getter writeWithoutResponse |
| + method constructor |
| +interface BluetoothDevice : EventTarget |
| + attribute @@toStringTag |
| + getter gatt |
| + getter id |
| + getter name |
| + getter ongattserverdisconnected |
| + getter uuids |
|
Rick Byers
2016/10/24 16:38:43
I don't see a "uuids" property on BluetoothDevice
juncai
2016/10/26 15:54:55
uuids property is deprecated recently, so it is re
Rick Byers
2016/10/26 17:05:05
Why would we want to ship it then? Can't we strai
juncai
2016/10/26 17:37:38
Since WebBluetooth API is now in origin trial, and
juncai
2016/10/27 18:38:29
Removed BluetoothDevice's "uuids" property.
Rick Byers
2016/10/27 20:37:53
Thanks!
|
| + method constructor |
| + setter ongattserverdisconnected |
| +interface BluetoothRemoteGATTCharacteristic : EventTarget |
| + attribute @@toStringTag |
| + getter oncharacteristicvaluechanged |
| + getter properties |
| + getter service |
| + getter uuid |
| + getter value |
| + method constructor |
| + method readValue |
| + method startNotifications |
| + method stopNotifications |
| + method writeValue |
| + setter oncharacteristicvaluechanged |
| +interface BluetoothRemoteGATTServer |
| + attribute @@toStringTag |
| + getter connected |
| + getter device |
| + method connect |
| + method constructor |
| + method disconnect |
| + method getPrimaryService |
| + method getPrimaryServices |
| +interface BluetoothRemoteGATTService |
| + attribute @@toStringTag |
| + getter device |
| + getter isPrimary |
| + getter uuid |
| + method constructor |
| + method getCharacteristic |
| + method getCharacteristics |
| +interface BluetoothUUID |
| + static method canonicalUUID |
| + static method getCharacteristic |
| + static method getDescriptor |
| + static method getService |
| + attribute @@toStringTag |
| + method constructor |
| interface BroadcastChannel : EventTarget |
| attribute @@toStringTag |
| getter name |
| @@ -3448,6 +3506,7 @@ interface Navigator |
| getter appCodeName |
| getter appName |
| getter appVersion |
| + getter bluetooth |
| getter cookieEnabled |
| getter credentials |
| getter doNotTrack |