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

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

Issue 7508029: Add origin permissions to the extension permissions API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix dcheck Created 9 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
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 1698 matching lines...) Expand 10 before | Expand all | Expand 10 after
1709 <dd style="display: none; "> 1709 <dd style="display: none; ">
1710 <div></div> 1710 <div></div>
1711 </dd> 1711 </dd>
1712 1712
1713 <!-- FUNCTION PARAMETERS --> 1713 <!-- FUNCTION PARAMETERS -->
1714 <dd style="display: none; "> 1714 <dd style="display: none; ">
1715 <div></div> 1715 <div></div>
1716 </dd> 1716 </dd>
1717 1717
1718 </div> 1718 </div>
1719 </div><div>
1720 <div>
1721 <dt>
1722 <var>origins</var>
1723 <em>
1724
1725 <!-- TYPE -->
1726 <div style="display:inline">
1727 (
1728 <span class="optional">optional</span>
1729 <span class="enum" style="display: none; ">enumerated</span>
1730 <span id="typeTemplate">
1731 <span style="display: none; ">
1732 <a> Type</a>
1733 </span>
1734 <span>
1735 <span>
1736 array of <span><span>
1737 <span style="display: none; ">
1738 <a> Type</a>
1739 </span>
1740 <span>
1741 <span style="display: none; ">
1742 array of <span><span></span></span>
1743 </span>
1744 <span>string</span>
1745 <span style="display: none; "></span>
1746 </span>
1747 </span></span>
1748 </span>
1749 <span style="display: none; ">paramType</span>
1750 <span style="display: none; "></span>
1751 </span>
1752 </span>
1753 )
1754 </div>
1755
1756 </em>
1757 </dt>
1758 <dd class="todo" style="display: none; ">
1759 Undocumented.
1760 </dd>
1761 <dd>List of origin permissions.</dd>
1762 <dd style="display: none; ">
1763 This parameter was added in version
1764 <b><span></span></b>.
1765 You must omit this parameter in earlier versions,
1766 and you may omit it in any version. If you require this
1767 parameter, the manifest key
1768 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1769 can ensure that your extension won't be run in an earlier browser ve rsion.
1770 </dd>
1771
1772 <!-- OBJECT PROPERTIES -->
1773 <dd style="display: none; ">
1774 <dl>
1775 <div>
1776 <div>
1777 </div>
1778 </div>
1779 </dl>
1780 </dd>
1781
1782 <!-- OBJECT METHODS -->
1783 <dd style="display: none; ">
1784 <div></div>
1785 </dd>
1786
1787 <!-- OBJECT EVENT FIELDS -->
1788 <dd style="display: none; ">
1789 <div></div>
1790 </dd>
1791
1792 <!-- FUNCTION PARAMETERS -->
1793 <dd style="display: none; ">
1794 <div></div>
1795 </dd>
1796
1797 </div>
1719 </div> 1798 </div>
1720 </dl> 1799 </dl>
1721 </dd> 1800 </dd>
1722 1801
1723 <!-- OBJECT METHODS --> 1802 <!-- OBJECT METHODS -->
1724 <dd style="display: none; "> 1803 <dd style="display: none; ">
1725 <div></div> 1804 <div></div>
1726 </dd> 1805 </dd>
1727 1806
1728 <!-- OBJECT EVENT FIELDS --> 1807 <!-- OBJECT EVENT FIELDS -->
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1775 _uff=0; 1854 _uff=0;
1776 urchinTracker(); 1855 urchinTracker();
1777 } 1856 }
1778 catch(e) {/* urchinTracker not available. */} 1857 catch(e) {/* urchinTracker not available. */}
1779 </script> 1858 </script>
1780 <!-- end analytics --> 1859 <!-- end analytics -->
1781 </div> 1860 </div>
1782 </div> <!-- /gc-footer --> 1861 </div> <!-- /gc-footer -->
1783 </div> <!-- /gc-container --> 1862 </div> <!-- /gc-container -->
1784 </body></html> 1863 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/extensions/extension_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698