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

Unified Diff: chrome/common/extensions/docs/templates/articles/whats_new.html

Issue 14273041: Doc server manifest page generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix imports Created 7 years, 5 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
Index: chrome/common/extensions/docs/templates/articles/whats_new.html
diff --git a/chrome/common/extensions/docs/templates/articles/whats_new.html b/chrome/common/extensions/docs/templates/articles/whats_new.html
index fadd8de2b240b3a35dd0eff90410052276a2c557..36142430dc236f6c9e966cda4018c3ed427952f8 100644
--- a/chrome/common/extensions/docs/templates/articles/whats_new.html
+++ b/chrome/common/extensions/docs/templates/articles/whats_new.html
@@ -66,7 +66,7 @@ made in recent releases.
<h4> New Features </h4>
<ul>
- <li>The <a href="manifest.html#sandbox">sandbox manifest entry</a> allows
+ <li>The <a href="manifest/sandbox.html">sandbox manifest entry</a> allows
you to define some pages within your extension that are automatically run
in a low-privilege sandbox. This sandbox is not bound by the
<a href="contentSecurityPolicy.html">content_security_policy</a>.
@@ -204,7 +204,7 @@ made in recent releases.
<h4> Manifest changes </h4>
<ul>
<li>The new
- <a href="manifest.html#manifest_version">manifest version</a>
+ <a href="manifest/manifest_version.html">manifest version</a>
field specifies the version of the manifest that your package requires.
As of Chrome 18, you should use
<a href="manifestVersion.html">manifest version 2</a>.
@@ -219,7 +219,7 @@ made in recent releases.
<a href="background_pages.html">background.scripts</a> property
and Chrome will generate a background page for you.
<li>The new
- <a href="manifest.html#web_accessible_resources">web_accessible_resources</a>
+ <a href="manifest/web_accessible_resources.html">web_accessible_resources</a>
field specifies the paths of packaged resources
that are expected to be usable in the context of a web page.
</ul>
@@ -263,7 +263,7 @@ made in recent releases.
<ul>
<li>The <a href="omnibox.html">omnibox API</a>
now works in
- <a href="manifest.html#incognito">split incognito mode</a>.
+ <a href="manifest/incognito.html">split incognito mode</a>.
</ul>
<h2 id="16"> Google Chrome 16 </h2>
@@ -289,7 +289,7 @@ made in recent releases.
<h4> Manifest changes </h4>
<ul>
<li>The new
- <a href="manifest.html#requirements">requirements</a> field
+ <a href="manifest/requirements.html">requirements</a> field
allows you to declare extension requirements up front.
For example, you can use this field
to specify that your app requires 3D graphics support
@@ -354,7 +354,7 @@ made in recent releases.
<h4> Manifest changes </h4>
<ul>
<li>The new
- <a href="manifest.html#offline_enabled">offline_enabled</a> field
+ <a href="manifest/offline_enabled.html">offline_enabled</a> field
lets you specify that your app works well even without an internet
connection.
</ul>
@@ -403,7 +403,7 @@ made in recent releases.
can help prevent
<a href="http://blog.chromium.org/2011/07/writing-extensions-more-securely.html">cross-site scripting vulnerabilities</a>
in your extension.
- <li>The new <a href="manifest.html#nacl_modules">nacl_modules</a> field
+ <li>The new <a href="manifest/nacl_modules.html">nacl_modules</a> field
lets you register Native Client modules
as content handlers for MIME types.
</ul>
@@ -563,7 +563,7 @@ made in recent releases.
<h4> Manifest changes </h4>
<ul>
- <li>The <a href="manifest.html#homepage_url">homepage_url</a> field
+ <li>The <a href="manifest/homepage_url.html">homepage_url</a> field
lets you specify the extension or app's homepage.
</ul>
@@ -605,7 +605,7 @@ No API or manifest changes worth noting.
<h4> Manifest changes </h4>
<ul>
- <li>Introduced <a href="manifest.html#incognito">split incognito</a>
+ <li>Introduced <a href="manifest/incognito.html">split incognito</a>
mode as the default for installable web apps
(also available to extensions).
<li>The <a href="tabs.html">tabs API</a>
@@ -642,7 +642,7 @@ No API or manifest changes worth noting.
<h4> Manifest changes </h4>
<ul>
- <li>The <a href="manifest.html#geolocation">geolocation</a> permission
+ <li>The <a href="manifest/geolocation.html">geolocation</a> permission
gives an extension access to the user's physical location.
<li><a href="match_patterns.html">Match patterns</a> can now select all
schemes or all URLs.

Powered by Google App Engine
This is Rietveld 408576698