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

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

Issue 2004643002: Implement BroadcastChannel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address some comments Created 4 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: 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 method constructor 378 method constructor
379 method getCharacteristic 379 method getCharacteristic
380 method getCharacteristics 380 method getCharacteristics
381 interface BluetoothUUID 381 interface BluetoothUUID
382 static method canonicalUUID 382 static method canonicalUUID
383 static method getCharacteristic 383 static method getCharacteristic
384 static method getDescriptor 384 static method getDescriptor
385 static method getService 385 static method getService
386 attribute @@toStringTag 386 attribute @@toStringTag
387 method constructor 387 method constructor
388 interface BroadcastChannel : EventTarget
389 attribute @@toStringTag
390 getter name
391 getter onmessage
392 method close
393 method constructor
394 method postMessage
395 setter onmessage
388 interface ByteLengthQueuingStrategy 396 interface ByteLengthQueuingStrategy
389 method constructor 397 method constructor
390 method size 398 method size
391 interface CDATASection : Text 399 interface CDATASection : Text
392 attribute @@toStringTag 400 attribute @@toStringTag
393 method constructor 401 method constructor
394 interface CSS 402 interface CSS
395 static method escape 403 static method escape
396 static method supports 404 static method supports
397 attribute @@toStringTag 405 attribute @@toStringTag
(...skipping 7298 matching lines...) Expand 10 before | Expand all | Expand 10 after
7696 method stop 7704 method stop
7697 method webkitCancelAnimationFrame 7705 method webkitCancelAnimationFrame
7698 method webkitCancelRequestAnimationFrame 7706 method webkitCancelRequestAnimationFrame
7699 method webkitRequestAnimationFrame 7707 method webkitRequestAnimationFrame
7700 method webkitRequestFileSystem 7708 method webkitRequestFileSystem
7701 method webkitResolveLocalFileSystemURL 7709 method webkitResolveLocalFileSystemURL
7702 PASS successfullyParsed is true 7710 PASS successfullyParsed is true
7703 7711
7704 TEST COMPLETE 7712 TEST COMPLETE
7705 7713
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698