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

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 comments Created 4 years, 5 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 method constructor 377 method constructor
378 method getCharacteristic 378 method getCharacteristic
379 method getCharacteristics 379 method getCharacteristics
380 interface BluetoothUUID 380 interface BluetoothUUID
381 static method canonicalUUID 381 static method canonicalUUID
382 static method getCharacteristic 382 static method getCharacteristic
383 static method getDescriptor 383 static method getDescriptor
384 static method getService 384 static method getService
385 attribute @@toStringTag 385 attribute @@toStringTag
386 method constructor 386 method constructor
387 interface BroadcastChannel : EventTarget
388 attribute @@toStringTag
389 getter name
390 getter onmessage
391 method close
392 method constructor
393 method postMessage
394 setter onmessage
387 interface ByteLengthQueuingStrategy 395 interface ByteLengthQueuingStrategy
388 method constructor 396 method constructor
389 method size 397 method size
390 interface CDATASection : Text 398 interface CDATASection : Text
391 attribute @@toStringTag 399 attribute @@toStringTag
392 method constructor 400 method constructor
393 interface CSS 401 interface CSS
394 static method escape 402 static method escape
395 static method supports 403 static method supports
396 attribute @@toStringTag 404 attribute @@toStringTag
(...skipping 7279 matching lines...) Expand 10 before | Expand all | Expand 10 after
7676 method stop 7684 method stop
7677 method webkitCancelAnimationFrame 7685 method webkitCancelAnimationFrame
7678 method webkitCancelRequestAnimationFrame 7686 method webkitCancelRequestAnimationFrame
7679 method webkitRequestAnimationFrame 7687 method webkitRequestAnimationFrame
7680 method webkitRequestFileSystem 7688 method webkitRequestFileSystem
7681 method webkitResolveLocalFileSystemURL 7689 method webkitResolveLocalFileSystemURL
7682 PASS successfullyParsed is true 7690 PASS successfullyParsed is true
7683 7691
7684 TEST COMPLETE 7692 TEST COMPLETE
7685 7693
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698