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

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

Issue 2356133002: Reland of [sensors] Ambient light sensor bindings implementation (Closed)
Patch Set: Make SensorReading GCFinalized. 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 7836 matching lines...) Expand 10 before | Expand all | Expand 10 after
7866 method stop 7874 method stop
7867 method webkitCancelAnimationFrame 7875 method webkitCancelAnimationFrame
7868 method webkitCancelRequestAnimationFrame 7876 method webkitCancelRequestAnimationFrame
7869 method webkitRequestAnimationFrame 7877 method webkitRequestAnimationFrame
7870 method webkitRequestFileSystem 7878 method webkitRequestFileSystem
7871 method webkitResolveLocalFileSystemURL 7879 method webkitResolveLocalFileSystemURL
7872 PASS successfullyParsed is true 7880 PASS successfullyParsed is true
7873 7881
7874 TEST COMPLETE 7882 TEST COMPLETE
7875 7883
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698