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

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

Issue 2862583009: [WebView global interface listing] Mark Web Payments as not exposed (Closed)
Patch Set: Remove spurious file from CL Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt
diff --git a/android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt b/android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt
index 73c8f33a03ae1ba84c451da4f9cd2cd71d87a112..e2db01cf33360c4c9b28c92c42ce1cb030fe0c43 100644
--- a/android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt
+++ b/android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt
@@ -14,6 +14,12 @@ interface Permissions
# notifications api not enabled in webview, crbug.com/434712
interface Notification : EventTarget
+# web payments api not enabled in webiew, crbug.com/667069
+interface PaymentAddress
+interface PaymentRequest : EventTarget
+interface PaymentRequestUpdateEvent : Event
+interface PaymentResponse
+
# not yet supported in webview and chrome on android in general, crbug.com/154571
interface SharedWorker : EventTarget
@@ -33,6 +39,10 @@ interface PresentationRequest : EventTarget
# remoteplayback api not supported in webview crbug.com/521319
interface RemotePlayback : EventTarget
+# web payments api not enabled in webiew, crbug.com/667069
+interface HTMLIFrameElement : HTMLElement
+ setter allowPaymentRequest
+
# Android does not support switching the audio output device, crbug.com/589500
# Remote Playback API is not supported on Android WebView, crbug.com/521319
interface HTMLMediaElement : HTMLElement
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698