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

Unified Diff: third_party/WebKit/Source/core/html/HTMLIFrameElement.idl

Issue 2394473002: iframes with allowpaymentrequest attribute are allowed to make payment requests. (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
index 0a43b108ad1fd5e6c85bb2e2e9a51784fe94be08..e6b0e4b23d4eb61858828516ac8b864155accce9 100644
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
@@ -27,6 +27,7 @@ interface HTMLIFrameElement : HTMLElement {
[CEReactions, PutForwards=value] readonly attribute DOMTokenList sandbox;
// Note: The seamless attribute was once supported, but was removed.
[CEReactions, Reflect] attribute boolean allowFullscreen;
+ [CEReactions, Reflect] attribute boolean allowPaymentRequest;
please use gerrit instead 2016/10/13 00:26:48 Instead of modifying the global iframe IDL here, y
haraken 2016/10/13 02:20:01 Yes, this is a right way forward.
pals 2016/10/14 08:11:18 Done.
[CEReactions, Reflect] attribute DOMString width;
[CEReactions, Reflect] attribute DOMString height;
[CheckSecurity=ReturnValue] readonly attribute Document? contentDocument;

Powered by Google App Engine
This is Rietveld 408576698