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

Unified Diff: chrome/app/generated_resources.grd

Issue 1797363002: "Top Document Isolation" mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Suppress tests under --site-per-process Created 4 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 54f3bcce8d8e0ad40d98b0434a1d6e88cba43b1f..3f2bab3e14de1efb0bd10c7e40bc69fffb022afd 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13147,7 +13147,17 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
</message>
<message name="IDS_FLAGS_SITE_PER_PROCESS_DESCRIPTION"
desc="Description of about:flag option to turn on experimental out-of-process iframe support">
- Highly experimental support for rendering cross-site iframes in separate processes.
+ Highly experimental support for rendering cross-site iframes in separate processes. In this mode, documents will share a renderer process only if they are from the same web site.
+ </message>
+
+ <!-- Top document isolation mode -->
+ <message name="IDS_FLAGS_TOP_DOCUMENT_ISOLATION_NAME"
+ desc="Name of about:flag option to turn on experimental top document isolation support">
+ Top document isolation
+ </message>
+ <message name="IDS_FLAGS_TOP_DOCUMENT_ISOLATION_DESCRIPTION"
+ desc="Description of about:flag option to turn on top document isolation">
+ Highly experimental performance mode where cross-site iframes are kept in a separate process from the top document. In this mode, iframes from different third-party sites will be allowed to share a process.
</message>
<!-- Windows 8 Metro mode. -->
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698