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

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

Issue 1364593002: Refactor android_webview_shell and its tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: renaming Created 5 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 # speech not enabled crbug.com/487255 1 # speech not enabled crbug.com/487255
2 interface SpeechSynthesisEvent # speech not enabled 2 interface SpeechSynthesisEvent # speech not enabled
3 interface SpeechSynthesisUtterance 3 interface SpeechSynthesisUtterance
4 interface webkitSpeechGrammar 4 interface webkitSpeechGrammar
5 interface webkitSpeechGrammarList 5 interface webkitSpeechGrammarList
6 interface webkitSpeechRecognition 6 interface webkitSpeechRecognition
7 interface webkitSpeechRecognitionError 7 interface webkitSpeechRecognitionError
8 interface webkitSpeechRecognitionEvent 8 interface webkitSpeechRecognitionEvent
9 9
10 # permissions api not enabled in webview crbug.com/490120 10 # permissions api not enabled in webview crbug.com/490120
(...skipping 13 matching lines...) Expand all
24 # presentation api not supported in webview crbug.com/521319 24 # presentation api not supported in webview crbug.com/521319
25 interface Presentation 25 interface Presentation
26 interface PresentationAvailability 26 interface PresentationAvailability
27 interface PresentationRequest 27 interface PresentationRequest
28 interface PresentationSession 28 interface PresentationSession
29 interface PresentationSessionConnectEvent 29 interface PresentationSessionConnectEvent
30 30
31 # TODO(timvolodine): check screen orientation lock api 31 # TODO(timvolodine): check screen orientation lock api
32 # TODO(timvolodine): check notifications in service workers 32 # TODO(timvolodine): check notifications in service workers
33 # TODO(timvolodine): add File System API 33 # TODO(timvolodine): add File System API
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698