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

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

Issue 1416123002: Absolute Device Orientation API: blink implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments and rebase Created 5 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: '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 6533 matching lines...) Expand 10 before | Expand all | Expand 10 after
6544 attribute oncanplaythrough 6544 attribute oncanplaythrough
6545 attribute onchange 6545 attribute onchange
6546 attribute onclick 6546 attribute onclick
6547 attribute onclose 6547 attribute onclose
6548 attribute oncontextmenu 6548 attribute oncontextmenu
6549 attribute oncuechange 6549 attribute oncuechange
6550 attribute ondblclick 6550 attribute ondblclick
6551 attribute ondevicelight 6551 attribute ondevicelight
6552 attribute ondevicemotion 6552 attribute ondevicemotion
6553 attribute ondeviceorientation 6553 attribute ondeviceorientation
6554 attribute ondeviceorientationabsolute
6554 attribute ondrag 6555 attribute ondrag
6555 attribute ondragend 6556 attribute ondragend
6556 attribute ondragenter 6557 attribute ondragenter
6557 attribute ondragleave 6558 attribute ondragleave
6558 attribute ondragover 6559 attribute ondragover
6559 attribute ondragstart 6560 attribute ondragstart
6560 attribute ondrop 6561 attribute ondrop
6561 attribute ondurationchange 6562 attribute ondurationchange
6562 attribute onemptied 6563 attribute onemptied
6563 attribute onended 6564 attribute onended
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
6692 method stop 6693 method stop
6693 method webkitCancelAnimationFrame 6694 method webkitCancelAnimationFrame
6694 method webkitCancelRequestAnimationFrame 6695 method webkitCancelRequestAnimationFrame
6695 method webkitRequestAnimationFrame 6696 method webkitRequestAnimationFrame
6696 method webkitRequestFileSystem 6697 method webkitRequestFileSystem
6697 method webkitResolveLocalFileSystemURL 6698 method webkitResolveLocalFileSystemURL
6698 PASS successfullyParsed is true 6699 PASS successfullyParsed is true
6699 6700
6700 TEST COMPLETE 6701 TEST COMPLETE
6701 6702
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698