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

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

Issue 10657018: Implement the API index doc for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: f 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/static/apps_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 <div id="pageData-name" class="pageData">chrome.experimental.* APIs</div> 1 <div id="pageData-name" class="pageData">chrome.experimental.* APIs</div>
2 <div id="pageData-showTOC" class="pageData">true</div> 2 <div id="pageData-showTOC" class="pageData">true</div>
3 3
4 <p> 4 <p>
5 Before you start, <strong>choose the right version of this page.</strong> 5 Before you start, <strong>choose the right version of this page.</strong>
6 You should read either: 6 You should read either:
7 </p> 7 </p>
8 8
9 <ul> 9 <ul>
10 <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/trunk/experimental.html ">Most recent experimental APIs</a>
(...skipping 11 matching lines...) Expand all
22 <h2 id="overview"> 22 <h2 id="overview">
23 List of APIs 23 List of APIs
24 </h2> 24 </h2>
25 25
26 <p> 26 <p>
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 <li jsselect="experimentalAPIs();"> 32 <li jsselect="listChomeAPIs(document.body.getAttribute('packagetype'), true);" >
33 <a jsvalues=".href: $this + '.html'" jscontent="$this"></a></li> 33 <a jsvalues=".href: $this + '.html'" jscontent="$this"></a></li>
34 </ul> 34 </ul>
35 35
36 <p> 36 <p>
37 Pay special attention to the following APIs, 37 Pay special attention to the following APIs,
38 which we expect to finalize soon: 38 which we expect to finalize soon:
39 <b>devtools</b>, 39 <b>devtools</b>,
40 <b>infobars</b>, 40 <b>infobars</b>,
41 <b>permissions</b>, 41 <b>permissions</b>,
42 For examples of using the experimental APIs, see 42 For examples of using the experimental APIs, see
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 </li> 114 </li>
115 </ol> 115 </ol>
116 116
117 <h2 id="other">More APIs</h2> 117 <h2 id="other">More APIs</h2>
118 118
119 <p> 119 <p>
120 For information on the standard APIs that extensions can use, see 120 For information on the standard APIs that extensions can use, see
121 <a href="api_index.html">chrome.* APIs</a> and 121 <a href="api_index.html">chrome.* APIs</a> and
122 <a href="api_other.html">Other APIs</a>. 122 <a href="api_other.html">Other APIs</a>.
123 </p> 123 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/apps_api_index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698