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

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

Issue 1926873002: MediaStream Image Capture (3): Adding mojo and browser impl for dummy takePhoto(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments; rebased; removed ImageCaptureContext. Created 4 years, 7 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: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 3368 matching lines...) Expand 10 before | Expand all | Expand 10 after
3379 interface ImageBitmapRenderingContext 3379 interface ImageBitmapRenderingContext
3380 attribute @@toStringTag 3380 attribute @@toStringTag
3381 getter canvas 3381 getter canvas
3382 method constructor 3382 method constructor
3383 method transferFromImageBitmap 3383 method transferFromImageBitmap
3384 interface ImageCapture 3384 interface ImageCapture
3385 attribute @@toStringTag 3385 attribute @@toStringTag
3386 getter videoStreamTrack 3386 getter videoStreamTrack
3387 method constructor 3387 method constructor
3388 method grabFrame 3388 method grabFrame
3389 method takePhoto
3389 interface ImageData 3390 interface ImageData
3390 attribute @@toStringTag 3391 attribute @@toStringTag
3391 getter height 3392 getter height
3392 getter width 3393 getter width
3393 method constructor 3394 method constructor
3394 interface InputDeviceCapabilities 3395 interface InputDeviceCapabilities
3395 attribute @@toStringTag 3396 attribute @@toStringTag
3396 getter firesTouchEvents 3397 getter firesTouchEvents
3397 method constructor 3398 method constructor
3398 interface InputEvent : UIEvent 3399 interface InputEvent : UIEvent
(...skipping 4237 matching lines...) Expand 10 before | Expand all | Expand 10 after
7636 method stop 7637 method stop
7637 method webkitCancelAnimationFrame 7638 method webkitCancelAnimationFrame
7638 method webkitCancelRequestAnimationFrame 7639 method webkitCancelRequestAnimationFrame
7639 method webkitRequestAnimationFrame 7640 method webkitRequestAnimationFrame
7640 method webkitRequestFileSystem 7641 method webkitRequestFileSystem
7641 method webkitResolveLocalFileSystemURL 7642 method webkitResolveLocalFileSystemURL
7642 PASS successfullyParsed is true 7643 PASS successfullyParsed is true
7643 7644
7644 TEST COMPLETE 7645 TEST COMPLETE
7645 7646
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698