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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1797363002: "Top Document Isolation" mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing override Created 4 years, 8 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') | content/browser/browsing_instance.cc » ('J')
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 2b10f154a097e0850c807fbbf656aa1b545c9cce..2a4558b79378ed768b987f618aacceaebda7f8ba 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13175,7 +13175,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') | content/browser/browsing_instance.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698