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

Side by Side Diff: android_webview/tools/WebViewShell/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, 2 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
(Empty)
1 # speech not enabled crbug.com/487255
2 interface SpeechSynthesisEvent # speech not enabled
3 interface SpeechSynthesisUtterance
4 interface webkitSpeechGrammar
5 interface webkitSpeechGrammarList
6 interface webkitSpeechRecognition
7 interface webkitSpeechRecognitionError
8 interface webkitSpeechRecognitionEvent
9
10 # permissions api not enabled in webview crbug.com/490120
11 interface PermissionStatus
12 interface Permissions
13
14 # notifications api not enabled in webview crbug.com/434712
15 interface Notification
16
17 # not yet supported in webview.
18 interface SharedWorker
19
20 # push API not supported in webview
21 interface PushManager
22 interface PushSubscription
23
24 # presentation api not supported in webview crbug.com/521319
25 interface Presentation
26 interface PresentationAvailability
27 interface PresentationRequest
28 interface PresentationSession
29 interface PresentationSessionConnectEvent
30
31 # TODO(timvolodine): check screen orientation lock api
32 # TODO(timvolodine): check notifications in service workers
33 # TODO(timvolodine): add File System API
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698