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

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

Issue 8352042: Update contentSettings extension API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 2 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/permissions.html
diff --git a/chrome/common/extensions/docs/permissions.html b/chrome/common/extensions/docs/permissions.html
index 24a1d61996434b241f1b8bd7db42ee8841da1c85..4a135727f613c3e043536c2ef6e00b543fb6aeb1 100644
--- a/chrome/common/extensions/docs/permissions.html
+++ b/chrome/common/extensions/docs/permissions.html
@@ -107,6 +107,46 @@
</div>
</dl>
</div>
+
+ <!-- Individual subsections from the table of contents -->
+ <ol>
+ <li id="propertiesTocTemplate">
+ <a href="#properties">Properties</a>
+ <ol>
+ <li>
+ <a href="#property-anchor">propertyName</a>
+ </li>
+ </ol>
+ </li>
+ <li id="methodsTocTemplate">
+ <a>Methods</a>
+ <ol>
+ <li>
+ <a href="#method-anchor">methodName</a>
+ </li>
+ </ol>
+ </li>
+ <li id="eventsTocTemplate">
+ <a>Events</a>
+ <ol>
+ <li>
+ <a href="#event-anchor">eventName</a>
+ </li>
+ </ol>
+ </li>
+ <li id="typesTocTemplate">
+ <a href="#types">Types</a>
+ <ol>
+ <li>
+ <a href="#id-anchor">id</a>
+ <ol>
+ <div></div>
+ <div></div>
+ </ol>
+ </li>
+ </ol>
+ </li>
+ </ol>
</div> <!-- /SUBTEMPLATES -->
<a id="top"></a>
@@ -279,45 +319,63 @@
<a href="#apiReference">API reference: chrome.permissions</a>
<ol>
<li style="display: none; ">
- <a href="#properties">Properties</a>
- <ol>
- <li>
- <a href="#property-anchor">propertyName</a>
- </li>
- </ol>
- </li>
+ <a href="#properties">Properties</a>
+ <ol>
+ <li>
+ <a href="#property-anchor">propertyName</a>
+ </li>
+ </ol>
+ </li>
<li>
- <a href="#global-methods">Methods</a>
- <ol>
- <li>
- <a href="#method-contains">contains</a>
- </li><li>
- <a href="#method-getAll">getAll</a>
- </li><li>
- <a href="#method-remove">remove</a>
- </li><li>
- <a href="#method-request">request</a>
- </li>
- </ol>
- </li>
+ <a href="#global-methods">Methods</a>
+ <ol>
+ <li>
+ <a href="#method-contains">contains</a>
+ </li><li>
+ <a href="#method-getAll">getAll</a>
+ </li><li>
+ <a href="#method-remove">remove</a>
+ </li><li>
+ <a href="#method-request">request</a>
+ </li>
+ </ol>
+ </li>
<li>
- <a href="#global-events">Events</a>
- <ol>
- <li>
- <a href="#event-onAdded">onAdded</a>
- </li><li>
- <a href="#event-onRemoved">onRemoved</a>
- </li>
- </ol>
- </li>
+ <a href="#global-events">Events</a>
+ <ol>
+ <li>
+ <a href="#event-onAdded">onAdded</a>
+ </li><li>
+ <a href="#event-onRemoved">onRemoved</a>
+ </li>
+ </ol>
+ </li>
<li>
- <a href="#types">Types</a>
- <ol>
- <li>
- <a href="#type-Permissions">Permissions</a>
- </li>
- </ol>
- </li>
+ <a href="#types">Types</a>
+ <ol>
+ <li>
+ <a href="#type-Permissions">Permissions</a>
+ <ol>
+ <li style="display: none; ">
+ <a>Methods</a>
+ <ol>
+ <li>
+ <a href="#method-anchor">methodName</a>
+ </li>
+ </ol>
+ </li>
+ <li style="display: none; ">
+ <a>Events</a>
+ <ol>
+ <li>
+ <a href="#event-anchor">eventName</a>
+ </li>
+ </ol>
+ </li>
+ </ol>
+ </li>
+ </ol>
+ </li>
</ol>
</li>
</ol>

Powered by Google App Engine
This is Rietveld 408576698