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

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

Issue 760223003: Stub implementation of Permissions API module. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix win compile Created 6 years 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 PageTransitionEvent 267 PageTransitionEvent
268 Path2D 268 Path2D
269 Performance 269 Performance
270 PerformanceEntry 270 PerformanceEntry
271 PerformanceMark 271 PerformanceMark
272 PerformanceMeasure 272 PerformanceMeasure
273 PerformanceNavigation 273 PerformanceNavigation
274 PerformanceResourceTiming 274 PerformanceResourceTiming
275 PerformanceTiming 275 PerformanceTiming
276 PeriodicWave 276 PeriodicWave
277 PermissionStatus
278 Permissions
277 Plugin 279 Plugin
278 PluginArray 280 PluginArray
279 PopStateEvent 281 PopStateEvent
280 Presentation 282 Presentation
281 PresentationSession 283 PresentationSession
282 ProcessingInstruction 284 ProcessingInstruction
283 ProgressEvent 285 ProgressEvent
284 Promise 286 Promise
285 RTCIceCandidate 287 RTCIceCandidate
286 RTCSessionDescription 288 RTCSessionDescription
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 webkitSpeechGrammar 517 webkitSpeechGrammar
516 webkitSpeechGrammarList 518 webkitSpeechGrammarList
517 webkitSpeechRecognition 519 webkitSpeechRecognition
518 webkitSpeechRecognitionError 520 webkitSpeechRecognitionError
519 webkitSpeechRecognitionEvent 521 webkitSpeechRecognitionEvent
520 webkitURL 522 webkitURL
521 PASS successfullyParsed is true 523 PASS successfullyParsed is true
522 524
523 TEST COMPLETE 525 TEST COMPLETE
524 526
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698