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

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

Issue 10993029: Extensions Docs Server: Fix headings with no IDs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more descriptive ids Created 8 years, 3 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/tut_migration_to_manifest_v2.html
diff --git a/chrome/common/extensions/docs/templates/articles/tut_migration_to_manifest_v2.html b/chrome/common/extensions/docs/templates/articles/tut_migration_to_manifest_v2.html
index 9bacc2f1a09d3bf394fcdef07c7cf0c0e42709da..5b02a5ed1762434051abcfdd10840bbfe2baac0c 100644
--- a/chrome/common/extensions/docs/templates/articles/tut_migration_to_manifest_v2.html
+++ b/chrome/common/extensions/docs/templates/articles/tut_migration_to_manifest_v2.html
@@ -123,7 +123,7 @@ to the browser action and page action APIs,
and replaces a few old APIs with newer ones.
</p>
-<h3>Changes to browser actions</h3>
+<h3 id="browser_actions">Changes to browser actions</h3>
<p>
The browser actions API introduces some naming changes:</p>
@@ -145,7 +145,7 @@ The browser actions API introduces some naming changes:</p>
</ul>
</ul>
-<h3>Changes to page actions</h3>
+<h3 id="page_actions">Changes to page actions</h3>
<p>Similar to the changes for browser actions,
the page actions API has also changed:</p>
@@ -167,7 +167,7 @@ The browser actions API introduces some naming changes:</p>
</ul>
</ul>
-<h3>Removed and changed APIs</h3>
+<h3 id="removed_and_changed">Removed and changed APIs</h3>
<p>
A few extension APIs have been removed and replaced with new counterparts:
@@ -195,7 +195,7 @@ Many of these changes stem from Chrome’s adoption of
you should read more about this policy to understand its implications.
</p>
-<h3>Inline scripts and event handlers disallowed</h3>
+<h3 id="inline_scripts">Inline scripts and event handlers disallowed</h3>
<p>
Due to the use of <a href="contentSecurityPolicy.html">Content Security Policy</a>,
@@ -252,7 +252,7 @@ This is a much cleaner way of separating
your extension’s behavior from its user interface markup.
</p>
-<h3>Embedding content</h3>
+<h3 id="embedding">Embedding content</h3>
<p>
There are some scenarios where your extension might embed content
@@ -305,7 +305,7 @@ There are two ways to do this:
</pre></li>
</ol>
-<h3>Using dynamic script evaluation</h3>
+<h3 id="using">Using dynamic script evaluation</h3>
<p>
Perhaps one of the biggest changes in the new manifest v2 scheme is

Powered by Google App Engine
This is Rietveld 408576698