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

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

Issue 974993002: [Presentation API] Added the DefaultPresentationStart event and parsing of the default presentation… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replaced the unused forward declaration with the used one Created 5 years, 9 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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 method toGMTString 486 method toGMTString
487 method toISOString 487 method toISOString
488 method toJSON 488 method toJSON
489 method toLocaleDateString 489 method toLocaleDateString
490 method toLocaleString 490 method toLocaleString
491 method toLocaleTimeString 491 method toLocaleTimeString
492 method toString 492 method toString
493 method toTimeString 493 method toTimeString
494 method toUTCString 494 method toUTCString
495 method valueOf 495 method valueOf
496 interface DefaultPresentationStartEvent
497 method constructor
496 interface DelayNode 498 interface DelayNode
497 method constructor 499 method constructor
498 interface DeviceLightEvent 500 interface DeviceLightEvent
499 method constructor 501 method constructor
500 interface DeviceMotionEvent 502 interface DeviceMotionEvent
501 method constructor 503 method constructor
502 method initDeviceMotionEvent 504 method initDeviceMotionEvent
503 interface DeviceOrientationEvent 505 interface DeviceOrientationEvent
504 method constructor 506 method constructor
505 method initDeviceOrientationEvent 507 method initDeviceOrientationEvent
(...skipping 2700 matching lines...) Expand 10 before | Expand all | Expand 10 after
3206 method constructor 3208 method constructor
3207 interface webkitSpeechRecognitionEvent 3209 interface webkitSpeechRecognitionEvent
3208 method constructor 3210 method constructor
3209 interface webkitURL 3211 interface webkitURL
3210 method constructor 3212 method constructor
3211 method toString 3213 method toString
3212 PASS successfullyParsed is true 3214 PASS successfullyParsed is true
3213 3215
3214 TEST COMPLETE 3216 TEST COMPLETE
3215 3217
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698