summaryrefslogtreecommitdiffstats
path: root/android_webview/tools/WebViewShell/test/webexposed/not-webview-exposed.txt
blob: 72c3a211cffe06cbd2bd31b741b57b323a7b8fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# speech not enabled crbug.com/487255
interface SpeechSynthesisEvent : Event # speech not enabled
interface SpeechSynthesisUtterance : EventTarget
interface webkitSpeechGrammar
interface webkitSpeechGrammarList
interface webkitSpeechRecognition : EventTarget
interface webkitSpeechRecognitionError : Event
interface webkitSpeechRecognitionEvent : Event

# permissions api not enabled in webview crbug.com/490120
interface PermissionStatus : EventTarget
interface Permissions

# notifications api not enabled in webview crbug.com/434712
interface Notification : EventTarget

# not yet supported in webview.
interface SharedWorker : EventTarget

# push API not supported in webview
interface PushManager
interface PushSubscription

# presentation api not supported in webview crbug.com/521319
interface Presentation
interface PresentationAvailability : EventTarget
interface PresentationConnection : EventTarget
interface PresentationConnectionAvailableEvent : Event
interface PresentationRequest : EventTarget

# TODO(timvolodine): check screen orientation lock api
# TODO(timvolodine): check notifications in service workers
# TODO(timvolodine): add File System API