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

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

Issue 1858293002: bluetooth: Enable Web Bluetooth on experimental framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Created 4 years, 8 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 a988625555536010b12bd1ee69d358e82c7d2740..a95e8970d8314d29aabc185b18c5f4e722385864 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
@@ -10,6 +10,7 @@ CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste
CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' instead.
CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead.
CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead.
+CONSOLE ERROR: The 'WebBluetooth' feature is currently enabled in limited trials. Please see [Phosphor console URL] for information on enabling a trial for your site.
Jeffrey Yasskin 2016/04/05 17:22:52 Is there a bug to fill in a real URL for this?
iclelland 2016/04/06 13:56:50 https://bugs.chromium.org/p/chromium/issues/detail
CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead.
This test documents all interface attributes and methods on the global window object and element instances.
@@ -3313,6 +3314,7 @@ interface Navigator
getter appCodeName
getter appName
getter appVersion
+ getter bluetooth
getter cookieEnabled
getter credentials
getter doNotTrack
@@ -6399,6 +6401,13 @@ interface webkitURL
setter search
setter username
[GLOBAL OBJECT]
+ attribute BluetoothAdvertisingData
+ attribute BluetoothCharacteristicProperties
+ attribute BluetoothDevice
+ attribute BluetoothRemoteGATTCharacteristic
+ attribute BluetoothRemoteGATTServer
+ attribute BluetoothRemoteGATTService
+ attribute BluetoothUUID
attribute GCController
attribute accessibilityController
attribute applicationCache
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698