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

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

Issue 1763923002: Remove Web Bluetooth from Experimental in M50. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge TOT Created 4 years, 9 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.
14 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead. 13 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead.
15 This test documents all interface attributes and methods on the global window ob ject and element instances. 14 This test documents all interface attributes and methods on the global window ob ject and element instances.
16 15
17 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
18 17
19 18
20 [INTERFACES] 19 [INTERFACES]
21 interface AnalyserNode : AudioNode 20 interface AnalyserNode : AudioNode
22 getter fftSize 21 getter fftSize
23 getter frequencyBinCount 22 getter frequencyBinCount
(...skipping 3027 matching lines...) Expand 10 before | Expand all | Expand 10 after
3051 method getNamedItemNS 3050 method getNamedItemNS
3052 method item 3051 method item
3053 method removeNamedItem 3052 method removeNamedItem
3054 method removeNamedItemNS 3053 method removeNamedItemNS
3055 method setNamedItem 3054 method setNamedItem
3056 method setNamedItemNS 3055 method setNamedItemNS
3057 interface Navigator 3056 interface Navigator
3058 getter appCodeName 3057 getter appCodeName
3059 getter appName 3058 getter appName
3060 getter appVersion 3059 getter appVersion
3061 getter bluetooth
3062 getter cookieEnabled 3060 getter cookieEnabled
3063 getter credentials 3061 getter credentials
3064 getter doNotTrack 3062 getter doNotTrack
3065 getter geolocation 3063 getter geolocation
3066 getter hardwareConcurrency 3064 getter hardwareConcurrency
3067 getter language 3065 getter language
3068 getter languages 3066 getter languages
3069 getter maxTouchPoints 3067 getter maxTouchPoints
3070 getter mediaDevices 3068 getter mediaDevices
3071 getter mimeTypes 3069 getter mimeTypes
(...skipping 2810 matching lines...) Expand 10 before | Expand all | Expand 10 after
5882 setter host 5880 setter host
5883 setter hostname 5881 setter hostname
5884 setter href 5882 setter href
5885 setter password 5883 setter password
5886 setter pathname 5884 setter pathname
5887 setter port 5885 setter port
5888 setter protocol 5886 setter protocol
5889 setter search 5887 setter search
5890 setter username 5888 setter username
5891 [GLOBAL OBJECT] 5889 [GLOBAL OBJECT]
5892 attribute BluetoothAdvertisingData
5893 attribute BluetoothCharacteristicProperties
5894 attribute BluetoothDevice
5895 attribute BluetoothRemoteGATTCharacteristic
5896 attribute BluetoothRemoteGATTServer
5897 attribute BluetoothRemoteGATTService
5898 attribute BluetoothUUID
5899 attribute GCController 5890 attribute GCController
5900 attribute accessibilityController 5891 attribute accessibilityController
5901 attribute applicationCache 5892 attribute applicationCache
5902 attribute caches 5893 attribute caches
5903 attribute clientInformation 5894 attribute clientInformation
5904 attribute closed 5895 attribute closed
5905 attribute console 5896 attribute console
5906 attribute crypto 5897 attribute crypto
5907 attribute defaultStatus 5898 attribute defaultStatus
5908 attribute defaultstatus 5899 attribute defaultstatus
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
6088 method stop 6079 method stop
6089 method webkitCancelAnimationFrame 6080 method webkitCancelAnimationFrame
6090 method webkitCancelRequestAnimationFrame 6081 method webkitCancelRequestAnimationFrame
6091 method webkitRequestAnimationFrame 6082 method webkitRequestAnimationFrame
6092 method webkitRequestFileSystem 6083 method webkitRequestFileSystem
6093 method webkitResolveLocalFileSystemURL 6084 method webkitResolveLocalFileSystemURL
6094 PASS successfullyParsed is true 6085 PASS successfullyParsed is true
6095 6086
6096 TEST COMPLETE 6087 TEST COMPLETE
6097 6088
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