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

Unified Diff: chrome/common/extensions/docs/manifestVersion.html

Issue 9618007: Adding cautionary note about manifest_version 2 and Chrome 17. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/manifest.html ('k') | chrome/common/extensions/docs/static/manifest.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/manifestVersion.html
diff --git a/chrome/common/extensions/docs/manifestVersion.html b/chrome/common/extensions/docs/manifestVersion.html
index 2438f5f701c17576a96df9e9993ecd33002a26af..42c8f53edc2f8d1b9df684420ef65f6ffbb66284 100644
--- a/chrome/common/extensions/docs/manifestVersion.html
+++ b/chrome/common/extensions/docs/manifestVersion.html
@@ -223,6 +223,12 @@
Ample warning will be provided, beginning with warnings when loading unpacked
version 1 extensions, and escalating from there over time.
</p>
+<p class="caution">
+ Setting <code>manifest_version</code> 2 in Chrome 17 or lower is not
+ recommended. If your extension needs to work in older versions of Chrome,
+ stick with version 1 for the moment. We'll give you ample warning before
+ version 1 stops working.
+</p>
<h2>Changes between version 1 and 2</h2>
<ul>
<li>
« no previous file with comments | « chrome/common/extensions/docs/manifest.html ('k') | chrome/common/extensions/docs/static/manifest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698