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

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

Issue 2332323002: [sensors] Ambient light sensor bindings implementation (Closed)
Patch Set: Add AmbientLightSensor to the list of expected global interfaces Created 4 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
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 AmbientLightSensor : Sensor
21 attribute @@toStringTag
22 getter reading
23 method constructor
24 interface AmbientLightSensorReading : SensorReading
25 attribute @@toStringTag
26 getter illuminance
27 method constructor
20 interface AnalyserNode : AudioNode 28 interface AnalyserNode : AudioNode
21 attribute @@toStringTag 29 attribute @@toStringTag
22 getter fftSize 30 getter fftSize
23 getter frequencyBinCount 31 getter frequencyBinCount
24 getter maxDecibels 32 getter maxDecibels
25 getter minDecibels 33 getter minDecibels
26 getter smoothingTimeConstant 34 getter smoothingTimeConstant
27 method constructor 35 method constructor
28 method getByteFrequencyData 36 method getByteFrequencyData
29 method getByteTimeDomainData 37 method getByteTimeDomainData
(...skipping 7801 matching lines...) Expand 10 before | Expand all | Expand 10 after
7831 method stop 7839 method stop
7832 method webkitCancelAnimationFrame 7840 method webkitCancelAnimationFrame
7833 method webkitCancelRequestAnimationFrame 7841 method webkitCancelRequestAnimationFrame
7834 method webkitRequestAnimationFrame 7842 method webkitRequestAnimationFrame
7835 method webkitRequestFileSystem 7843 method webkitRequestFileSystem
7836 method webkitResolveLocalFileSystemURL 7844 method webkitResolveLocalFileSystemURL
7837 PASS successfullyParsed is true 7845 PASS successfullyParsed is true
7838 7846
7839 TEST COMPLETE 7847 TEST COMPLETE
7840 7848
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698