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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 method constructor 280 method constructor
281 setter ongattserverdisconnected 281 setter ongattserverdisconnected
282 interface BluetoothRemoteGATTCharacteristic : EventTarget 282 interface BluetoothRemoteGATTCharacteristic : EventTarget
283 attribute @@toStringTag 283 attribute @@toStringTag
284 getter oncharacteristicvaluechanged 284 getter oncharacteristicvaluechanged
285 getter properties 285 getter properties
286 getter service 286 getter service
287 getter uuid 287 getter uuid
288 getter value 288 getter value
289 method constructor 289 method constructor
290 method getDescriptor
291 method getDescriptors
290 method readValue 292 method readValue
291 method startNotifications 293 method startNotifications
292 method stopNotifications 294 method stopNotifications
293 method writeValue 295 method writeValue
294 setter oncharacteristicvaluechanged 296 setter oncharacteristicvaluechanged
297 interface BluetoothRemoteGATTDescriptor : EventTarget
298 attribute @@toStringTag
299 getter characteristic
300 getter ondescriptorvaluechanged
301 getter uuid
302 getter value
303 method constructor
304 method readValue
305 method writeValue
306 setter ondescriptorvaluechanged
295 interface BluetoothRemoteGATTServer 307 interface BluetoothRemoteGATTServer
296 attribute @@toStringTag 308 attribute @@toStringTag
297 getter connected 309 getter connected
298 getter device 310 getter device
299 method connect 311 method connect
300 method constructor 312 method constructor
301 method disconnect 313 method disconnect
302 method getPrimaryService 314 method getPrimaryService
303 method getPrimaryServices 315 method getPrimaryServices
304 interface BluetoothRemoteGATTService 316 interface BluetoothRemoteGATTService
(...skipping 7469 matching lines...) Expand 10 before | Expand all | Expand 10 after
7774 method stop 7786 method stop
7775 method webkitCancelAnimationFrame 7787 method webkitCancelAnimationFrame
7776 method webkitCancelRequestAnimationFrame 7788 method webkitCancelRequestAnimationFrame
7777 method webkitRequestAnimationFrame 7789 method webkitRequestAnimationFrame
7778 method webkitRequestFileSystem 7790 method webkitRequestFileSystem
7779 method webkitResolveLocalFileSystemURL 7791 method webkitResolveLocalFileSystemURL
7780 PASS successfullyParsed is true 7792 PASS successfullyParsed is true
7781 7793
7782 TEST COMPLETE 7794 TEST COMPLETE
7783 7795
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698