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

Unified Diff: chrome/common/extensions/docs/static/experimental.savePage.html

Issue 8682013: Moving the MHTML API out of experimental and renaming it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more sync Created 9 years, 1 month 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
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | chrome/common/extensions/docs/static/pageCapture.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/experimental.savePage.html
diff --git a/chrome/common/extensions/docs/static/experimental.savePage.html b/chrome/common/extensions/docs/static/experimental.savePage.html
deleted file mode 100644
index 1db39476de3e21b275032c4b637da8e25555ef5e..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/static/experimental.savePage.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!-- BEGIN AUTHORED CONTENT -->
-<p>
-The savePage API allows you to save a tab as MHTML.
-</p>
-
-<p>
-MHTML is a <a href="http://tools.ietf.org/html/rfc2557">standard format</a>
-supported by most browsers. It encapsulates in a single file a page and all
-its resources (CSS files, images..).
-</p>
-
-<p>
-Note that for security reasons a MHTML file can only be loaded from the file
-system and that it can only be loaded in the main frame.
-</p>
-
-<h2 id="manifest">Manifest</h2>
-
-<p>
-The savePage API is currently
-experimental, so you must declare the "experimental"
-permission to use it.
-
-<!-- END AUTHORED CONTENT -->
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | chrome/common/extensions/docs/static/pageCapture.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698