Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2437943002: Ship WebBluetooth out of origin trial (Closed)
Patch Set: address comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698