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

Unified Diff: core/html/HTMLIFrameElement.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 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
« no previous file with comments | « core/html/HTMLFrameElement.idl ('k') | core/html/HTMLImageElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLIFrameElement.idl
diff --git a/core/html/HTMLIFrameElement.idl b/core/html/HTMLIFrameElement.idl
index d3f8e3fcdf01a1e7eedeaad1128f58932b2eee2b..1c98d8136a73cfa2da00afe5edba6131bc993599 100644
--- a/core/html/HTMLIFrameElement.idl
+++ b/core/html/HTMLIFrameElement.idl
@@ -24,14 +24,16 @@ interface HTMLIFrameElement : HTMLElement {
[Reflect, URL] attribute DOMString src;
[Reflect] attribute DOMString srcdoc;
[Reflect] attribute DOMString name;
- [PutForwards=value] readonly attribute DOMSettableTokenList sandbox;
+ [PutForwards=value] readonly attribute DOMTokenList sandbox;
// Note: The seamless attribute was once supported, but was removed.
[Reflect] attribute boolean allowFullscreen;
[Reflect] attribute DOMString width;
[Reflect] attribute DOMString height;
- [CheckSecurity=Node] readonly attribute Document? contentDocument;
+ [CheckSecurity=ReturnValue] readonly attribute Document? contentDocument;
readonly attribute Window? contentWindow;
- [CheckSecurity=Node, RaisesException] Document? getSVGDocument();
+ [CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument();
+ [RuntimeEnabled=ReferrerPolicyAttribute, Reflect, ReflectOnly=("","no-referrer","origin","no-referrer-when-downgrade","origin-when-cross-origin","unsafe-url"), ReflectMissing="", ReflectInvalid=""] attribute DOMString referrerpolicy;
+
// obsolete members
// https://html.spec.whatwg.org/#HTMLIFrameElement-partial
« no previous file with comments | « core/html/HTMLFrameElement.idl ('k') | core/html/HTMLImageElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698