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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/experimental.html

Issue 61733018: Docserver: Update to the latest version of handlebar. Lots of re-syntaxifying. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments, rebase Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <h1 class="page_title">chrome.experimental.* APIs</h1> 1 <h1 class="page_title">chrome.experimental.* APIs</h1>
2 2
3 <h2 id="overview"> 3 <h2 id="overview">
4 List of APIs 4 List of APIs
5 </h2> 5 </h2>
6 6
7 {{^is_apps}} 7 {{^is_apps}}
8 <p class="doc-family extensions"> 8 <p class="doc-family extensions">
9 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a> 9 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a>
10 on the following experimental APIs: 10 on the following experimental APIs:
11 </p> 11 </p>
12 {{/is_apps}} 12 {{/is_apps}}
13 13
14 {{+partials.api_table apis:apis is_stable:false}} 14 {{+partials.api_table apis:apis is_stable:false/}}
15 15
16 {{^is_apps}} 16 {{^is_apps}}
17 <p class="doc-family extensions"> 17 <p class="doc-family extensions">
18 Pay special attention to the following APIs, 18 Pay special attention to the following APIs,
19 which we expect to finalize soon: 19 which we expect to finalize soon:
20 <b>devtools</b>, 20 <b>devtools</b>,
21 <b>permissions</b>, 21 <b>permissions</b>,
22 For examples of using the experimental APIs, see 22 For examples of using the experimental APIs, see
23 <a href="samples.html#experimental">Samples</a>. 23 <a href="samples.html#experimental">Samples</a>.
24 </p> 24 </p>
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 {{/is_apps}} 93 {{/is_apps}}
94 </ol> 94 </ol>
95 95
96 <h2 id="other">More APIs</h2> 96 <h2 id="other">More APIs</h2>
97 97
98 <p> 98 <p>
99 For information on the standard APIs, see 99 For information on the standard APIs, see
100 <a href="api_index.html">chrome.* APIs</a> and 100 <a href="api_index.html">chrome.* APIs</a> and
101 <a href="api_other.html">Other APIs</a>. 101 <a href="api_other.html">Other APIs</a>.
102 </p> 102 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698