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/webexposed/global-interface-listing-expected.txt

Issue 1334763002: bluetooth: Subscribe to notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-origin
Patch Set: Fix global interface test Created 5 years, 2 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.
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 getter productVersion 298 getter productVersion
299 getter uuids 299 getter uuids
300 getter vendorID 300 getter vendorID
301 getter vendorIDSource 301 getter vendorIDSource
302 method connectGATT 302 method connectGATT
303 method constructor 303 method constructor
304 interface BluetoothGATTCharacteristic 304 interface BluetoothGATTCharacteristic
305 getter uuid 305 getter uuid
306 method constructor 306 method constructor
307 method readValue 307 method readValue
308 method startNotifications
309 method stopNotifications
308 method writeValue 310 method writeValue
309 interface BluetoothGATTRemoteServer 311 interface BluetoothGATTRemoteServer
310 getter connected 312 getter connected
311 method constructor 313 method constructor
312 method getPrimaryService 314 method getPrimaryService
313 interface BluetoothGATTService 315 interface BluetoothGATTService
314 getter isPrimary 316 getter isPrimary
315 getter uuid 317 getter uuid
316 method constructor 318 method constructor
317 method getCharacteristic 319 method getCharacteristic
(...skipping 6547 matching lines...) Expand 10 before | Expand all | Expand 10 after
6865 method stop 6867 method stop
6866 method webkitCancelAnimationFrame 6868 method webkitCancelAnimationFrame
6867 method webkitCancelRequestAnimationFrame 6869 method webkitCancelRequestAnimationFrame
6868 method webkitRequestAnimationFrame 6870 method webkitRequestAnimationFrame
6869 method webkitRequestFileSystem 6871 method webkitRequestFileSystem
6870 method webkitResolveLocalFileSystemURL 6872 method webkitResolveLocalFileSystemURL
6871 PASS successfullyParsed is true 6873 PASS successfullyParsed is true
6872 6874
6873 TEST COMPLETE 6875 TEST COMPLETE
6874 6876
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698