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

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

Issue 2506903003: [sensors] Gyroscope sensor bindings implementation (Closed)
Patch Set: Comments + rebase 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 1892 matching lines...) Expand 10 before | Expand all | Expand 10 after
1903 method constructor 1903 method constructor
1904 interface GamepadButton 1904 interface GamepadButton
1905 attribute @@toStringTag 1905 attribute @@toStringTag
1906 getter pressed 1906 getter pressed
1907 getter value 1907 getter value
1908 method constructor 1908 method constructor
1909 interface GamepadEvent : Event 1909 interface GamepadEvent : Event
1910 attribute @@toStringTag 1910 attribute @@toStringTag
1911 getter gamepad 1911 getter gamepad
1912 method constructor 1912 method constructor
1913 interface Gyroscope : Sensor
1914 attribute @@toStringTag
1915 getter reading
1916 method constructor
1917 interface GyroscopeReading : SensorReading
1918 attribute @@toStringTag
1919 getter x
1920 getter y
1921 getter z
1922 method constructor
1913 interface HTMLAllCollection 1923 interface HTMLAllCollection
1914 attribute @@toStringTag 1924 attribute @@toStringTag
1915 getter length 1925 getter length
1916 method @@iterator 1926 method @@iterator
1917 method constructor 1927 method constructor
1918 method item 1928 method item
1919 method namedItem 1929 method namedItem
1920 interface HTMLAnchorElement : HTMLElement 1930 interface HTMLAnchorElement : HTMLElement
1921 attribute @@toStringTag 1931 attribute @@toStringTag
1922 getter charset 1932 getter charset
(...skipping 6971 matching lines...) Expand 10 before | Expand all | Expand 10 after
8894 method stop 8904 method stop
8895 method webkitCancelAnimationFrame 8905 method webkitCancelAnimationFrame
8896 method webkitCancelRequestAnimationFrame 8906 method webkitCancelRequestAnimationFrame
8897 method webkitRequestAnimationFrame 8907 method webkitRequestAnimationFrame
8898 method webkitRequestFileSystem 8908 method webkitRequestFileSystem
8899 method webkitResolveLocalFileSystemURL 8909 method webkitResolveLocalFileSystemURL
8900 PASS successfullyParsed is true 8910 PASS successfullyParsed is true
8901 8911
8902 TEST COMPLETE 8912 TEST COMPLETE
8903 8913
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/sensor/idl-Gyroscope.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