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

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

Issue 2547563002: Unflag the MediaDevices devicechange event in Blink. (Closed)
Patch Set: Created 4 years 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: 'webkitURL' is deprecated. Please use 'URL' instead. 4 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
5 This test documents all interface attributes and methods on the global window ob ject and element instances. 5 This test documents all interface attributes and methods on the global window ob ject and element instances.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 [INTERFACES] 10 [INTERFACES]
(...skipping 3210 matching lines...) Expand 10 before | Expand all | Expand 10 after
3221 interface MediaDeviceInfo 3221 interface MediaDeviceInfo
3222 attribute @@toStringTag 3222 attribute @@toStringTag
3223 getter deviceId 3223 getter deviceId
3224 getter groupId 3224 getter groupId
3225 getter kind 3225 getter kind
3226 getter label 3226 getter label
3227 method constructor 3227 method constructor
3228 method toJSON 3228 method toJSON
3229 interface MediaDevices : EventTarget 3229 interface MediaDevices : EventTarget
3230 attribute @@toStringTag 3230 attribute @@toStringTag
3231 getter ondevicechange
3231 method constructor 3232 method constructor
3232 method enumerateDevices 3233 method enumerateDevices
3233 method getSupportedConstraints 3234 method getSupportedConstraints
3234 method getUserMedia 3235 method getUserMedia
3236 setter ondevicechange
3235 interface MediaElementAudioSourceNode : AudioSourceNode 3237 interface MediaElementAudioSourceNode : AudioSourceNode
3236 attribute @@toStringTag 3238 attribute @@toStringTag
3237 getter mediaElement 3239 getter mediaElement
3238 method constructor 3240 method constructor
3239 interface MediaEncryptedEvent : Event 3241 interface MediaEncryptedEvent : Event
3240 attribute @@toStringTag 3242 attribute @@toStringTag
3241 getter initData 3243 getter initData
3242 getter initDataType 3244 getter initDataType
3243 method constructor 3245 method constructor
3244 interface MediaError 3246 interface MediaError
(...skipping 4402 matching lines...) Expand 10 before | Expand all | Expand 10 after
7647 method setTimeout 7649 method setTimeout
7648 method stop 7650 method stop
7649 method webkitCancelAnimationFrame 7651 method webkitCancelAnimationFrame
7650 method webkitRequestAnimationFrame 7652 method webkitRequestAnimationFrame
7651 method webkitRequestFileSystem 7653 method webkitRequestFileSystem
7652 method webkitResolveLocalFileSystemURL 7654 method webkitResolveLocalFileSystemURL
7653 PASS successfullyParsed is true 7655 PASS successfullyParsed is true
7654 7656
7655 TEST COMPLETE 7657 TEST COMPLETE
7656 7658
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698