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

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

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: 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
OLDNEW
1 <div id="pageData-name" class="pageData">chrome.* APIs</div> 1 <h1>chrome.* APIs</h1>
2 <div id="pageData-showTOC" class="pageData">true</div> 2
3 3
4 <h2 id="supported">Supported APIs</h2> 4 <h2 id="supported">Supported APIs</h2>
5 5
6 <p>Here are the currently supported APIs for packaged apps: 6 <p>Here are the currently supported APIs for packaged apps:
7 7
8 <ul> 8 <ul>
9 <li jsselect="listPlatformAppAPIs(false);"><a jsvalues=".href: $this + '.html' " jscontent="$this" href="bookmarks.html" js>bookmarks</a> 9 <li jsselect="listPlatformAppAPIs(false);"><a jsvalues=".href: $this + '.html' " jscontent="$this" href="bookmarks.html" js>bookmarks</a>
10 </li> 10 </li>
11 </ul> 11 </ul>
12 12
(...skipping 11 matching lines...) Expand all
24 <h2 id="conventions">API conventions</h2> 24 <h2 id="conventions">API conventions</h2>
25 25
26 <p> 26 <p>
27 Unless the doc says otherwise, 27 Unless the doc says otherwise,
28 methods in the chrome.* APIs are <b>asynchronous</b>: 28 methods in the chrome.* APIs are <b>asynchronous</b>:
29 they return immediately, 29 they return immediately,
30 without waiting for the operation to finish. 30 without waiting for the operation to finish.
31 If you need to know the outcome of an operation, 31 If you need to know the outcome of an operation,
32 then you pass a callback function into the method. 32 then you pass a callback function into the method.
33 For more information, watch this video: 33 For more information, watch this video:
34 </p> 34 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698