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

Unified Diff: public/web/WebSandboxFlags.h

Issue 1126253007: Block modal dialogs inside sandboxes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WebSandboxFlags. Created 5 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
« Source/core/frame/LocalDOMWindow.cpp ('K') | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSandboxFlags.h
diff --git a/public/web/WebSandboxFlags.h b/public/web/WebSandboxFlags.h
index 48e477cf68691ad98df9ad417031327710475341..2575986433931d6e05f8fa58d5187ff623277e51 100644
--- a/public/web/WebSandboxFlags.h
+++ b/public/web/WebSandboxFlags.h
@@ -25,6 +25,8 @@ enum class WebSandboxFlags : int {
PointerLock = 1 << 8,
DocumentDomain = 1 << 9,
OrientationLock = 1 << 10,
+ PropagatesToAuxiliaryBrowsingContexts = 1 << 11,
+ Modals = 1 << 12,
All = -1
};
« Source/core/frame/LocalDOMWindow.cpp ('K') | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698