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

Side by Side Diff: chrome/common/extensions/docs/ttsEngine.html

Issue 10381089: Revert 136296 - Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/tabs.html ('k') | chrome/common/extensions/docs/windows.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 <div> 604 <div>
605 <div> 605 <div>
606 <dt> 606 <dt>
607 <var>event</var> 607 <var>event</var>
608 <em> 608 <em>
609 <!-- TYPE --> 609 <!-- TYPE -->
610 <div style="display:inline"> 610 <div style="display:inline">
611 ( 611 (
612 <span id="typeTemplate"> 612 <span id="typeTemplate">
613 <span> 613 <span>
614 <a>tts.TtsEvent</a> 614 <a href="tts.html#type-TtsEvent">TtsEvent</a>
615 </span> 615 </span>
616 </span> 616 </span>
617 ) 617 )
618 </div> 618 </div>
619 </em> 619 </em>
620 </dt> 620 </dt>
621 <dd>The event from the text-to-speech engine indicating the status of this utterance.</dd> 621 <dd>The event from the text-to-speech engine indicating the status of this utterance.</dd>
622 <!-- OBJECT PROPERTIES --> 622 <!-- OBJECT PROPERTIES -->
623 <!-- OBJECT METHODS --> 623 <!-- OBJECT METHODS -->
624 <!-- OBJECT EVENT FIELDS --> 624 <!-- OBJECT EVENT FIELDS -->
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 _uff=0; 689 _uff=0;
690 urchinTracker(); 690 urchinTracker();
691 } 691 }
692 catch(e) {/* urchinTracker not available. */} 692 catch(e) {/* urchinTracker not available. */}
693 </script> 693 </script>
694 <!-- end analytics --> 694 <!-- end analytics -->
695 </div> 695 </div>
696 </div> <!-- /gc-footer --> 696 </div> <!-- /gc-footer -->
697 </div> <!-- /gc-container --> 697 </div> <!-- /gc-container -->
698 </body></html> 698 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/windows.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698