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

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

Issue 9456037: Adding run_at to chrome.tabs.executeScript/insertCss. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « chrome/common/extensions/api/tabs.json ('k') | chrome/common/extensions/extension_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 ) 1131 )
1132 </div> 1132 </div>
1133 </em> 1133 </em>
1134 </dt> 1134 </dt>
1135 <dd>If allFrames is true, this function injects script into all frames of current page. By default, it's false and script is injected only into the to p main frame.</dd> 1135 <dd>If allFrames is true, this function injects script into all frames of current page. By default, it's false and script is injected only into the to p main frame.</dd>
1136 <!-- OBJECT PROPERTIES --> 1136 <!-- OBJECT PROPERTIES -->
1137 <!-- OBJECT METHODS --> 1137 <!-- OBJECT METHODS -->
1138 <!-- OBJECT EVENT FIELDS --> 1138 <!-- OBJECT EVENT FIELDS -->
1139 <!-- FUNCTION PARAMETERS --> 1139 <!-- FUNCTION PARAMETERS -->
1140 </div> 1140 </div>
1141 </div><div>
1142 <div>
1143 <dt>
1144 <var>run_at</var>
1145 <em>
1146 <!-- TYPE -->
1147 <div style="display:inline">
1148 (
1149 <span class="optional">optional</span>
1150 <span class="enum">enumerated</span>
1151 <span id="typeTemplate">
1152 <span>
1153 <span>string</span>
1154 <span>["document_start", "document_end", "document_idle" ]</span>
1155 </span>
1156 </span>
1157 )
1158 </div>
1159 </em>
1160 </dt>
1161 <dd class="todo">
1162 Undocumented.
1163 </dd>
1164 <!-- OBJECT PROPERTIES -->
1165 <!-- OBJECT METHODS -->
1166 <!-- OBJECT EVENT FIELDS -->
1167 <!-- FUNCTION PARAMETERS -->
1168 </div>
1141 </div> 1169 </div>
1142 </dl> 1170 </dl>
1143 </dd> 1171 </dd>
1144 <!-- OBJECT METHODS --> 1172 <!-- OBJECT METHODS -->
1145 <!-- OBJECT EVENT FIELDS --> 1173 <!-- OBJECT EVENT FIELDS -->
1146 <!-- FUNCTION PARAMETERS --> 1174 <!-- FUNCTION PARAMETERS -->
1147 </div> 1175 </div>
1148 </div><div> 1176 </div><div>
1149 <div> 1177 <div>
1150 <dt> 1178 <dt>
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 ) 1696 )
1669 </div> 1697 </div>
1670 </em> 1698 </em>
1671 </dt> 1699 </dt>
1672 <dd>If allFrames is true, this function injects CSS text into all fram es of current page. By default, it's false and CSS is injected only into the top main frame.</dd> 1700 <dd>If allFrames is true, this function injects CSS text into all fram es of current page. By default, it's false and CSS is injected only into the top main frame.</dd>
1673 <!-- OBJECT PROPERTIES --> 1701 <!-- OBJECT PROPERTIES -->
1674 <!-- OBJECT METHODS --> 1702 <!-- OBJECT METHODS -->
1675 <!-- OBJECT EVENT FIELDS --> 1703 <!-- OBJECT EVENT FIELDS -->
1676 <!-- FUNCTION PARAMETERS --> 1704 <!-- FUNCTION PARAMETERS -->
1677 </div> 1705 </div>
1706 </div><div>
1707 <div>
1708 <dt>
1709 <var>run_at</var>
1710 <em>
1711 <!-- TYPE -->
1712 <div style="display:inline">
1713 (
1714 <span class="optional">optional</span>
1715 <span class="enum">enumerated</span>
1716 <span id="typeTemplate">
1717 <span>
1718 <span>string</span>
1719 <span>["document_start", "document_end", "document_idle" ]</span>
1720 </span>
1721 </span>
1722 )
1723 </div>
1724 </em>
1725 </dt>
1726 <dd class="todo">
1727 Undocumented.
1728 </dd>
1729 <!-- OBJECT PROPERTIES -->
1730 <!-- OBJECT METHODS -->
1731 <!-- OBJECT EVENT FIELDS -->
1732 <!-- FUNCTION PARAMETERS -->
1733 </div>
1678 </div> 1734 </div>
1679 </dl> 1735 </dl>
1680 </dd> 1736 </dd>
1681 <!-- OBJECT METHODS --> 1737 <!-- OBJECT METHODS -->
1682 <!-- OBJECT EVENT FIELDS --> 1738 <!-- OBJECT EVENT FIELDS -->
1683 <!-- FUNCTION PARAMETERS --> 1739 <!-- FUNCTION PARAMETERS -->
1684 </div> 1740 </div>
1685 </div><div> 1741 </div><div>
1686 <div> 1742 <div>
1687 <dt> 1743 <dt>
(...skipping 2535 matching lines...) Expand 10 before | Expand all | Expand 10 after
4223 _uff=0; 4279 _uff=0;
4224 urchinTracker(); 4280 urchinTracker();
4225 } 4281 }
4226 catch(e) {/* urchinTracker not available. */} 4282 catch(e) {/* urchinTracker not available. */}
4227 </script> 4283 </script>
4228 <!-- end analytics --> 4284 <!-- end analytics -->
4229 </div> 4285 </div>
4230 </div> <!-- /gc-footer --> 4286 </div> <!-- /gc-footer -->
4231 </div> <!-- /gc-container --> 4287 </div> <!-- /gc-container -->
4232 </body></html> 4288 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/tabs.json ('k') | chrome/common/extensions/extension_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698