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

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

Issue 2507453002: [sensors] Magnetometer sensor bindings implementation (Closed)
Patch Set: Rebased to master Created 4 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: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBTransaction' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBTransaction' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBRequest' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBRequest' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBObjectStore' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBObjectStore' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated and will be removed in M57, around March 2017. Please use 'IDBKeyRange' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated and will be removed in M57, around March 2017. Please use 'IDBKeyRange' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated and will be removed in M57, around March 2017. Please use 'IDBIndex' instead. See https://www.chromesta tus.com/features/5775330191081472 for more details. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated and will be removed in M57, around March 2017. Please use 'IDBIndex' instead. See https://www.chromesta tus.com/features/5775330191081472 for more details.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBFactory' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBFactory' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated and will be removed in M57, around March 2017. Please use 'IDBDatabase' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated and will be removed in M57, around March 2017. Please use 'IDBDatabase' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details.
(...skipping 3769 matching lines...) Expand 10 before | Expand all | Expand 10 after
3780 getter manufacturer 3780 getter manufacturer
3781 getter name 3781 getter name
3782 getter onstatechange 3782 getter onstatechange
3783 getter state 3783 getter state
3784 getter type 3784 getter type
3785 getter version 3785 getter version
3786 method close 3786 method close
3787 method constructor 3787 method constructor
3788 method open 3788 method open
3789 setter onstatechange 3789 setter onstatechange
3790 interface Magnetometer : Sensor
3791 attribute @@toStringTag
3792 getter reading
3793 method constructor
3794 interface MagnetometerReading : SensorReading
3795 attribute @@toStringTag
3796 getter x
3797 getter y
3798 getter z
3799 method constructor
3790 interface MediaDeviceInfo 3800 interface MediaDeviceInfo
3791 attribute @@toStringTag 3801 attribute @@toStringTag
3792 getter deviceId 3802 getter deviceId
3793 getter groupId 3803 getter groupId
3794 getter kind 3804 getter kind
3795 getter label 3805 getter label
3796 method constructor 3806 method constructor
3797 method toJSON 3807 method toJSON
3798 interface MediaDevices : EventTarget 3808 interface MediaDevices : EventTarget
3799 attribute @@toStringTag 3809 attribute @@toStringTag
(...skipping 5084 matching lines...) Expand 10 before | Expand all | Expand 10 after
8884 method stop 8894 method stop
8885 method webkitCancelAnimationFrame 8895 method webkitCancelAnimationFrame
8886 method webkitCancelRequestAnimationFrame 8896 method webkitCancelRequestAnimationFrame
8887 method webkitRequestAnimationFrame 8897 method webkitRequestAnimationFrame
8888 method webkitRequestFileSystem 8898 method webkitRequestFileSystem
8889 method webkitResolveLocalFileSystemURL 8899 method webkitResolveLocalFileSystemURL
8890 PASS successfullyParsed is true 8900 PASS successfullyParsed is true
8891 8901
8892 TEST COMPLETE 8902 TEST COMPLETE
8893 8903
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/sensor/magnetometer.html ('k') | third_party/WebKit/Source/modules/modules_idl_files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698