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

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: Created 9 years, 8 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 2004 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 <dd style="display: none; "> 2015 <dd style="display: none; ">
2016 <div></div> 2016 <div></div>
2017 </dd> 2017 </dd>
2018 2018
2019 <!-- FUNCTION PARAMETERS --> 2019 <!-- FUNCTION PARAMETERS -->
2020 <dd style="display: none; "> 2020 <dd style="display: none; ">
2021 <div></div> 2021 <div></div>
2022 </dd> 2022 </dd>
2023 2023
2024 </div> 2024 </div>
2025 </div><div>
2026 <div>
2027 <dt>
2028 <var>mandatory</var>
2029 <em>
2030
2031 <!-- TYPE -->
2032 <div style="display:inline">
2033 (
2034 <span class="optional">optional</span>
2035 <span class="enum" style="display: none; ">enumerated</span>
2036 <span id="typeTemplate">
2037 <span style="display: none; ">
2038 <a> Type</a>
2039 </span>
2040 <span>
2041 <span style="display: none; ">
2042 array of <span><span></span></span>
2043 </span>
2044 <span>boolean</span>
2045 <span style="display: none; "></span>
2046 </span>
2047 </span>
2048 )
2049 </div>
2050
2051 </em>
2052 </dt>
2053 <dd class="todo" style="display: none; ">
2054 Undocumented.
2055 </dd>
2056 <dd>If true, an invalid PAC script will cause to fall back to direct c onnections. Defaults to false.</dd>
2057 <dd style="display: none; ">
2058 This parameter was added in version
2059 <b><span></span></b>.
2060 You must omit this parameter in earlier versions,
2061 and you may omit it in any version. If you require this
2062 parameter, the manifest key
2063 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2064 can ensure that your extension won't be run in an earlier browser ve rsion.
2065 </dd>
2066
2067 <!-- OBJECT PROPERTIES -->
2068 <dd style="display: none; ">
2069 <dl>
2070 <div>
2071 <div>
2072 </div>
2073 </div>
2074 </dl>
2075 </dd>
2076
2077 <!-- OBJECT METHODS -->
2078 <dd style="display: none; ">
2079 <div></div>
2080 </dd>
2081
2082 <!-- OBJECT EVENT FIELDS -->
2083 <dd style="display: none; ">
2084 <div></div>
2085 </dd>
2086
2087 <!-- FUNCTION PARAMETERS -->
2088 <dd style="display: none; ">
2089 <div></div>
2090 </dd>
2091
2092 </div>
2025 </div> 2093 </div>
2026 </dl> 2094 </dl>
2027 </dd> 2095 </dd>
2028 2096
2029 <!-- OBJECT METHODS --> 2097 <!-- OBJECT METHODS -->
2030 <dd style="display: none; "> 2098 <dd style="display: none; ">
2031 <div></div> 2099 <div></div>
2032 </dd> 2100 </dd>
2033 2101
2034 <!-- OBJECT EVENT FIELDS --> 2102 <!-- OBJECT EVENT FIELDS -->
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
2354 _uff=0; 2422 _uff=0;
2355 urchinTracker(); 2423 urchinTracker();
2356 } 2424 }
2357 catch(e) {/* urchinTracker not available. */} 2425 catch(e) {/* urchinTracker not available. */}
2358 </script> 2426 </script>
2359 <!-- end analytics --> 2427 <!-- end analytics -->
2360 </div> 2428 </div>
2361 </div> <!-- /gc-footer --> 2429 </div> <!-- /gc-footer -->
2362 </div> <!-- /gc-container --> 2430 </div> <!-- /gc-container -->
2363 </body></html> 2431 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698