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

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

Issue 10829301: Extension docs: Manual merge crrev.com/143652 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/privacy.html ('k') | chrome/common/extensions/docs/storage.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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 <ol> 231 <ol>
232 <li> 232 <li>
233 <a href="#event-onProxyError">onProxyError</a> 233 <a href="#event-onProxyError">onProxyError</a>
234 </li> 234 </li>
235 </ol> 235 </ol>
236 </li> 236 </li>
237 <li> 237 <li>
238 <a href="#types">Types</a> 238 <a href="#types">Types</a>
239 <ol> 239 <ol>
240 <li> 240 <li>
241 <a href="#type-ProxyServer">null</a> 241 <a href="#type-proxy.ProxyServer">ProxyServer</a>
242 <ol> 242 <ol>
243 </ol> 243 </ol>
244 </li><li> 244 </li><li>
245 <a href="#type-ProxyRules">null</a> 245 <a href="#type-proxy.ProxyRules">ProxyRules</a>
246 <ol> 246 <ol>
247 </ol> 247 </ol>
248 </li><li> 248 </li><li>
249 <a href="#type-PacScript">null</a> 249 <a href="#type-proxy.PacScript">PacScript</a>
250 <ol> 250 <ol>
251 </ol> 251 </ol>
252 </li><li> 252 </li><li>
253 <a href="#type-ProxyConfig">null</a> 253 <a href="#type-proxy.ProxyConfig">ProxyConfig</a>
254 <ol> 254 <ol>
255 </ol> 255 </ol>
256 </li> 256 </li>
257 </ol> 257 </ol>
258 </li> 258 </li>
259 </ol> 259 </ol>
260 </li> 260 </li>
261 </ol> 261 </ol>
262 </div> 262 </div>
263 <!-- /TABLE OF CONTENTS --> 263 <!-- /TABLE OF CONTENTS -->
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 </div> 463 </div>
464 <div> 464 <div>
465 <dt> 465 <dt>
466 <var>settings</var> 466 <var>settings</var>
467 <em> 467 <em>
468 <!-- TYPE --> 468 <!-- TYPE -->
469 <div style="display:inline"> 469 <div style="display:inline">
470 ( 470 (
471 <span id="typeTemplate"> 471 <span id="typeTemplate">
472 <span> 472 <span>
473 <a>types.ChromeSetting</a> 473 <a href="types.html#type-types.ChromeSetting">types.Chro meSetting</a>
474 </span> 474 </span>
475 </span> 475 </span>
476 ) 476 )
477 </div> 477 </div>
478 </em> 478 </em>
479 </dt> 479 </dt>
480 <dd>Proxy settings to be used. The value of this setting is a ProxyCon fig object.</dd> 480 <dd>Proxy settings to be used. The value of this setting is a ProxyCon fig object.</dd>
481 <!-- OBJECT PROPERTIES --> 481 <!-- OBJECT PROPERTIES -->
482 <!-- OBJECT METHODS --> 482 <!-- OBJECT METHODS -->
483 <!-- OBJECT EVENT FIELDS --> 483 <!-- OBJECT EVENT FIELDS -->
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 </div> <!-- /description --> 614 </div> <!-- /description -->
615 <!-- /description --> 615 <!-- /description -->
616 </div> <!-- /apiItem --> 616 </div> <!-- /apiItem -->
617 </div> <!-- /apiGroup --> 617 </div> <!-- /apiGroup -->
618 <!-- TYPES --> 618 <!-- TYPES -->
619 <div class="apiGroup"> 619 <div class="apiGroup">
620 <a name="types"></a> 620 <a name="types"></a>
621 <h3 id="types">Types</h3> 621 <h3 id="types">Types</h3>
622 <!-- iterates over all types --> 622 <!-- iterates over all types -->
623 <div class="apiItem"> 623 <div class="apiItem">
624 <a name="type-ProxyServer"></a> 624 <a name="type-proxy.ProxyServer"></a>
625 <h4>ProxyServer</h4> 625 <h4>proxy.ProxyServer</h4>
626 <div> 626 <div>
627 <dt> 627 <dt>
628 <em> 628 <em>
629 <!-- TYPE --> 629 <!-- TYPE -->
630 <div style="display:inline"> 630 <div style="display:inline">
631 ( 631 (
632 <span id="typeTemplate"> 632 <span id="typeTemplate">
633 <span> 633 <span>
634 <span>object</span> 634 <span>object</span>
635 </span> 635 </span>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 <!-- FUNCTION PARAMETERS --> 716 <!-- FUNCTION PARAMETERS -->
717 </div> 717 </div>
718 </div> 718 </div>
719 </dl> 719 </dl>
720 </dd> 720 </dd>
721 <!-- OBJECT METHODS --> 721 <!-- OBJECT METHODS -->
722 <!-- OBJECT EVENT FIELDS --> 722 <!-- OBJECT EVENT FIELDS -->
723 <!-- FUNCTION PARAMETERS --> 723 <!-- FUNCTION PARAMETERS -->
724 </div> 724 </div>
725 </div><div class="apiItem"> 725 </div><div class="apiItem">
726 <a name="type-ProxyRules"></a> 726 <a name="type-proxy.ProxyRules"></a>
727 <h4>ProxyRules</h4> 727 <h4>proxy.ProxyRules</h4>
728 <div> 728 <div>
729 <dt> 729 <dt>
730 <em> 730 <em>
731 <!-- TYPE --> 731 <!-- TYPE -->
732 <div style="display:inline"> 732 <div style="display:inline">
733 ( 733 (
734 <span id="typeTemplate"> 734 <span id="typeTemplate">
735 <span> 735 <span>
736 <span>object</span> 736 <span>object</span>
737 </span> 737 </span>
(...skipping 10 matching lines...) Expand all
748 <div> 748 <div>
749 <dt> 749 <dt>
750 <var>singleProxy</var> 750 <var>singleProxy</var>
751 <em> 751 <em>
752 <!-- TYPE --> 752 <!-- TYPE -->
753 <div style="display:inline"> 753 <div style="display:inline">
754 ( 754 (
755 <span class="optional">optional</span> 755 <span class="optional">optional</span>
756 <span id="typeTemplate"> 756 <span id="typeTemplate">
757 <span> 757 <span>
758 <a href="proxy.html#type-ProxyServer">ProxyServer</a> 758 <a href="proxy.html#type-proxy.ProxyServer">proxy.ProxyS erver</a>
759 </span> 759 </span>
760 </span> 760 </span>
761 ) 761 )
762 </div> 762 </div>
763 </em> 763 </em>
764 </dt> 764 </dt>
765 <dd>The proxy server to be used for all per-URL requests (that is http , https, and ftp).</dd> 765 <dd>The proxy server to be used for all per-URL requests (that is http , https, and ftp).</dd>
766 <!-- OBJECT PROPERTIES --> 766 <!-- OBJECT PROPERTIES -->
767 <!-- OBJECT METHODS --> 767 <!-- OBJECT METHODS -->
768 <!-- OBJECT EVENT FIELDS --> 768 <!-- OBJECT EVENT FIELDS -->
769 <!-- FUNCTION PARAMETERS --> 769 <!-- FUNCTION PARAMETERS -->
770 </div> 770 </div>
771 </div><div> 771 </div><div>
772 <div> 772 <div>
773 <dt> 773 <dt>
774 <var>proxyForHttp</var> 774 <var>proxyForHttp</var>
775 <em> 775 <em>
776 <!-- TYPE --> 776 <!-- TYPE -->
777 <div style="display:inline"> 777 <div style="display:inline">
778 ( 778 (
779 <span class="optional">optional</span> 779 <span class="optional">optional</span>
780 <span id="typeTemplate"> 780 <span id="typeTemplate">
781 <span> 781 <span>
782 <a href="proxy.html#type-ProxyServer">ProxyServer</a> 782 <a href="proxy.html#type-proxy.ProxyServer">proxy.ProxyS erver</a>
783 </span> 783 </span>
784 </span> 784 </span>
785 ) 785 )
786 </div> 786 </div>
787 </em> 787 </em>
788 </dt> 788 </dt>
789 <dd>The proxy server to be used for HTTP requests.</dd> 789 <dd>The proxy server to be used for HTTP requests.</dd>
790 <!-- OBJECT PROPERTIES --> 790 <!-- OBJECT PROPERTIES -->
791 <!-- OBJECT METHODS --> 791 <!-- OBJECT METHODS -->
792 <!-- OBJECT EVENT FIELDS --> 792 <!-- OBJECT EVENT FIELDS -->
793 <!-- FUNCTION PARAMETERS --> 793 <!-- FUNCTION PARAMETERS -->
794 </div> 794 </div>
795 </div><div> 795 </div><div>
796 <div> 796 <div>
797 <dt> 797 <dt>
798 <var>proxyForHttps</var> 798 <var>proxyForHttps</var>
799 <em> 799 <em>
800 <!-- TYPE --> 800 <!-- TYPE -->
801 <div style="display:inline"> 801 <div style="display:inline">
802 ( 802 (
803 <span class="optional">optional</span> 803 <span class="optional">optional</span>
804 <span id="typeTemplate"> 804 <span id="typeTemplate">
805 <span> 805 <span>
806 <a href="proxy.html#type-ProxyServer">ProxyServer</a> 806 <a href="proxy.html#type-proxy.ProxyServer">proxy.ProxyS erver</a>
807 </span> 807 </span>
808 </span> 808 </span>
809 ) 809 )
810 </div> 810 </div>
811 </em> 811 </em>
812 </dt> 812 </dt>
813 <dd>The proxy server to be used for HTTPS requests.</dd> 813 <dd>The proxy server to be used for HTTPS requests.</dd>
814 <!-- OBJECT PROPERTIES --> 814 <!-- OBJECT PROPERTIES -->
815 <!-- OBJECT METHODS --> 815 <!-- OBJECT METHODS -->
816 <!-- OBJECT EVENT FIELDS --> 816 <!-- OBJECT EVENT FIELDS -->
817 <!-- FUNCTION PARAMETERS --> 817 <!-- FUNCTION PARAMETERS -->
818 </div> 818 </div>
819 </div><div> 819 </div><div>
820 <div> 820 <div>
821 <dt> 821 <dt>
822 <var>proxyForFtp</var> 822 <var>proxyForFtp</var>
823 <em> 823 <em>
824 <!-- TYPE --> 824 <!-- TYPE -->
825 <div style="display:inline"> 825 <div style="display:inline">
826 ( 826 (
827 <span class="optional">optional</span> 827 <span class="optional">optional</span>
828 <span id="typeTemplate"> 828 <span id="typeTemplate">
829 <span> 829 <span>
830 <a href="proxy.html#type-ProxyServer">ProxyServer</a> 830 <a href="proxy.html#type-proxy.ProxyServer">proxy.ProxyS erver</a>
831 </span> 831 </span>
832 </span> 832 </span>
833 ) 833 )
834 </div> 834 </div>
835 </em> 835 </em>
836 </dt> 836 </dt>
837 <dd>The proxy server to be used for FTP requests.</dd> 837 <dd>The proxy server to be used for FTP requests.</dd>
838 <!-- OBJECT PROPERTIES --> 838 <!-- OBJECT PROPERTIES -->
839 <!-- OBJECT METHODS --> 839 <!-- OBJECT METHODS -->
840 <!-- OBJECT EVENT FIELDS --> 840 <!-- OBJECT EVENT FIELDS -->
841 <!-- FUNCTION PARAMETERS --> 841 <!-- FUNCTION PARAMETERS -->
842 </div> 842 </div>
843 </div><div> 843 </div><div>
844 <div> 844 <div>
845 <dt> 845 <dt>
846 <var>fallbackProxy</var> 846 <var>fallbackProxy</var>
847 <em> 847 <em>
848 <!-- TYPE --> 848 <!-- TYPE -->
849 <div style="display:inline"> 849 <div style="display:inline">
850 ( 850 (
851 <span class="optional">optional</span> 851 <span class="optional">optional</span>
852 <span id="typeTemplate"> 852 <span id="typeTemplate">
853 <span> 853 <span>
854 <a href="proxy.html#type-ProxyServer">ProxyServer</a> 854 <a href="proxy.html#type-proxy.ProxyServer">proxy.ProxyS erver</a>
855 </span> 855 </span>
856 </span> 856 </span>
857 ) 857 )
858 </div> 858 </div>
859 </em> 859 </em>
860 </dt> 860 </dt>
861 <dd>The proxy server to be used for everthing else or if any of the sp ecific proxyFor... is not specified.</dd> 861 <dd>The proxy server to be used for everthing else or if any of the sp ecific proxyFor... is not specified.</dd>
862 <!-- OBJECT PROPERTIES --> 862 <!-- OBJECT PROPERTIES -->
863 <!-- OBJECT METHODS --> 863 <!-- OBJECT METHODS -->
864 <!-- OBJECT EVENT FIELDS --> 864 <!-- OBJECT EVENT FIELDS -->
(...skipping 30 matching lines...) Expand all
895 <!-- FUNCTION PARAMETERS --> 895 <!-- FUNCTION PARAMETERS -->
896 </div> 896 </div>
897 </div> 897 </div>
898 </dl> 898 </dl>
899 </dd> 899 </dd>
900 <!-- OBJECT METHODS --> 900 <!-- OBJECT METHODS -->
901 <!-- OBJECT EVENT FIELDS --> 901 <!-- OBJECT EVENT FIELDS -->
902 <!-- FUNCTION PARAMETERS --> 902 <!-- FUNCTION PARAMETERS -->
903 </div> 903 </div>
904 </div><div class="apiItem"> 904 </div><div class="apiItem">
905 <a name="type-PacScript"></a> 905 <a name="type-proxy.PacScript"></a>
906 <h4>PacScript</h4> 906 <h4>proxy.PacScript</h4>
907 <div> 907 <div>
908 <dt> 908 <dt>
909 <em> 909 <em>
910 <!-- TYPE --> 910 <!-- TYPE -->
911 <div style="display:inline"> 911 <div style="display:inline">
912 ( 912 (
913 <span id="typeTemplate"> 913 <span id="typeTemplate">
914 <span> 914 <span>
915 <span>object</span> 915 <span>object</span>
916 </span> 916 </span>
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 <!-- FUNCTION PARAMETERS --> 996 <!-- FUNCTION PARAMETERS -->
997 </div> 997 </div>
998 </div> 998 </div>
999 </dl> 999 </dl>
1000 </dd> 1000 </dd>
1001 <!-- OBJECT METHODS --> 1001 <!-- OBJECT METHODS -->
1002 <!-- OBJECT EVENT FIELDS --> 1002 <!-- OBJECT EVENT FIELDS -->
1003 <!-- FUNCTION PARAMETERS --> 1003 <!-- FUNCTION PARAMETERS -->
1004 </div> 1004 </div>
1005 </div><div class="apiItem"> 1005 </div><div class="apiItem">
1006 <a name="type-ProxyConfig"></a> 1006 <a name="type-proxy.ProxyConfig"></a>
1007 <h4>ProxyConfig</h4> 1007 <h4>proxy.ProxyConfig</h4>
1008 <div> 1008 <div>
1009 <dt> 1009 <dt>
1010 <em> 1010 <em>
1011 <!-- TYPE --> 1011 <!-- TYPE -->
1012 <div style="display:inline"> 1012 <div style="display:inline">
1013 ( 1013 (
1014 <span id="typeTemplate"> 1014 <span id="typeTemplate">
1015 <span> 1015 <span>
1016 <span>object</span> 1016 <span>object</span>
1017 </span> 1017 </span>
(...skipping 10 matching lines...) Expand all
1028 <div> 1028 <div>
1029 <dt> 1029 <dt>
1030 <var>rules</var> 1030 <var>rules</var>
1031 <em> 1031 <em>
1032 <!-- TYPE --> 1032 <!-- TYPE -->
1033 <div style="display:inline"> 1033 <div style="display:inline">
1034 ( 1034 (
1035 <span class="optional">optional</span> 1035 <span class="optional">optional</span>
1036 <span id="typeTemplate"> 1036 <span id="typeTemplate">
1037 <span> 1037 <span>
1038 <a href="proxy.html#type-ProxyRules">ProxyRules</a> 1038 <a href="proxy.html#type-proxy.ProxyRules">proxy.ProxyRu les</a>
1039 </span> 1039 </span>
1040 </span> 1040 </span>
1041 ) 1041 )
1042 </div> 1042 </div>
1043 </em> 1043 </em>
1044 </dt> 1044 </dt>
1045 <dd>The proxy rules describing this configuration. Use this for 'fixed _servers' mode.</dd> 1045 <dd>The proxy rules describing this configuration. Use this for 'fixed _servers' mode.</dd>
1046 <!-- OBJECT PROPERTIES --> 1046 <!-- OBJECT PROPERTIES -->
1047 <!-- OBJECT METHODS --> 1047 <!-- OBJECT METHODS -->
1048 <!-- OBJECT EVENT FIELDS --> 1048 <!-- OBJECT EVENT FIELDS -->
1049 <!-- FUNCTION PARAMETERS --> 1049 <!-- FUNCTION PARAMETERS -->
1050 </div> 1050 </div>
1051 </div><div> 1051 </div><div>
1052 <div> 1052 <div>
1053 <dt> 1053 <dt>
1054 <var>pacScript</var> 1054 <var>pacScript</var>
1055 <em> 1055 <em>
1056 <!-- TYPE --> 1056 <!-- TYPE -->
1057 <div style="display:inline"> 1057 <div style="display:inline">
1058 ( 1058 (
1059 <span class="optional">optional</span> 1059 <span class="optional">optional</span>
1060 <span id="typeTemplate"> 1060 <span id="typeTemplate">
1061 <span> 1061 <span>
1062 <a href="proxy.html#type-PacScript">PacScript</a> 1062 <a href="proxy.html#type-proxy.PacScript">proxy.PacScrip t</a>
1063 </span> 1063 </span>
1064 </span> 1064 </span>
1065 ) 1065 )
1066 </div> 1066 </div>
1067 </em> 1067 </em>
1068 </dt> 1068 </dt>
1069 <dd>The proxy auto-config (PAC) script for this configuration. Use thi s for 'pac_script' mode.</dd> 1069 <dd>The proxy auto-config (PAC) script for this configuration. Use thi s for 'pac_script' mode.</dd>
1070 <!-- OBJECT PROPERTIES --> 1070 <!-- OBJECT PROPERTIES -->
1071 <!-- OBJECT METHODS --> 1071 <!-- OBJECT METHODS -->
1072 <!-- OBJECT EVENT FIELDS --> 1072 <!-- OBJECT EVENT FIELDS -->
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 _uff=0; 1146 _uff=0;
1147 urchinTracker(); 1147 urchinTracker();
1148 } 1148 }
1149 catch(e) {/* urchinTracker not available. */} 1149 catch(e) {/* urchinTracker not available. */}
1150 </script> 1150 </script>
1151 <!-- end analytics --> 1151 <!-- end analytics -->
1152 </div> 1152 </div>
1153 </div> <!-- /gc-footer --> 1153 </div> <!-- /gc-footer -->
1154 </div> <!-- /gc-container --> 1154 </div> <!-- /gc-container -->
1155 </body></html> 1155 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/privacy.html ('k') | chrome/common/extensions/docs/storage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698