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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: android_webview/tools/WebViewShell/test/webexposed/not-webview-exposed.txt
diff --git a/android_webview/tools/WebViewShell/test/webexposed/not-webview-exposed.txt b/android_webview/tools/WebViewShell/test/webexposed/not-webview-exposed.txt
deleted file mode 100644
index 7dd704efc7802afef2308961420a09951b5444a0..0000000000000000000000000000000000000000
--- a/android_webview/tools/WebViewShell/test/webexposed/not-webview-exposed.txt
+++ /dev/null
@@ -1,73 +0,0 @@
-# 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 PresentationConnectionCloseEvent : Event
-interface PresentationRequest : EventTarget
-
-# crbug.com/589500
-interface HTMLMediaElement : HTMLElement
- getter sinkId
- method setSinkId
-
-interface Navigator
- getter permissions # crbug.com/490120
- method registerProtocolHandler # crbug.com/589502
- getter presentation # crbug.com/521319
- method unregisterProtocolHandler # crbug.com/589502
-
-# notifications not yet supported in webview, crbug.com/551446
-interface ServiceWorkerRegistration : EventTarget
- getter pushManager
- method getNotifications
- method showNotification
-
-# crbug.com/589504
-interface HTMLInputElement : HTMLElement
- getter webkitEntries
-
-# TODO(timvolodine): investigate in more detail
-[GLOBAL OBJECT]
- method openDatabase
- attribute layoutTestController
- attribute eventSender
- method webkitRequestFileSystem
- attribute testRunner
- attribute internals
- attribute accessibilityController
- attribute textInputController
- attribute mojo
- attribute gamepadController
- attribute GCController
- attribute speechSynthesis
- method gc
- method webkitResolveLocalFileSystemURL
- method onerror
-
-# TODO(timvolodine): check screen orientation lock api
-# TODO(timvolodine): check notifications in service workers
-# TODO(timvolodine): add File System API

Powered by Google App Engine
This is Rietveld 408576698