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

Side by Side Diff: android_webview/tools/WebViewShell/test/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
(Empty)
1 # speech not enabled crbug.com/487255
2 interface SpeechSynthesisEvent : Event # speech not enabled
3 interface SpeechSynthesisUtterance : EventTarget
4 interface webkitSpeechGrammar
5 interface webkitSpeechGrammarList
6 interface webkitSpeechRecognition : EventTarget
7 interface webkitSpeechRecognitionError : Event
8 interface webkitSpeechRecognitionEvent : Event
9
10 # permissions api not enabled in webview crbug.com/490120
11 interface PermissionStatus : EventTarget
12 interface Permissions
13
14 # notifications api not enabled in webview crbug.com/434712
15 interface Notification : EventTarget
16
17 # not yet supported in webview.
18 interface SharedWorker : EventTarget
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 : EventTarget
27 interface PresentationConnection : EventTarget
28 interface PresentationConnectionAvailableEvent : Event
29 interface PresentationConnectionCloseEvent : Event
30 interface PresentationRequest : EventTarget
31
32 # crbug.com/589500
33 interface HTMLMediaElement : HTMLElement
34 getter sinkId
35 method setSinkId
36
37 interface Navigator
38 getter permissions # crbug.com/490120
39 method registerProtocolHandler # crbug.com/589502
40 getter presentation # crbug.com/521319
41 method unregisterProtocolHandler # crbug.com/589502
42
43 # notifications not yet supported in webview, crbug.com/551446
44 interface ServiceWorkerRegistration : EventTarget
45 getter pushManager
46 method getNotifications
47 method showNotification
48
49 # crbug.com/589504
50 interface HTMLInputElement : HTMLElement
51 getter webkitEntries
52
53 # TODO(timvolodine): investigate in more detail
54 [GLOBAL OBJECT]
55 method openDatabase
56 attribute layoutTestController
57 attribute eventSender
58 method webkitRequestFileSystem
59 attribute testRunner
60 attribute internals
61 attribute accessibilityController
62 attribute textInputController
63 attribute mojo
64 attribute gamepadController
65 attribute GCController
66 attribute speechSynthesis
67 method gc
68 method webkitResolveLocalFileSystemURL
69 method onerror
70
71 # TODO(timvolodine): check screen orientation lock api
72 # TODO(timvolodine): check notifications in service workers
73 # TODO(timvolodine): add File System API
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698