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

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

Issue 2528433004: [RemotePlayback] Don't expose Remote Playback API for WebView. (Closed)
Patch Set: Created 4 years, 1 month 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 12 matching lines...) Expand all
23 interface PushSubscriptionOptions 23 interface PushSubscriptionOptions
24 24
25 # presentation api not supported in webview crbug.com/521319 25 # presentation api not supported in webview crbug.com/521319
26 interface Presentation 26 interface Presentation
27 interface PresentationAvailability : EventTarget 27 interface PresentationAvailability : EventTarget
28 interface PresentationConnection : EventTarget 28 interface PresentationConnection : EventTarget
29 interface PresentationConnectionAvailableEvent : Event 29 interface PresentationConnectionAvailableEvent : Event
30 interface PresentationConnectionCloseEvent : Event 30 interface PresentationConnectionCloseEvent : Event
31 interface PresentationRequest : EventTarget 31 interface PresentationRequest : EventTarget
32 32
33 # remoteplayback api not supported in webview crbug.com/521319
34 interface RemotePlayback : EventTarget
35
33 # crbug.com/589500 36 # crbug.com/589500
34 interface HTMLMediaElement : HTMLElement 37 interface HTMLMediaElement : HTMLElement
35 getter sinkId 38 getter sinkId
36 method setSinkId 39 method setSinkId
40 setter disableRemotePlayback
timvolodine 2016/11/24 17:06:02 also, maybe add a bug reference here, as it doesn'
whywhat 2016/11/28 23:50:46 Will do.
41 getter disableRemotePlayback
timvolodine 2016/11/24 17:06:03 are these the only methods regarding remote playba
whywhat 2016/11/28 23:50:46 On HTMLMediaElement, yes. Well, there's also the '
37 42
38 interface Navigator 43 interface Navigator
39 getter permissions # crbug.com/490120 44 getter permissions # crbug.com/490120
40 method registerProtocolHandler # crbug.com/589502 45 method registerProtocolHandler # crbug.com/589502
41 getter presentation # crbug.com/521319 46 getter presentation # crbug.com/521319
42 method unregisterProtocolHandler # crbug.com/589502 47 method unregisterProtocolHandler # crbug.com/589502
43 48
44 # notifications not yet supported in webview, crbug.com/551446 49 # notifications not yet supported in webview, crbug.com/551446
45 interface ServiceWorkerRegistration : EventTarget 50 interface ServiceWorkerRegistration : EventTarget
46 getter pushManager 51 getter pushManager
47 method getNotifications 52 method getNotifications
48 method showNotification 53 method showNotification
49 54
50 # crbug.com/589504 55 # crbug.com/589504
51 interface HTMLInputElement : HTMLElement 56 interface HTMLInputElement : HTMLElement
52 getter webkitEntries 57 getter webkitEntries
53 58
(...skipping 12 matching lines...) Expand all
66 attribute GCController 71 attribute GCController
67 attribute speechSynthesis 72 attribute speechSynthesis
68 attribute chrome # crbug.com/618471 73 attribute chrome # crbug.com/618471
69 method gc 74 method gc
70 method webkitResolveLocalFileSystemURL 75 method webkitResolveLocalFileSystemURL
71 method onerror 76 method onerror
72 77
73 # TODO(timvolodine): check screen orientation lock api 78 # TODO(timvolodine): check screen orientation lock api
74 # TODO(timvolodine): check notifications in service workers 79 # TODO(timvolodine): check notifications in service workers
75 # TODO(timvolodine): add File System API 80 # TODO(timvolodine): add File System API
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698