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

Side by Side 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
11 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 11 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
12 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 12 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
13 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
13 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead. 14 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead.
14 This test documents all interface attributes and methods on the global window ob ject and element instances. 15 This test documents all interface attributes and methods on the global window ob ject and element instances.
15 16
16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 17 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
17 18
18 19
19 [INTERFACES] 20 [INTERFACES]
20 interface AnalyserNode : AudioNode 21 interface AnalyserNode : AudioNode
21 attribute @@toStringTag 22 attribute @@toStringTag
22 getter fftSize 23 getter fftSize
(...skipping 3283 matching lines...) Expand 10 before | Expand all | Expand 10 after
3306 method item 3307 method item
3307 method removeNamedItem 3308 method removeNamedItem
3308 method removeNamedItemNS 3309 method removeNamedItemNS
3309 method setNamedItem 3310 method setNamedItem
3310 method setNamedItemNS 3311 method setNamedItemNS
3311 interface Navigator 3312 interface Navigator
3312 attribute @@toStringTag 3313 attribute @@toStringTag
3313 getter appCodeName 3314 getter appCodeName
3314 getter appName 3315 getter appName
3315 getter appVersion 3316 getter appVersion
3317 getter bluetooth
3316 getter cookieEnabled 3318 getter cookieEnabled
3317 getter credentials 3319 getter credentials
3318 getter doNotTrack 3320 getter doNotTrack
3319 getter geolocation 3321 getter geolocation
3320 getter hardwareConcurrency 3322 getter hardwareConcurrency
3321 getter language 3323 getter language
3322 getter languages 3324 getter languages
3323 getter maxTouchPoints 3325 getter maxTouchPoints
3324 getter mediaDevices 3326 getter mediaDevices
3325 getter mimeTypes 3327 getter mimeTypes
(...skipping 3066 matching lines...) Expand 10 before | Expand all | Expand 10 after
6392 setter host 6394 setter host
6393 setter hostname 6395 setter hostname
6394 setter href 6396 setter href
6395 setter password 6397 setter password
6396 setter pathname 6398 setter pathname
6397 setter port 6399 setter port
6398 setter protocol 6400 setter protocol
6399 setter search 6401 setter search
6400 setter username 6402 setter username
6401 [GLOBAL OBJECT] 6403 [GLOBAL OBJECT]
6404 attribute BluetoothAdvertisingData
6405 attribute BluetoothCharacteristicProperties
6406 attribute BluetoothDevice
6407 attribute BluetoothRemoteGATTCharacteristic
6408 attribute BluetoothRemoteGATTServer
6409 attribute BluetoothRemoteGATTService
6410 attribute BluetoothUUID
6402 attribute GCController 6411 attribute GCController
6403 attribute accessibilityController 6412 attribute accessibilityController
6404 attribute applicationCache 6413 attribute applicationCache
6405 attribute caches 6414 attribute caches
6406 attribute clientInformation 6415 attribute clientInformation
6407 attribute closed 6416 attribute closed
6408 attribute console 6417 attribute console
6409 attribute crypto 6418 attribute crypto
6410 attribute defaultStatus 6419 attribute defaultStatus
6411 attribute defaultstatus 6420 attribute defaultstatus
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
6591 method stop 6600 method stop
6592 method webkitCancelAnimationFrame 6601 method webkitCancelAnimationFrame
6593 method webkitCancelRequestAnimationFrame 6602 method webkitCancelRequestAnimationFrame
6594 method webkitRequestAnimationFrame 6603 method webkitRequestAnimationFrame
6595 method webkitRequestFileSystem 6604 method webkitRequestFileSystem
6596 method webkitResolveLocalFileSystemURL 6605 method webkitResolveLocalFileSystemURL
6597 PASS successfullyParsed is true 6606 PASS successfullyParsed is true
6598 6607
6599 TEST COMPLETE 6608 TEST COMPLETE
6600 6609
OLDNEW
« 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