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

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

Issue 1367523002: [dom] support iterable<> NodeList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 3287 matching lines...) Expand 10 before | Expand all | Expand 10 after
3298 interface RTCSessionDescription 3298 interface RTCSessionDescription
3299 getter sdp 3299 getter sdp
3300 getter type 3300 getter type
3301 method constructor 3301 method constructor
3302 method toJSON 3302 method toJSON
3303 setter sdp 3303 setter sdp
3304 setter type 3304 setter type
3305 interface RadioNodeList 3305 interface RadioNodeList
3306 getter value 3306 getter value
3307 method constructor 3307 method constructor
3308 method entries
jsbell 2015/10/26 22:53:34 A change to virtual/stable/webexposed/global-inter
caitp (gmail) 2015/10/26 23:11:46 Change predates putting it behind a flag, haven't
3309 method forEach
3308 setter value 3310 setter value
3311 method keys
3312 method values
3309 interface Range 3313 interface Range
3310 attribute END_TO_END 3314 attribute END_TO_END
3311 attribute END_TO_START 3315 attribute END_TO_START
3312 attribute START_TO_END 3316 attribute START_TO_END
3313 attribute START_TO_START 3317 attribute START_TO_START
3314 getter collapsed 3318 getter collapsed
3315 getter commonAncestorContainer 3319 getter commonAncestorContainer
3316 getter endContainer 3320 getter endContainer
3317 getter endOffset 3321 getter endOffset
3318 getter startContainer 3322 getter startContainer
(...skipping 2725 matching lines...) Expand 10 before | Expand all | Expand 10 after
6044 setter password 6048 setter password
6045 setter pathname 6049 setter pathname
6046 setter port 6050 setter port
6047 setter protocol 6051 setter protocol
6048 setter search 6052 setter search
6049 setter username 6053 setter username
6050 PASS successfullyParsed is true 6054 PASS successfullyParsed is true
6051 6055
6052 TEST COMPLETE 6056 TEST COMPLETE
6053 6057
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698