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

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

Issue 10694055: Add read-only access to POST data for webRequest's onBeforeRequest (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased & added missing docs update Created 8 years, 5 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
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 1748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1759 </dt> 1759 </dt>
1760 <dd>ID of frame that wraps the frame which sent the request. Set to -1 if no parent frame exists.</dd> 1760 <dd>ID of frame that wraps the frame which sent the request. Set to -1 if no parent frame exists.</dd>
1761 <!-- OBJECT PROPERTIES --> 1761 <!-- OBJECT PROPERTIES -->
1762 <!-- OBJECT METHODS --> 1762 <!-- OBJECT METHODS -->
1763 <!-- OBJECT EVENT FIELDS --> 1763 <!-- OBJECT EVENT FIELDS -->
1764 <!-- FUNCTION PARAMETERS --> 1764 <!-- FUNCTION PARAMETERS -->
1765 </div> 1765 </div>
1766 </div><div> 1766 </div><div>
1767 <div> 1767 <div>
1768 <dt> 1768 <dt>
1769 <var>experimentalPostData</var>
1770 <em>
1771 <!-- TYPE -->
1772 <div style="display:inline">
1773 (
1774 <span class="optional">optional</span>
1775 <span id="typeTemplate">
1776 <span>
1777 <span>object</span>
1778 </span>
1779 </span>
1780 )
1781 </div>
1782 </em>
1783 </dt>
1784 <dd>Experimental feature. Container for representations of data sent b y the request via POST method. Only provided if extraInfoSpec contains requestPo stData.</dd>
1785 <!-- OBJECT PROPERTIES -->
1786 <dd>
1787 <dl>
1788 <div>
1789 <div>
1790 <dt>
1791 <var>formData</var>
1792 <em>
1793 <!-- TYPE -->
1794 <div style="display:inline">
1795 (
1796 <span class="optional">optional</span>
1797 <span id="typeTemplate">
1798 <span>
1799 <span>object</span>
1800 </span>
1801 </span>
1802 )
1803 </div>
1804 </em>
1805 </dt>
1806 <dd>If the POST data is a sequence of key-value pairs, either in multi part/form-data, or application/x-www-form-urlencoded, this dictionary is present and for each key contains the list of all values for that key. If the data is i n another encoding, or if it was malformed, the dictionary is not present. It is also not present if the form upload was chunked.</dd>
1807 <!-- OBJECT PROPERTIES -->
1808 <dd>
1809 <dl>
1810 </dl>
1811 </dd>
1812 <!-- OBJECT METHODS -->
1813 <!-- OBJECT EVENT FIELDS -->
1814 <!-- FUNCTION PARAMETERS -->
1815 </div>
1816 </div>
1817 </dl>
1818 </dd>
1819 <!-- OBJECT METHODS -->
1820 <!-- OBJECT EVENT FIELDS -->
1821 <!-- FUNCTION PARAMETERS -->
1822 </div>
1823 </div><div>
1824 <div>
1825 <dt>
1769 <var>tabId</var> 1826 <var>tabId</var>
1770 <em> 1827 <em>
1771 <!-- TYPE --> 1828 <!-- TYPE -->
1772 <div style="display:inline"> 1829 <div style="display:inline">
1773 ( 1830 (
1774 <span id="typeTemplate"> 1831 <span id="typeTemplate">
1775 <span> 1832 <span>
1776 <span>integer</span> 1833 <span>integer</span>
1777 </span> 1834 </span>
1778 </span> 1835 </span>
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 <!-- TYPE --> 1936 <!-- TYPE -->
1880 <div style="display:inline"> 1937 <div style="display:inline">
1881 ( 1938 (
1882 <span class="optional">optional</span> 1939 <span class="optional">optional</span>
1883 <span id="typeTemplate"> 1940 <span id="typeTemplate">
1884 <span> 1941 <span>
1885 <span> 1942 <span>
1886 array of <span><span> 1943 array of <span><span>
1887 <span> 1944 <span>
1888 <span>string</span> 1945 <span>string</span>
1889 <span>["blocking"]</span> 1946 <span>["blocking", "requestPostData"]</span>
1890 </span> 1947 </span>
1891 </span></span> 1948 </span></span>
1892 </span> 1949 </span>
1893 </span> 1950 </span>
1894 </span> 1951 </span>
1895 ) 1952 )
1896 </div> 1953 </div>
1897 </em> 1954 </em>
1898 </dt> 1955 </dt>
1899 <dd>Array of extra information that should be passed to the listener f unction.</dd> 1956 <dd>Array of extra information that should be passed to the listener f unction.</dd>
(...skipping 2753 matching lines...) Expand 10 before | Expand all | Expand 10 after
4653 _uff=0; 4710 _uff=0;
4654 urchinTracker(); 4711 urchinTracker();
4655 } 4712 }
4656 catch(e) {/* urchinTracker not available. */} 4713 catch(e) {/* urchinTracker not available. */}
4657 </script> 4714 </script>
4658 <!-- end analytics --> 4715 <!-- end analytics -->
4659 </div> 4716 </div>
4660 </div> <!-- /gc-footer --> 4717 </div> <!-- /gc-footer -->
4661 </div> <!-- /gc-container --> 4718 </div> <!-- /gc-container -->
4662 </body></html> 4719 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698