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

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

Issue 491693003: Remove the Notation interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 MutationEvent 251 MutationEvent
252 MutationObserver 252 MutationObserver
253 MutationRecord 253 MutationRecord
254 NamedNodeMap 254 NamedNodeMap
255 Navigator 255 Navigator
256 NetworkInformation 256 NetworkInformation
257 Node 257 Node
258 NodeFilter 258 NodeFilter
259 NodeIterator 259 NodeIterator
260 NodeList 260 NodeList
261 Notation
262 Notification 261 Notification
263 Number 262 Number
264 Object 263 Object
265 OfflineAudioCompletionEvent 264 OfflineAudioCompletionEvent
266 OfflineAudioContext 265 OfflineAudioContext
267 Option 266 Option
268 OscillatorNode 267 OscillatorNode
269 OverflowEvent 268 OverflowEvent
270 PageTransitionEvent 269 PageTransitionEvent
271 Path2D 270 Path2D
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 webkitSpeechGrammar 534 webkitSpeechGrammar
536 webkitSpeechGrammarList 535 webkitSpeechGrammarList
537 webkitSpeechRecognition 536 webkitSpeechRecognition
538 webkitSpeechRecognitionError 537 webkitSpeechRecognitionError
539 webkitSpeechRecognitionEvent 538 webkitSpeechRecognitionEvent
540 webkitURL 539 webkitURL
541 PASS successfullyParsed is true 540 PASS successfullyParsed is true
542 541
543 TEST COMPLETE 542 TEST COMPLETE
544 543
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698