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

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

Issue 1785283005: [WebView] Reorganize all of the WebView Shell apks into their own dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 # 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 attribute gamepadController 64 attribute gamepadController
65 attribute GCController 65 attribute GCController
66 attribute speechSynthesis 66 attribute speechSynthesis
67 method gc 67 method gc
68 method webkitResolveLocalFileSystemURL 68 method webkitResolveLocalFileSystemURL
69 method onerror 69 method onerror
70 70
71 # TODO(timvolodine): check screen orientation lock api 71 # TODO(timvolodine): check screen orientation lock api
72 # TODO(timvolodine): check notifications in service workers 72 # TODO(timvolodine): check notifications in service workers
73 # TODO(timvolodine): add File System API 73 # TODO(timvolodine): add File System API
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698