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

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

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment in converter.py Created 8 years, 4 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
OLDNEW
(Empty)
1 <h1 class="page_title">chrome.* APIs</h1>
2 <div id="pageData-showTOC" class="pageData">true</div>
3 <h2 id="supported">Supported APIs</h2>
4 <p>Here are the currently supported APIs for packaged apps:
5 <ul>
6 <li jsselect="listPlatformAppAPIs(false);"><a jsvalues=".href: $this + '.html' " jscontent="$this" href="bookmarks.html" js>bookmarks</a>
7 </li>
8 </ul>
9 <h2 id="experimental">Experimental APIs</h2>
10 <p>
11 The following APIs are still under active development.
12 </p>
13 <ul>
14 <li jsselect="listPlatformAppAPIs(true);"><a jsvalues=".href: $this + '.html'" jscontent="$this" href="bookmarks.html" js>bookmarks</a>
15 </li>
16 </ul>
17 <h2 id="conventions">API conventions</h2>
18 <p>
19 Unless the doc says otherwise,
20 methods in the chrome.* APIs are <b>asynchronous</b>:
21 they return immediately,
22 without waiting for the operation to finish.
23 If you need to know the outcome of an operation,
24 then you pass a callback function into the method.
25 For more information, watch this video:
26 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698