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

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

Issue 1152393002: bluetooth: Blink side implementation of getPrimaryService (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-get-primary-service-interface
Patch Set: Add BluetoothGATTService to webexposed layout test Created 5 years, 6 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 getter productID 329 getter productID
330 getter productVersion 330 getter productVersion
331 getter uuids 331 getter uuids
332 getter vendorID 332 getter vendorID
333 getter vendorIDSource 333 getter vendorIDSource
334 method connectGATT 334 method connectGATT
335 method constructor 335 method constructor
336 interface BluetoothGATTRemoteServer 336 interface BluetoothGATTRemoteServer
337 getter connected 337 getter connected
338 method constructor 338 method constructor
339 method getPrimaryService
339 interface BluetoothGATTService 340 interface BluetoothGATTService
341 getter isPrimary
342 getter uuid
340 method constructor 343 method constructor
341 interface Boolean 344 interface Boolean
342 method constructor 345 method constructor
343 method toString 346 method toString
344 method valueOf 347 method valueOf
345 interface CDATASection 348 interface CDATASection
346 method constructor 349 method constructor
347 interface CSSFontFaceRule 350 interface CSSFontFaceRule
348 getter style 351 getter style
349 method constructor 352 method constructor
(...skipping 6487 matching lines...) Expand 10 before | Expand all | Expand 10 after
6837 setter password 6840 setter password
6838 setter pathname 6841 setter pathname
6839 setter port 6842 setter port
6840 setter protocol 6843 setter protocol
6841 setter search 6844 setter search
6842 setter username 6845 setter username
6843 PASS successfullyParsed is true 6846 PASS successfullyParsed is true
6844 6847
6845 TEST COMPLETE 6848 TEST COMPLETE
6846 6849
OLDNEW
« no previous file with comments | « LayoutTests/bluetooth/getPrimaryService.html ('k') | Source/modules/bluetooth/BluetoothGATTRemoteServer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698