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

Side by Side Diff: chrome/common/extensions/docs/i18n-messages.html

Issue 2812023: Make the extension API docs point out the minimum version that supports an API call. (Closed)
Patch Set: Rebase for checkin. Created 10 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
« no previous file with comments | « chrome/common/extensions/docs/i18n.html ('k') | chrome/common/extensions/docs/index.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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 </div> 52 </div>
53 53
54 </em> 54 </em>
55 </dt> 55 </dt>
56 <dd class="todo"> 56 <dd class="todo">
57 Undocumented. 57 Undocumented.
58 </dd> 58 </dd>
59 <dd> 59 <dd>
60 Description of this parameter from the json schema. 60 Description of this parameter from the json schema.
61 </dd> 61 </dd>
62 <dd>
63 This parameter was added in version
64 <b><span></span></b>.
65 You must omit this parameter in earlier versions,
66 and you may omit it in any version. If you require this
67 parameter, the manifest key
68 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
69 can ensure that your extension won't be run in an earlier browser ve rsion.
70 </dd>
62 71
63 <!-- OBJECT PROPERTIES --> 72 <!-- OBJECT PROPERTIES -->
64 <dd> 73 <dd>
65 <dl> 74 <dl>
66 <div> 75 <div>
67 <div> 76 <div>
68 </div> 77 </div>
69 </div> 78 </div>
70 </dl> 79 </dl>
71 </dd> 80 </dd>
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre> 689 <pre>function(<span>Type param1, Type param2</span>) <span cla ss="subdued">{...}</span>);</pre>
681 <dl> 690 <dl>
682 <div> 691 <div>
683 <div> 692 <div>
684 </div> 693 </div>
685 </div> 694 </div>
686 </dl> 695 </dl>
687 </div> 696 </div>
688 </div> 697 </div>
689 698
699 <!-- MIN_VERSION -->
700 <p>
701 This function was added in version <b><span></span></b>.
702 If you require this function, the manifest key
703 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
704 can ensure that your extension won't be run in an earlier brow ser version.
705 </p>
690 </div> <!-- /description --> 706 </div> <!-- /description -->
691 707
692 </div> <!-- /apiItem --> 708 </div> <!-- /apiItem -->
693 709
694 </div> <!-- /apiGroup --> 710 </div> <!-- /apiGroup -->
695 711
696 <!-- EVENTS --> 712 <!-- EVENTS -->
697 <div class="apiGroup"> 713 <div class="apiGroup">
698 <a name="events"></a> 714 <a name="events"></a>
699 <h3 id="events">Events</h3> 715 <h3 id="events">Events</h3>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 _uff=0; 796 _uff=0;
781 urchinTracker(); 797 urchinTracker();
782 } 798 }
783 catch(e) {/* urchinTracker not available. */} 799 catch(e) {/* urchinTracker not available. */}
784 </script> 800 </script>
785 <!-- end analytics --> 801 <!-- end analytics -->
786 </div> 802 </div>
787 </div> <!-- /gc-footer --> 803 </div> <!-- /gc-footer -->
788 </div> <!-- /gc-container --> 804 </div> <!-- /gc-container -->
789 </body></html> 805 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/i18n.html ('k') | chrome/common/extensions/docs/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698