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

Side by Side 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, 1 month 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: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 interface Blob 222 interface Blob
223 attribute @@toStringTag 223 attribute @@toStringTag
224 getter size 224 getter size
225 getter type 225 getter type
226 method constructor 226 method constructor
227 method slice 227 method slice
228 interface BlobEvent : Event 228 interface BlobEvent : Event
229 attribute @@toStringTag 229 attribute @@toStringTag
230 getter data 230 getter data
231 method constructor 231 method constructor
232 interface BluetoothCharacteristicProperties
233 attribute @@toStringTag
234 getter authenticatedSignedWrites
235 getter broadcast
236 getter indicate
237 getter notify
238 getter read
239 getter reliableWrite
240 getter writableAuxiliaries
241 getter write
242 getter writeWithoutResponse
243 method constructor
244 interface BluetoothDevice : EventTarget
245 attribute @@toStringTag
246 getter gatt
247 getter id
248 getter name
249 getter ongattserverdisconnected
250 method constructor
251 setter ongattserverdisconnected
252 interface BluetoothRemoteGATTCharacteristic : EventTarget
253 attribute @@toStringTag
254 getter oncharacteristicvaluechanged
255 getter properties
256 getter service
257 getter uuid
258 getter value
259 method constructor
260 method readValue
261 method startNotifications
262 method stopNotifications
263 method writeValue
264 setter oncharacteristicvaluechanged
265 interface BluetoothRemoteGATTServer
266 attribute @@toStringTag
267 getter connected
268 getter device
269 method connect
270 method constructor
271 method disconnect
272 method getPrimaryService
273 method getPrimaryServices
274 interface BluetoothRemoteGATTService
275 attribute @@toStringTag
276 getter device
277 getter isPrimary
278 getter uuid
279 method constructor
280 method getCharacteristic
281 method getCharacteristics
282 interface BluetoothUUID
283 static method canonicalUUID
284 static method getCharacteristic
285 static method getDescriptor
286 static method getService
287 attribute @@toStringTag
288 method constructor
232 interface BroadcastChannel : EventTarget 289 interface BroadcastChannel : EventTarget
233 attribute @@toStringTag 290 attribute @@toStringTag
234 getter name 291 getter name
235 getter onmessage 292 getter onmessage
236 method close 293 method close
237 method constructor 294 method constructor
238 method postMessage 295 method postMessage
239 setter onmessage 296 setter onmessage
240 interface ByteLengthQueuingStrategy 297 interface ByteLengthQueuingStrategy
241 method constructor 298 method constructor
(...skipping 3199 matching lines...) Expand 10 before | Expand all | Expand 10 after
3441 method item 3498 method item
3442 method removeNamedItem 3499 method removeNamedItem
3443 method removeNamedItemNS 3500 method removeNamedItemNS
3444 method setNamedItem 3501 method setNamedItem
3445 method setNamedItemNS 3502 method setNamedItemNS
3446 interface Navigator 3503 interface Navigator
3447 attribute @@toStringTag 3504 attribute @@toStringTag
3448 getter appCodeName 3505 getter appCodeName
3449 getter appName 3506 getter appName
3450 getter appVersion 3507 getter appVersion
3508 getter bluetooth
3451 getter cookieEnabled 3509 getter cookieEnabled
3452 getter credentials 3510 getter credentials
3453 getter doNotTrack 3511 getter doNotTrack
3454 getter geolocation 3512 getter geolocation
3455 getter hardwareConcurrency 3513 getter hardwareConcurrency
3456 getter language 3514 getter language
3457 getter languages 3515 getter languages
3458 getter maxTouchPoints 3516 getter maxTouchPoints
3459 getter mediaDevices 3517 getter mediaDevices
3460 getter mimeTypes 3518 getter mimeTypes
(...skipping 3395 matching lines...) Expand 10 before | Expand all | Expand 10 after
6856 method stop 6914 method stop
6857 method webkitCancelAnimationFrame 6915 method webkitCancelAnimationFrame
6858 method webkitCancelRequestAnimationFrame 6916 method webkitCancelRequestAnimationFrame
6859 method webkitRequestAnimationFrame 6917 method webkitRequestAnimationFrame
6860 method webkitRequestFileSystem 6918 method webkitRequestFileSystem
6861 method webkitResolveLocalFileSystemURL 6919 method webkitResolveLocalFileSystemURL
6862 PASS successfullyParsed is true 6920 PASS successfullyParsed is true
6863 6921
6864 TEST COMPLETE 6922 TEST COMPLETE
6865 6923
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698