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

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

Issue 2437943002: Ship WebBluetooth out of origin trial (Closed)
Patch Set: address comments Created 4 years, 1 month 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. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 interface Blob 222 interface Blob
223 attribute @@toStringTag 223 attribute @@toStringTag
224 getter size 224 getter size
225 getter type 225 getter type
226 method constructor 226 method constructor
227 method slice 227 method slice
228 interface BlobEvent : Event 228 interface BlobEvent : Event
229 attribute @@toStringTag 229 attribute @@toStringTag
230 getter data 230 getter data
231 method constructor 231 method constructor
232 interface BluetoothCharacteristicProperties
233 attribute @@toStringTag
234 getter authenticatedSignedWrites
235 getter broadcast
236 getter indicate
237 getter notify
238 getter read
239 getter reliableWrite
240 getter writableAuxiliaries
241 getter write
242 getter writeWithoutResponse
243 method constructor
244 interface BluetoothDevice : EventTarget
245 attribute @@toStringTag
246 getter gatt
247 getter id
248 getter name
249 getter ongattserverdisconnected
250 getter uuids
Rick Byers 2016/10/24 16:38:43 I don't see a "uuids" property on BluetoothDevice
juncai 2016/10/26 15:54:55 uuids property is deprecated recently, so it is re
Rick Byers 2016/10/26 17:05:05 Why would we want to ship it then? Can't we strai
juncai 2016/10/26 17:37:38 Since WebBluetooth API is now in origin trial, and
juncai 2016/10/27 18:38:29 Removed BluetoothDevice's "uuids" property.
Rick Byers 2016/10/27 20:37:53 Thanks!
251 method constructor
252 setter ongattserverdisconnected
253 interface BluetoothRemoteGATTCharacteristic : EventTarget
254 attribute @@toStringTag
255 getter oncharacteristicvaluechanged
256 getter properties
257 getter service
258 getter uuid
259 getter value
260 method constructor
261 method readValue
262 method startNotifications
263 method stopNotifications
264 method writeValue
265 setter oncharacteristicvaluechanged
266 interface BluetoothRemoteGATTServer
267 attribute @@toStringTag
268 getter connected
269 getter device
270 method connect
271 method constructor
272 method disconnect
273 method getPrimaryService
274 method getPrimaryServices
275 interface BluetoothRemoteGATTService
276 attribute @@toStringTag
277 getter device
278 getter isPrimary
279 getter uuid
280 method constructor
281 method getCharacteristic
282 method getCharacteristics
283 interface BluetoothUUID
284 static method canonicalUUID
285 static method getCharacteristic
286 static method getDescriptor
287 static method getService
288 attribute @@toStringTag
289 method constructor
232 interface BroadcastChannel : EventTarget 290 interface BroadcastChannel : EventTarget
233 attribute @@toStringTag 291 attribute @@toStringTag
234 getter name 292 getter name
235 getter onmessage 293 getter onmessage
236 method close 294 method close
237 method constructor 295 method constructor
238 method postMessage 296 method postMessage
239 setter onmessage 297 setter onmessage
240 interface ByteLengthQueuingStrategy 298 interface ByteLengthQueuingStrategy
241 method constructor 299 method constructor
(...skipping 3199 matching lines...) Expand 10 before | Expand all | Expand 10 after
3441 method item 3499 method item
3442 method removeNamedItem 3500 method removeNamedItem
3443 method removeNamedItemNS 3501 method removeNamedItemNS
3444 method setNamedItem 3502 method setNamedItem
3445 method setNamedItemNS 3503 method setNamedItemNS
3446 interface Navigator 3504 interface Navigator
3447 attribute @@toStringTag 3505 attribute @@toStringTag
3448 getter appCodeName 3506 getter appCodeName
3449 getter appName 3507 getter appName
3450 getter appVersion 3508 getter appVersion
3509 getter bluetooth
3451 getter cookieEnabled 3510 getter cookieEnabled
3452 getter credentials 3511 getter credentials
3453 getter doNotTrack 3512 getter doNotTrack
3454 getter geolocation 3513 getter geolocation
3455 getter hardwareConcurrency 3514 getter hardwareConcurrency
3456 getter language 3515 getter language
3457 getter languages 3516 getter languages
3458 getter maxTouchPoints 3517 getter maxTouchPoints
3459 getter mediaDevices 3518 getter mediaDevices
3460 getter mimeTypes 3519 getter mimeTypes
(...skipping 3355 matching lines...) Expand 10 before | Expand all | Expand 10 after
6816 method stop 6875 method stop
6817 method webkitCancelAnimationFrame 6876 method webkitCancelAnimationFrame
6818 method webkitCancelRequestAnimationFrame 6877 method webkitCancelRequestAnimationFrame
6819 method webkitRequestAnimationFrame 6878 method webkitRequestAnimationFrame
6820 method webkitRequestFileSystem 6879 method webkitRequestFileSystem
6821 method webkitResolveLocalFileSystemURL 6880 method webkitResolveLocalFileSystemURL
6822 PASS successfullyParsed is true 6881 PASS successfullyParsed is true
6823 6882
6824 TEST COMPLETE 6883 TEST COMPLETE
6825 6884
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698