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

Unified Diff: Source/core/frame/Window.idl

Issue 516273002: Move plugin placeholder style to CSS, and allow it to bypass main world CSP. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase and rewrite Created 6 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
Index: Source/core/frame/Window.idl
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
index f9f7d3ef98f564fda9bcd7f824220ae0c0668e8d..b791b78505a43af0efe58f803ddf02cfffcf3866 100644
--- a/Source/core/frame/Window.idl
+++ b/Source/core/frame/Window.idl
@@ -224,4 +224,5 @@ typedef MessagePort Transferable;
Window implements GlobalEventHandlers;
Window implements WindowBase64;
Window implements WindowEventHandlers;
+Window implements WindowPrivateScript;
Window implements WindowTimers;

Powered by Google App Engine
This is Rietveld 408576698