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

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

Issue 11035015: Merge 159156 - Extensions Docs Server: Fix headings with no IDs (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/src/
Patch Set: 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/faq.html
===================================================================
--- chrome/common/extensions/docs/templates/articles/faq.html (revision 159603)
+++ chrome/common/extensions/docs/templates/articles/faq.html (working copy)
@@ -13,7 +13,7 @@
</p>
<div id="faq-TOC">
- <h4>General</h4>
+ <h4 id="general">General</h4>
<ul>
<li><a href="#faq-gen-01">What are Google Chrome Extensions?</a></li>
<li><a href="#faq-dev-01">How can I set up Chrome for extension development?</a></li>
@@ -21,7 +21,7 @@
<li><a href="#faq-gen-03">Are extensions fetched from the web every time the browser is loaded?</a></li>
<li><a href="#faq-dev-14">How do I determine which version of Chrome is deployed to which channel?</a></li>
</ul>
- <h4>Capabilities</h4>
+ <h4 id="capabilities">Capabilities</h4>
<ul>
<li><a href="#faq-dev-02">Can extensions make cross-domain Ajax requests?</a></li>
<li><a href="#faq-dev-03">Can extensions use 3rd party web services?</a></li>
@@ -38,7 +38,7 @@
<li><a href="#faq-persist-popups">Can extensions keep popups open after the user clicks away from them?</a></li>
<li><a href="#faq-lifecycle-events">Can extensions be notified when they are installed/uninstalled?</a></li>
</ul>
- <h4>Development</h4>
+ <h4 id="development">Development</h4>
<ul>
<li><a href="#faq-building-ui">How do I build a UI for my extension?</a>
<li><a href="#faq-dev-09">How much data can I store in localStorage?</a></li>
@@ -48,14 +48,14 @@
<li><a href="#faq-management">Why does the management API not fire events when my extension is installed/uninstalled?</a></li>
<li><a href="#faq-firstrun">How can an extension determine whether it is running for the first time?</a></li>
</ul>
- <h4>Features and bugs</h4>
+ <h4 id="features">Features and bugs</h4>
<ul>
<li><a href="#faq-fea-01">I think I've found a bug! How do I make sure it gets fixed?</a></li>
<li><a href="#faq-fea-02">I have a feature request! How can I report it?</a></li>
</ul>
</div>
-<h2>General</h2>
+<h2 id="general2">General</h2>
<h3 id="faq-gen-01">What are Google Chrome Extensions?</h3>
<p>
@@ -149,7 +149,7 @@
</p>
-<h2>Capabilities</h2>
+<h2 id="capabilities2">Capabilities</h2>
<h3 id="faq-dev-02">Can extensions make cross-domain Ajax requests?</h3>
<p>
@@ -282,7 +282,7 @@
</p>
-<h2>Development</h2>
+<h2 id="development2">Development</h2>
<h3 id="faq-building-ui">How do I build a UI for my extension?</h3>
@@ -365,10 +365,9 @@
Note that this check should be run in a background page, not a content script.
</p>
+<h2 id="features2">Features and bugs</h2>
-<h2>Features and bugs</h2>
-
<h3 id="faq-fea-01">I think I've found a bug! How do I make sure it gets
fixed?</h3>
<p>
@@ -483,4 +482,4 @@
to the ticket you starred or opened. This will make it easier for others
with the same request to find the correct ticket.
</li>
-</ol>
+</ol>

Powered by Google App Engine
This is Rietveld 408576698