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

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

Issue 10815042: Extensions Docs Server: api_index.html, experimental.html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix name Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/server2/templates/articles/api_index.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1 class="page_title">chrome.experimental.* APIs</h1> 1 <h1 class="page_title">chrome.experimental.* APIs</h1>
2 <div class="doc-family extensions"> 2 <div class="doc-family extensions">
3 <p> 3 <p>
4 Before you start, <strong>choose the right version of this page.</strong> 4 Before you start, <strong>choose the right version of this page.</strong>
5 You should read either: 5 You should read either:
6 </p> 6 </p>
7 7
8 <ul> 8 <ul>
9 <li> <a href="http://code.google.com/chrome/extensions/trunk/experimental.html ">Most recent experimental APIs</a> 9 <li> <a href="http://code.google.com/chrome/extensions/trunk/experimental.html ">Most recent experimental APIs</a>
10 <li> <a href="http://code.google.com/chrome/extensions/dev/experimental.html"> Dev channel experimental APIs</a></li> 10 <li> <a href="http://code.google.com/chrome/extensions/dev/experimental.html"> Dev channel experimental APIs</a></li>
(...skipping 12 matching lines...) Expand all
23 List of APIs 23 List of APIs
24 </h2> 24 </h2>
25 25
26 <p class="doc-family extensions"> 26 <p class="doc-family extensions">
27 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a> 27 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a>
28 on the following experimental APIs: 28 on the following experimental APIs:
29 </p> 29 </p>
30 30
31 <ul> 31 <ul>
32 {{#api_list.experimental}} 32 {{#api_list.experimental}}
33 <li><a href="{{@}}.html">{{@}}</a></li> 33 <li><a href="{{name}}.html">{{name}}</a></li>
34 {{/}} 34 {{/}}
35 </ul> 35 </ul>
36 36
37 <p class="doc-family extensions"> 37 <p class="doc-family extensions">
38 Pay special attention to the following APIs, 38 Pay special attention to the following APIs,
39 which we expect to finalize soon: 39 which we expect to finalize soon:
40 <b>devtools</b>, 40 <b>devtools</b>,
41 <b>infobars</b>, 41 <b>infobars</b>,
42 <b>permissions</b>, 42 <b>permissions</b>,
43 For examples of using the experimental APIs, see 43 For examples of using the experimental APIs, see
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 </li> 115 </li>
116 </ol> 116 </ol>
117 117
118 <h2 id="other">More APIs</h2> 118 <h2 id="other">More APIs</h2>
119 119
120 <p> 120 <p>
121 For information on the standard APIs that packaged apps can use, see 121 For information on the standard APIs that packaged apps can use, see
122 <a href="api_index.html">chrome.* APIs</a> and 122 <a href="api_index.html">chrome.* APIs</a> and
123 <a href="api_other.html">Other APIs</a>. 123 <a href="api_other.html">Other APIs</a>.
124 </p> 124 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/templates/articles/api_index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698