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

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

Issue 685263003: The rest of the Presentation API IDL as stubs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed nits Created 6 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: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 PerformanceMark 274 PerformanceMark
275 PerformanceMeasure 275 PerformanceMeasure
276 PerformanceNavigation 276 PerformanceNavigation
277 PerformanceResourceTiming 277 PerformanceResourceTiming
278 PerformanceTiming 278 PerformanceTiming
279 PeriodicWave 279 PeriodicWave
280 Plugin 280 Plugin
281 PluginArray 281 PluginArray
282 PopStateEvent 282 PopStateEvent
283 Presentation 283 Presentation
284 PresentationSession
284 ProcessingInstruction 285 ProcessingInstruction
285 ProgressEvent 286 ProgressEvent
286 Promise 287 Promise
287 PushEvent 288 PushEvent
288 RGBColor 289 RGBColor
289 RTCIceCandidate 290 RTCIceCandidate
290 RTCSessionDescription 291 RTCSessionDescription
291 Range 292 Range
292 RangeError 293 RangeError
293 ReadableStream 294 ReadableStream
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 webkitSpeechGrammar 522 webkitSpeechGrammar
522 webkitSpeechGrammarList 523 webkitSpeechGrammarList
523 webkitSpeechRecognition 524 webkitSpeechRecognition
524 webkitSpeechRecognitionError 525 webkitSpeechRecognitionError
525 webkitSpeechRecognitionEvent 526 webkitSpeechRecognitionEvent
526 webkitURL 527 webkitURL
527 PASS successfullyParsed is true 528 PASS successfullyParsed is true
528 529
529 TEST COMPLETE 530 TEST COMPLETE
530 531
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698