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

Unified Diff: third_party/WebCore/page/DOMSecurityPolicy.idl

Issue 10911186: Roll WebKit IDL to multivm@858 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « third_party/WebCore/inspector/InjectedScriptHost.idl ('k') | third_party/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/page/DOMSecurityPolicy.idl
diff --git a/third_party/WebCore/page/DOMSecurityPolicy.idl b/third_party/WebCore/page/DOMSecurityPolicy.idl
index fce11b2ee4123230a219126081e3f66d881c6cae..46077a00f8476c7aa34dd959ecdefb389776a025 100644
--- a/third_party/WebCore/page/DOMSecurityPolicy.idl
+++ b/third_party/WebCore/page/DOMSecurityPolicy.idl
@@ -35,10 +35,12 @@ module core {
boolean allowsConnectionTo(in DOMString url);
boolean allowsFontFrom(in DOMString url);
+ boolean allowsFormAction(in DOMString url);
boolean allowsFrameFrom(in DOMString url);
boolean allowsImageFrom(in DOMString url);
boolean allowsMediaFrom(in DOMString url);
boolean allowsObjectFrom(in DOMString url);
+ boolean allowsPluginType(in DOMString type);
boolean allowsScriptFrom(in DOMString url);
boolean allowsStyleFrom(in DOMString url);
« no previous file with comments | « third_party/WebCore/inspector/InjectedScriptHost.idl ('k') | third_party/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698