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

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

Issue 521883003: Remove WebKitPoint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | 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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 WebGLShaderPrecisionFormat 497 WebGLShaderPrecisionFormat
498 WebGLTexture 498 WebGLTexture
499 WebGLUniformLocation 499 WebGLUniformLocation
500 WebKitAnimationEvent 500 WebKitAnimationEvent
501 WebKitCSSFilterRule 501 WebKitCSSFilterRule
502 WebKitCSSFilterValue 502 WebKitCSSFilterValue
503 WebKitCSSMatrix 503 WebKitCSSMatrix
504 WebKitCSSTransformValue 504 WebKitCSSTransformValue
505 WebKitGamepad 505 WebKitGamepad
506 WebKitMutationObserver 506 WebKitMutationObserver
507 WebKitPoint
508 WebKitTransitionEvent 507 WebKitTransitionEvent
509 WebSocket 508 WebSocket
510 WheelEvent 509 WheelEvent
511 Window 510 Window
512 Worker 511 Worker
513 XMLDocument 512 XMLDocument
514 XMLHttpRequest 513 XMLHttpRequest
515 XMLHttpRequestProgressEvent 514 XMLHttpRequestProgressEvent
516 XMLHttpRequestUpload 515 XMLHttpRequestUpload
517 XMLSerializer 516 XMLSerializer
(...skipping 16 matching lines...) Expand all
534 webkitSpeechGrammar 533 webkitSpeechGrammar
535 webkitSpeechGrammarList 534 webkitSpeechGrammarList
536 webkitSpeechRecognition 535 webkitSpeechRecognition
537 webkitSpeechRecognitionError 536 webkitSpeechRecognitionError
538 webkitSpeechRecognitionEvent 537 webkitSpeechRecognitionEvent
539 webkitURL 538 webkitURL
540 PASS successfullyParsed is true 539 PASS successfullyParsed is true
541 540
542 TEST COMPLETE 541 TEST COMPLETE
543 542
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698