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

Unified Diff: Source/core/dom/SandboxFlags.h

Issue 1139933002: Prototype an 'allow-unsandboxed-auxiliary' sandbox flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Feedback. 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
Index: Source/core/dom/SandboxFlags.h
diff --git a/Source/core/dom/SandboxFlags.h b/Source/core/dom/SandboxFlags.h
index 2b386186ad29030cb4b045aa55d9be8809f13047..0047981c4cc7a9140051181f0d48951afa1c2d83 100644
--- a/Source/core/dom/SandboxFlags.h
+++ b/Source/core/dom/SandboxFlags.h
@@ -46,6 +46,7 @@ enum SandboxFlag {
SandboxPointerLock = 1 << 8,
SandboxDocumentDomain = 1 << 9,
SandboxOrientationLock = 1 << 10, // See https://w3c.github.io/screen-orientation/#dfn-sandboxed-orientation-lock-browsing-context-flag.
+ SandboxPropagatesToAuxiliaryBrowsingContexts = 1 << 11,
SandboxAll = -1 // Mask with all bits set to 1.
};
« no previous file with comments | « LayoutTests/http/tests/security/sandbox-inherit-to-blank-document-unsandboxed.html ('k') | Source/core/dom/SandboxFlags.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698