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

Side by Side Diff: chrome/common/extensions/docs/apps/api_index.html

Issue 10659021: Move chrome.appWindow to chrome.app.window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo 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
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 Chrome provides many special-purpose APIs like 192 Chrome provides many special-purpose APIs like
193 <code>chrome.runtime</code> and <code>chrome.alarms</code> 193 <code>chrome.runtime</code> and <code>chrome.alarms</code>
194 to packaged apps. 194 to packaged apps.
195 </p> 195 </p>
196 <h2 id="supported">Supported APIs</h2> 196 <h2 id="supported">Supported APIs</h2>
197 <p> 197 <p>
198 Here are the supported chrome.* APIs: 198 Here are the supported chrome.* APIs:
199 </p> 199 </p>
200 <ul> 200 <ul>
201 <li><a href="alarms.html" js="">alarms</a> 201 <li><a href="alarms.html" js="">alarms</a>
202 </li><li><a href="appWindow.html" js="">appWindow</a> 202 </li><li><a href="app.window.html" js="">app.window</a>
203 </li><li><a href="contextMenus.html" js="">contextMenus</a> 203 </li><li><a href="contextMenus.html" js="">contextMenus</a>
204 </li><li><a href="events.html" js="">events</a> 204 </li><li><a href="events.html" js="">events</a>
205 </li><li><a href="fileSystem.html" js="">fileSystem</a> 205 </li><li><a href="fileSystem.html" js="">fileSystem</a>
206 </li><li><a href="i18n.html" js="">i18n</a> 206 </li><li><a href="i18n.html" js="">i18n</a>
207 </li><li><a href="idle.html" js="">idle</a> 207 </li><li><a href="idle.html" js="">idle</a>
208 </li><li><a href="permissions.html" js="">permissions</a> 208 </li><li><a href="permissions.html" js="">permissions</a>
209 </li><li><a href="runtime.html" js="">runtime</a> 209 </li><li><a href="runtime.html" js="">runtime</a>
210 </li><li><a href="storage.html" js="">storage</a> 210 </li><li><a href="storage.html" js="">storage</a>
211 </li><li><a href="tts.html" js="">tts</a> 211 </li><li><a href="tts.html" js="">tts</a>
212 </li><li><a href="types.html" js="">types</a> 212 </li><li><a href="types.html" js="">types</a>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 _uff=0; 275 _uff=0;
276 urchinTracker(); 276 urchinTracker();
277 } 277 }
278 catch(e) {/* urchinTracker not available. */} 278 catch(e) {/* urchinTracker not available. */}
279 </script> 279 </script>
280 <!-- end analytics --> 280 <!-- end analytics -->
281 </div> 281 </div>
282 </div> <!-- /gc-footer --> 282 </div> <!-- /gc-footer -->
283 </div> <!-- /gc-container --> 283 </div> <!-- /gc-container -->
284 </body></html> 284 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/app_window.idl ('k') | chrome/common/extensions/docs/apps/app.window.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698