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

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 more 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 3fa0bae4e1de74881914ec27c4cd5765530ce638..62e6901df7a5250d63863ff5bf7e8367b3ef83c6 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,63 @@ 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
+ 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 +3505,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