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

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

Issue 6469030: Support bypassList in Proxy Settings API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 9 years, 10 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 1636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1647 <dd style="display: none; "> 1647 <dd style="display: none; ">
1648 <div></div> 1648 <div></div>
1649 </dd> 1649 </dd>
1650 1650
1651 <!-- FUNCTION PARAMETERS --> 1651 <!-- FUNCTION PARAMETERS -->
1652 <dd style="display: none; "> 1652 <dd style="display: none; ">
1653 <div></div> 1653 <div></div>
1654 </dd> 1654 </dd>
1655 1655
1656 </div> 1656 </div>
1657 </div><div>
1658 <div>
1659 <dt>
1660 <var>bypassList</var>
1661 <em>
1662
1663 <!-- TYPE -->
1664 <div style="display:inline">
1665 (
1666 <span class="optional">optional</span>
1667 <span class="enum" style="display: none; ">enumerated</span>
1668 <span id="typeTemplate">
1669 <span style="display: none; ">
1670 <a> Type</a>
1671 </span>
1672 <span>
1673 <span>
1674 array of <span><span>
1675 <span style="display: none; ">
1676 <a> Type</a>
1677 </span>
1678 <span>
1679 <span style="display: none; ">
1680 array of <span><span></span></span>
1681 </span>
1682 <span>string</span>
1683 <span style="display: none; "></span>
1684 </span>
1685 </span></span>
1686 </span>
1687 <span style="display: none; ">paramType</span>
1688 <span style="display: none; "></span>
1689 </span>
1690 </span>
1691 )
1692 </div>
1693
1694 </em>
1695 </dt>
1696 <dd class="todo" style="display: none; ">
1697 Undocumented.
1698 </dd>
1699 <dd>List of servers to connect to without a proxy server.</dd>
1700 <dd style="display: none; ">
1701 This parameter was added in version
1702 <b><span></span></b>.
1703 You must omit this parameter in earlier versions,
1704 and you may omit it in any version. If you require this
1705 parameter, the manifest key
1706 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1707 can ensure that your extension won't be run in an earlier browser ve rsion.
1708 </dd>
1709
1710 <!-- OBJECT PROPERTIES -->
1711 <dd style="display: none; ">
1712 <dl>
1713 <div>
1714 <div>
1715 </div>
1716 </div>
1717 </dl>
1718 </dd>
1719
1720 <!-- OBJECT METHODS -->
1721 <dd style="display: none; ">
1722 <div></div>
1723 </dd>
1724
1725 <!-- OBJECT EVENT FIELDS -->
1726 <dd style="display: none; ">
1727 <div></div>
1728 </dd>
1729
1730 <!-- FUNCTION PARAMETERS -->
1731 <dd style="display: none; ">
1732 <div></div>
1733 </dd>
1734
1735 </div>
1657 </div> 1736 </div>
1658 </dl> 1737 </dl>
1659 </dd> 1738 </dd>
1660 1739
1661 <!-- OBJECT METHODS --> 1740 <!-- OBJECT METHODS -->
1662 <dd style="display: none; "> 1741 <dd style="display: none; ">
1663 <div></div> 1742 <div></div>
1664 </dd> 1743 </dd>
1665 1744
1666 <!-- OBJECT EVENT FIELDS --> 1745 <!-- OBJECT EVENT FIELDS -->
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
2123 _uff=0; 2202 _uff=0;
2124 urchinTracker(); 2203 urchinTracker();
2125 } 2204 }
2126 catch(e) {/* urchinTracker not available. */} 2205 catch(e) {/* urchinTracker not available. */}
2127 </script> 2206 </script>
2128 <!-- end analytics --> 2207 <!-- end analytics -->
2129 </div> 2208 </div>
2130 </div> <!-- /gc-footer --> 2209 </div> <!-- /gc-footer -->
2131 </div> <!-- /gc-container --> 2210 </div> <!-- /gc-container -->
2132 </body></html> 2211 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/test/data/extensions/api_test/proxy/bypass/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698