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

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

Issue 1382743002: bluetooth: Add characteristicvaluechanged event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-notifications-1
Patch Set: Address tkent's comments 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 getter name 295 getter name
296 getter paired 296 getter paired
297 getter productID 297 getter productID
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 oncharacteristicvaluechanged
305 getter uuid 306 getter uuid
307 getter value
306 method constructor 308 method constructor
307 method readValue 309 method readValue
308 method startNotifications 310 method startNotifications
309 method stopNotifications 311 method stopNotifications
310 method writeValue 312 method writeValue
313 setter oncharacteristicvaluechanged
311 interface BluetoothGATTRemoteServer 314 interface BluetoothGATTRemoteServer
312 getter connected 315 getter connected
313 method constructor 316 method constructor
314 method getPrimaryService 317 method getPrimaryService
315 interface BluetoothGATTService 318 interface BluetoothGATTService
316 getter isPrimary 319 getter isPrimary
317 getter uuid 320 getter uuid
318 method constructor 321 method constructor
319 method getCharacteristic 322 method getCharacteristic
320 interface BluetoothUUID 323 interface BluetoothUUID
(...skipping 6546 matching lines...) Expand 10 before | Expand all | Expand 10 after
6867 method stop 6870 method stop
6868 method webkitCancelAnimationFrame 6871 method webkitCancelAnimationFrame
6869 method webkitCancelRequestAnimationFrame 6872 method webkitCancelRequestAnimationFrame
6870 method webkitRequestAnimationFrame 6873 method webkitRequestAnimationFrame
6871 method webkitRequestFileSystem 6874 method webkitRequestFileSystem
6872 method webkitResolveLocalFileSystemURL 6875 method webkitResolveLocalFileSystemURL
6873 PASS successfullyParsed is true 6876 PASS successfullyParsed is true
6874 6877
6875 TEST COMPLETE 6878 TEST COMPLETE
6876 6879
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698