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

Side by Side Diff: android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt

Issue 2556583003: Remove MediaDevices.onondevicechange from WebView stable interfaces (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # speech not enabled crbug.com/487255 1 # speech not enabled crbug.com/487255
2 interface SpeechSynthesisEvent : Event # speech not enabled 2 interface SpeechSynthesisEvent : Event # speech not enabled
3 interface SpeechSynthesisUtterance : EventTarget 3 interface SpeechSynthesisUtterance : EventTarget
4 interface webkitSpeechGrammar 4 interface webkitSpeechGrammar
5 interface webkitSpeechGrammarList 5 interface webkitSpeechGrammarList
6 interface webkitSpeechRecognition : EventTarget 6 interface webkitSpeechRecognition : EventTarget
7 interface webkitSpeechRecognitionError : Event 7 interface webkitSpeechRecognitionError : Event
8 interface webkitSpeechRecognitionEvent : Event 8 interface webkitSpeechRecognitionEvent : Event
9 9
10 # permissions api not enabled in webview crbug.com/490120 10 # permissions api not enabled in webview crbug.com/490120
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 # notifications not yet supported in webview, crbug.com/551446 50 # notifications not yet supported in webview, crbug.com/551446
51 interface ServiceWorkerRegistration : EventTarget 51 interface ServiceWorkerRegistration : EventTarget
52 getter pushManager 52 getter pushManager
53 method getNotifications 53 method getNotifications
54 method showNotification 54 method showNotification
55 55
56 # crbug.com/589504 56 # crbug.com/589504
57 interface HTMLInputElement : HTMLElement 57 interface HTMLInputElement : HTMLElement
58 getter webkitEntries 58 getter webkitEntries
59 59
60 # crbug.com/671461
61 interface MediaDevices : EventTarget
62 getter ondevicechange
63 setter ondevicechange
64
60 # TODO(timvolodine): investigate in more detail 65 # TODO(timvolodine): investigate in more detail
61 [GLOBAL OBJECT] 66 [GLOBAL OBJECT]
62 method openDatabase 67 method openDatabase
63 attribute layoutTestController 68 attribute layoutTestController
64 attribute eventSender 69 attribute eventSender
65 method webkitRequestFileSystem 70 method webkitRequestFileSystem
66 attribute testRunner 71 attribute testRunner
67 attribute internals 72 attribute internals
68 attribute accessibilityController 73 attribute accessibilityController
69 attribute textInputController 74 attribute textInputController
70 attribute mojo 75 attribute mojo
71 attribute gamepadController 76 attribute gamepadController
72 attribute GCController 77 attribute GCController
73 getter speechSynthesis 78 getter speechSynthesis
74 attribute chrome # crbug.com/618471 79 attribute chrome # crbug.com/618471
75 method gc 80 method gc
76 method webkitResolveLocalFileSystemURL 81 method webkitResolveLocalFileSystemURL
77 82
78 # TODO(timvolodine): check screen orientation lock api 83 # TODO(timvolodine): check screen orientation lock api
79 # TODO(timvolodine): check notifications in service workers 84 # TODO(timvolodine): check notifications in service workers
80 # TODO(timvolodine): add File System API 85 # TODO(timvolodine): add File System API
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698