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

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

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Addressing code review comments from ortuno (still working on test changes) Created 4 years 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 and will be remov ed in M57, around March 2017. Please use 'IDBTransaction' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBTransaction' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBRequest' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBRequest' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBObjectStore' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBObjectStore' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated and will be removed in M57, around March 2017. Please use 'IDBKeyRange' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated and will be removed in M57, around March 2017. Please use 'IDBKeyRange' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated and will be removed in M57, around March 2017. Please use 'IDBIndex' instead. See https://www.chromesta tus.com/features/5775330191081472 for more details. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated and will be removed in M57, around March 2017. Please use 'IDBIndex' instead. See https://www.chromesta tus.com/features/5775330191081472 for more details.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBFactory' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBFactory' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated and will be removed in M57, around March 2017. Please use 'IDBDatabase' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated and will be removed in M57, around March 2017. Please use 'IDBDatabase' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details.
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 method constructor 373 method constructor
374 setter ongattserverdisconnected 374 setter ongattserverdisconnected
375 interface BluetoothRemoteGATTCharacteristic : EventTarget 375 interface BluetoothRemoteGATTCharacteristic : EventTarget
376 attribute @@toStringTag 376 attribute @@toStringTag
377 getter oncharacteristicvaluechanged 377 getter oncharacteristicvaluechanged
378 getter properties 378 getter properties
379 getter service 379 getter service
380 getter uuid 380 getter uuid
381 getter value 381 getter value
382 method constructor 382 method constructor
383 method getDescriptor
384 method getDescriptors
383 method readValue 385 method readValue
384 method startNotifications 386 method startNotifications
385 method stopNotifications 387 method stopNotifications
386 method writeValue 388 method writeValue
387 setter oncharacteristicvaluechanged 389 setter oncharacteristicvaluechanged
390 interface BluetoothRemoteGATTDescriptor : EventTarget
391 attribute @@toStringTag
392 getter characteristic
393 getter ondescriptorvaluechanged
394 getter uuid
395 getter value
396 method constructor
397 method readValue
398 method writeValue
399 setter ondescriptorvaluechanged
388 interface BluetoothRemoteGATTServer 400 interface BluetoothRemoteGATTServer
389 attribute @@toStringTag 401 attribute @@toStringTag
390 getter connected 402 getter connected
391 getter device 403 getter device
392 method connect 404 method connect
393 method constructor 405 method constructor
394 method disconnect 406 method disconnect
395 method getPrimaryService 407 method getPrimaryService
396 method getPrimaryServices 408 method getPrimaryServices
397 interface BluetoothRemoteGATTService 409 interface BluetoothRemoteGATTService
(...skipping 8507 matching lines...) Expand 10 before | Expand all | Expand 10 after
8905 method stop 8917 method stop
8906 method webkitCancelAnimationFrame 8918 method webkitCancelAnimationFrame
8907 method webkitCancelRequestAnimationFrame 8919 method webkitCancelRequestAnimationFrame
8908 method webkitRequestAnimationFrame 8920 method webkitRequestAnimationFrame
8909 method webkitRequestFileSystem 8921 method webkitRequestFileSystem
8910 method webkitResolveLocalFileSystemURL 8922 method webkitResolveLocalFileSystemURL
8911 PASS successfullyParsed is true 8923 PASS successfullyParsed is true
8912 8924
8913 TEST COMPLETE 8925 TEST COMPLETE
8914 8926
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698