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

Unified Diff: chrome/common/extensions/docs/templates/intros/webRequest.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
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/webNavigation.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/intros/webRequest.html
===================================================================
--- chrome/common/extensions/docs/templates/intros/webRequest.html (revision 159603)
+++ chrome/common/extensions/docs/templates/intros/webRequest.html (working copy)
@@ -226,7 +226,7 @@
<p>Several implementation details can be important to understand when developing
an extension that uses the web request API:</p>
-<h3>Conflict resolution</h3>
+<h3 id="conflict_resolution">Conflict resolution</h3>
<p>In the current implementation of the web request API, a request is considered
as cancelled if at least one extension instructs to cancel the request. If
an extension cancels a request, all extensions are notified by an
@@ -236,7 +236,7 @@
are ignored. An extension is not notified if its instruction to modify or
redirect has been ignored.</p>
-<h3>Caching</h3>
+<h3 id="caching">Caching</h3>
<p>
Chrome employs two caches &mdash; an on-disk cache and a very fast in-memory
cache. The lifetime of an in-memory cache is attached to the lifetime of a
@@ -250,7 +250,7 @@
call <code>handlerBehaviorChanged()</code> after registering or unregistering an
event listener.</p>
-<h3>Timestamps</h3>
+<h3 id="timestamps">Timestamps</h3>
<p>
The <code>timestamp</code> property of web request events is only guaranteed to
be <i>internally</i> consistent. Comparing one event to another event will give
@@ -303,4 +303,4 @@
</pre>
<p> For more example code, see the <a href="samples.html#webrequest">web request
-samples</a>.</p>
+samples</a>.</p>
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/webNavigation.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698