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

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

Issue 6871019: Enable (optional) blocking of webrequests in case a PAC script cannot be fetched or is invalid. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 9 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
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 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 <dd style="display: none; "> 2035 <dd style="display: none; ">
2036 <div></div> 2036 <div></div>
2037 </dd> 2037 </dd>
2038 2038
2039 <!-- FUNCTION PARAMETERS --> 2039 <!-- FUNCTION PARAMETERS -->
2040 <dd style="display: none; "> 2040 <dd style="display: none; ">
2041 <div></div> 2041 <div></div>
2042 </dd> 2042 </dd>
2043 2043
2044 </div> 2044 </div>
2045 </div><div>
2046 <div>
2047 <dt>
2048 <var>mandatory</var>
2049 <em>
2050
2051 <!-- TYPE -->
2052 <div style="display:inline">
2053 (
2054 <span class="optional">optional</span>
2055 <span class="enum" style="display: none; ">enumerated</span>
2056 <span id="typeTemplate">
2057 <span style="display: none; ">
2058 <a> Type</a>
2059 </span>
2060 <span>
2061 <span style="display: none; ">
2062 array of <span><span></span></span>
2063 </span>
2064 <span>boolean</span>
2065 <span style="display: none; "></span>
2066 </span>
2067 </span>
2068 )
2069 </div>
2070
2071 </em>
2072 </dt>
2073 <dd class="todo" style="display: none; ">
2074 Undocumented.
2075 </dd>
2076 <dd>If true, an invalid PAC script will cause the network stack to fal l back to direct connections. Defaults to false.</dd>
eroman 2011/04/26 21:47:17 Ditto.
battre 2011/04/27 17:02:58 Done.
2077 <dd style="display: none; ">
2078 This parameter was added in version
2079 <b><span></span></b>.
2080 You must omit this parameter in earlier versions,
2081 and you may omit it in any version. If you require this
2082 parameter, the manifest key
2083 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2084 can ensure that your extension won't be run in an earlier browser ve rsion.
2085 </dd>
2086
2087 <!-- OBJECT PROPERTIES -->
2088 <dd style="display: none; ">
2089 <dl>
2090 <div>
2091 <div>
2092 </div>
2093 </div>
2094 </dl>
2095 </dd>
2096
2097 <!-- OBJECT METHODS -->
2098 <dd style="display: none; ">
2099 <div></div>
2100 </dd>
2101
2102 <!-- OBJECT EVENT FIELDS -->
2103 <dd style="display: none; ">
2104 <div></div>
2105 </dd>
2106
2107 <!-- FUNCTION PARAMETERS -->
2108 <dd style="display: none; ">
2109 <div></div>
2110 </dd>
2111
2112 </div>
2045 </div> 2113 </div>
2046 </dl> 2114 </dl>
2047 </dd> 2115 </dd>
2048 2116
2049 <!-- OBJECT METHODS --> 2117 <!-- OBJECT METHODS -->
2050 <dd style="display: none; "> 2118 <dd style="display: none; ">
2051 <div></div> 2119 <div></div>
2052 </dd> 2120 </dd>
2053 2121
2054 <!-- OBJECT EVENT FIELDS --> 2122 <!-- OBJECT EVENT FIELDS -->
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
2374 _uff=0; 2442 _uff=0;
2375 urchinTracker(); 2443 urchinTracker();
2376 } 2444 }
2377 catch(e) {/* urchinTracker not available. */} 2445 catch(e) {/* urchinTracker not available. */}
2378 </script> 2446 </script>
2379 <!-- end analytics --> 2447 <!-- end analytics -->
2380 </div> 2448 </div>
2381 </div> <!-- /gc-footer --> 2449 </div> <!-- /gc-footer -->
2382 </div> <!-- /gc-container --> 2450 </div> <!-- /gc-container -->
2383 </body></html> 2451 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698