summaryrefslogtreecommitdiffstats
path: root/core/res/assets/webkit
diff options
context:
space:
mode:
authorElliott Slaughter <eds@google.com>2010-08-18 18:17:52 -0700
committerElliott Slaughter <eds@google.com>2010-08-23 09:59:10 -0700
commitd62847997be926991424e4fba30ff3f5ef71258b (patch)
treede3675b03e60b29d6379065fd0f9364973ac1c77 /core/res/assets/webkit
parent385a655b8e8bf85024e4f24f1d7f6c2d7d7e900d (diff)
downloadframeworks_base-d62847997be926991424e4fba30ff3f5ef71258b.zip
frameworks_base-d62847997be926991424e4fba30ff3f5ef71258b.tar.gz
frameworks_base-d62847997be926991424e4fba30ff3f5ef71258b.tar.bz2
Fix WebView saveState and restoreState for private browsing mode.
Change-Id: Ia254ee853d73e56c6f0a5b7762a1cefc1dad0894
Diffstat (limited to 'core/res/assets/webkit')
-rw-r--r--core/res/assets/webkit/incognito_mode_start_page.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/core/res/assets/webkit/incognito_mode_start_page.html b/core/res/assets/webkit/incognito_mode_start_page.html
new file mode 100644
index 0000000..b070c6d
--- /dev/null
+++ b/core/res/assets/webkit/incognito_mode_start_page.html
@@ -0,0 +1,24 @@
+<html>
+ <head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
+ <title>New incognito window</title>
+ </head>
+ <body>
+ <p><strong>You've gone incognito</strong>. Pages you view in this window
+ won't appear in your browser history or search history, and they won't
+ leave other traces, like cookies, on your computer after you close the
+ incognito window. Any files you download or bookmarks you create will be
+ preserved, however.</p>
+
+ <p><strong>Going incognito doesn't affect the behavior of other people,
+ servers, or software. Be wary of:</strong></p>
+
+ <ul>
+ <li>Websites that collect or share information about you</li>
+ <li>Internet service providers or employers that track the pages you visit</li>
+ <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
+ <li>Surveillance by secret agents</li>
+ <li>People standing behind you</li>
+ </ul>
+ </body>
+</html>