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

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

Issue 8570026: Rearrange the input APIs into more suitable groupings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code Review Created 9 years, 1 month 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 <!-- Standard content lead-in for experimental API pages --> 324 <!-- Standard content lead-in for experimental API pages -->
325 <p id="classSummary" style="display: none; "> 325 <p id="classSummary" style="display: none; ">
326 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page. 326 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
327 </p> 327 </p>
328 328
329 <!-- STATIC CONTENT PLACEHOLDER --> 329 <!-- STATIC CONTENT PLACEHOLDER -->
330 <div id="static"><div id="pageData-name" class="pageData">InputUI API</d iv> 330 <div id="static"><div id="pageData-name" class="pageData">InputUI API</d iv>
331 331
332 <!-- BEGIN AUTHORED CONTENT --> 332 <!-- BEGIN AUTHORED CONTENT -->
333 <p id="classSummary"> 333 <p id="classSummary">
334 Use the <code>chrome.experimental.inputUI</code> module to implement 334 Use the <code>chrome.experimental.input.ui</code> module to implement
335 input method user interface. This module is for Chrome OS only. 335 input method user interface. This module is for Chrome OS only.
336 <a href="experimental.html">chrome.experimental.* APIs</a> page. 336 <a href="experimental.html">chrome.experimental.* APIs</a> page.
337 </p> 337 </p>
338 <!-- END AUTHORED CONTENT --> 338 <!-- END AUTHORED CONTENT -->
339 </div> 339 </div>
340 340
341 <!-- API PAGE --> 341 <!-- API PAGE -->
342 <div class="apiPage" style="display: none; "> 342 <div class="apiPage" style="display: none; ">
343 <a name="apiReference"></a> 343 <a name="apiReference"></a>
344 <h2>API reference: chrome.apiname </h2> 344 <h2>API reference: chrome.apiname </h2>
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 _uff=0; 544 _uff=0;
545 urchinTracker(); 545 urchinTracker();
546 } 546 }
547 catch(e) {/* urchinTracker not available. */} 547 catch(e) {/* urchinTracker not available. */}
548 </script> 548 </script>
549 <!-- end analytics --> 549 <!-- end analytics -->
550 </div> 550 </div>
551 </div> <!-- /gc-footer --> 551 </div> <!-- /gc-footer -->
552 </div> <!-- /gc-container --> 552 </div> <!-- /gc-container -->
553 </body></html> 553 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/extensions/docs/static/experimental.inputUI.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698