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

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

Issue 10386172: Implemented declarative redirects to transparent image and empty document. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix error caused by rebasing Created 8 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 1683 matching lines...) Expand 10 before | Expand all | Expand 10 after
1694 </div><div> 1694 </div><div>
1695 <div> 1695 <div>
1696 <dt> 1696 <dt>
1697 <var>onDisconnect</var> 1697 <var>onDisconnect</var>
1698 <em> 1698 <em>
1699 <!-- TYPE --> 1699 <!-- TYPE -->
1700 <div style="display:inline"> 1700 <div style="display:inline">
1701 ( 1701 (
1702 <span id="typeTemplate"> 1702 <span id="typeTemplate">
1703 <span> 1703 <span>
1704 <a href="events.html#type-Event">Event</a> 1704 <a>events.Event</a>
1705 </span> 1705 </span>
1706 </span> 1706 </span>
1707 ) 1707 )
1708 </div> 1708 </div>
1709 </em> 1709 </em>
1710 </dt> 1710 </dt>
1711 <dd class="todo"> 1711 <dd class="todo">
1712 Undocumented. 1712 Undocumented.
1713 </dd> 1713 </dd>
1714 <!-- OBJECT PROPERTIES --> 1714 <!-- OBJECT PROPERTIES -->
1715 <!-- OBJECT METHODS --> 1715 <!-- OBJECT METHODS -->
1716 <!-- OBJECT EVENT FIELDS --> 1716 <!-- OBJECT EVENT FIELDS -->
1717 <!-- FUNCTION PARAMETERS --> 1717 <!-- FUNCTION PARAMETERS -->
1718 </div> 1718 </div>
1719 </div><div> 1719 </div><div>
1720 <div> 1720 <div>
1721 <dt> 1721 <dt>
1722 <var>onMessage</var> 1722 <var>onMessage</var>
1723 <em> 1723 <em>
1724 <!-- TYPE --> 1724 <!-- TYPE -->
1725 <div style="display:inline"> 1725 <div style="display:inline">
1726 ( 1726 (
1727 <span id="typeTemplate"> 1727 <span id="typeTemplate">
1728 <span> 1728 <span>
1729 <a href="events.html#type-Event">Event</a> 1729 <a>events.Event</a>
1730 </span> 1730 </span>
1731 </span> 1731 </span>
1732 ) 1732 )
1733 </div> 1733 </div>
1734 </em> 1734 </em>
1735 </dt> 1735 </dt>
1736 <dd class="todo"> 1736 <dd class="todo">
1737 Undocumented. 1737 Undocumented.
1738 </dd> 1738 </dd>
1739 <!-- OBJECT PROPERTIES --> 1739 <!-- OBJECT PROPERTIES -->
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
1830 _uff=0; 1830 _uff=0;
1831 urchinTracker(); 1831 urchinTracker();
1832 } 1832 }
1833 catch(e) {/* urchinTracker not available. */} 1833 catch(e) {/* urchinTracker not available. */}
1834 </script> 1834 </script>
1835 <!-- end analytics --> 1835 <!-- end analytics -->
1836 </div> 1836 </div>
1837 </div> <!-- /gc-footer --> 1837 </div> <!-- /gc-footer -->
1838 </div> <!-- /gc-container --> 1838 </div> <!-- /gc-container -->
1839 </body></html> 1839 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/declarativeWebRequest.html ('k') | chrome/common/extensions/docs/static/webRequest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698