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

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

Issue 2471003002: [sensors] Accelerometer sensor bindings implementation (Closed)
Patch Set: Rebased after splitting the refactor for the tests. 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. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
11 CONSOLE WARNING: line 94: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor ' instead. 11 CONSOLE WARNING: line 94: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor ' instead.
12 CONSOLE WARNING: line 94: 'webkitIndexedDB' is deprecated. Please use 'indexedDB ' instead. 12 CONSOLE WARNING: line 94: 'webkitIndexedDB' is deprecated. Please use 'indexedDB ' instead.
13 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. 13 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
14 This test documents all interface attributes and methods on the global window ob ject and element instances. 14 This test documents all interface attributes and methods on the global window ob ject and element instances.
15 15
16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
17 17
18 18
19 [INTERFACES] 19 [INTERFACES]
20 interface Accelerometer : Sensor
21 attribute @@toStringTag
22 getter includesGravity
23 getter reading
24 method constructor
25 interface AccelerometerReading : SensorReading
26 attribute @@toStringTag
27 getter x
28 getter y
29 getter z
30 method constructor
20 interface AmbientLightSensor : Sensor 31 interface AmbientLightSensor : Sensor
21 attribute @@toStringTag 32 attribute @@toStringTag
22 getter reading 33 getter reading
23 method constructor 34 method constructor
24 interface AmbientLightSensorReading : SensorReading 35 interface AmbientLightSensorReading : SensorReading
25 attribute @@toStringTag 36 attribute @@toStringTag
26 getter illuminance 37 getter illuminance
27 method constructor 38 method constructor
28 interface AnalyserNode : AudioNode 39 interface AnalyserNode : AudioNode
29 attribute @@toStringTag 40 attribute @@toStringTag
(...skipping 8796 matching lines...) Expand 10 before | Expand all | Expand 10 after
8826 method stop 8837 method stop
8827 method webkitCancelAnimationFrame 8838 method webkitCancelAnimationFrame
8828 method webkitCancelRequestAnimationFrame 8839 method webkitCancelRequestAnimationFrame
8829 method webkitRequestAnimationFrame 8840 method webkitRequestAnimationFrame
8830 method webkitRequestFileSystem 8841 method webkitRequestFileSystem
8831 method webkitResolveLocalFileSystemURL 8842 method webkitResolveLocalFileSystemURL
8832 PASS successfullyParsed is true 8843 PASS successfullyParsed is true
8833 8844
8834 TEST COMPLETE 8845 TEST COMPLETE
8835 8846
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/sensor/idl-Accelerometer.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