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

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

Issue 10829301: Extension docs: Manual merge crrev.com/143652 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 <a href="#event-onVisitRemoved">onVisitRemoved</a> 234 <a href="#event-onVisitRemoved">onVisitRemoved</a>
235 </li><li> 235 </li><li>
236 <a href="#event-onVisited">onVisited</a> 236 <a href="#event-onVisited">onVisited</a>
237 </li> 237 </li>
238 </ol> 238 </ol>
239 </li> 239 </li>
240 <li> 240 <li>
241 <a href="#types">Types</a> 241 <a href="#types">Types</a>
242 <ol> 242 <ol>
243 <li> 243 <li>
244 <a href="#type-HistoryItem">null</a> 244 <a href="#type-history.HistoryItem">HistoryItem</a>
245 <ol> 245 <ol>
246 </ol> 246 </ol>
247 </li><li> 247 </li><li>
248 <a href="#type-VisitItem">null</a> 248 <a href="#type-history.VisitItem">VisitItem</a>
249 <ol> 249 <ol>
250 </ol> 250 </ol>
251 </li> 251 </li>
252 </ol> 252 </ol>
253 </li> 253 </li>
254 </ol> 254 </ol>
255 </li> 255 </li>
256 </ol> 256 </ol>
257 </div> 257 </div>
258 <!-- /TABLE OF CONTENTS --> 258 <!-- /TABLE OF CONTENTS -->
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 <!-- LISTENER RETURN VALUE --> 1166 <!-- LISTENER RETURN VALUE -->
1167 <dl> 1167 <dl>
1168 </dl> 1168 </dl>
1169 </div> <!-- /description --> 1169 </div> <!-- /description -->
1170 <!-- /description --> 1170 <!-- /description -->
1171 </div><div class="apiItem"> 1171 </div><div class="apiItem">
1172 <a name="event-onVisited"></a> 1172 <a name="event-onVisited"></a>
1173 <h4>onVisited</h4> 1173 <h4>onVisited</h4>
1174 <div class="summary"> 1174 <div class="summary">
1175 <!-- Note: intentionally longer 80 columns --> 1175 <!-- Note: intentionally longer 80 columns -->
1176 <span class="subdued">chrome.history.</span><span>onVisited</spa n><span class="subdued">.addListener</span>(function(<span>HistoryItem result</s pan>) <span class="subdued">{...}</span><span></span>); 1176 <span class="subdued">chrome.history.</span><span>onVisited</spa n><span class="subdued">.addListener</span>(function(<span>history.HistoryItem r esult</span>) <span class="subdued">{...}</span><span></span>);
1177 </div> 1177 </div>
1178 <div class="description"> 1178 <div class="description">
1179 <p>Fired when a URL is visited, providing the HistoryItem data f or that URL. This event fires before the page has loaded.</p> 1179 <p>Fired when a URL is visited, providing the HistoryItem data f or that URL. This event fires before the page has loaded.</p>
1180 <!-- LISTENER PARAMETERS --> 1180 <!-- LISTENER PARAMETERS -->
1181 <div> 1181 <div>
1182 <h4>Listener parameters</h4> 1182 <h4>Listener parameters</h4>
1183 <dl> 1183 <dl>
1184 <div> 1184 <div>
1185 <div> 1185 <div>
1186 <dt> 1186 <dt>
1187 <var>result</var> 1187 <var>result</var>
1188 <em> 1188 <em>
1189 <!-- TYPE --> 1189 <!-- TYPE -->
1190 <div style="display:inline"> 1190 <div style="display:inline">
1191 ( 1191 (
1192 <span id="typeTemplate"> 1192 <span id="typeTemplate">
1193 <span> 1193 <span>
1194 <a href="history.html#type-HistoryItem">HistoryItem</a> 1194 <a href="history.html#type-history.HistoryItem">history. HistoryItem</a>
1195 </span> 1195 </span>
1196 </span> 1196 </span>
1197 ) 1197 )
1198 </div> 1198 </div>
1199 </em> 1199 </em>
1200 </dt> 1200 </dt>
1201 <dd class="todo"> 1201 <dd class="todo">
1202 Undocumented. 1202 Undocumented.
1203 </dd> 1203 </dd>
1204 <!-- OBJECT PROPERTIES --> 1204 <!-- OBJECT PROPERTIES -->
(...skipping 11 matching lines...) Expand all
1216 </div> <!-- /description --> 1216 </div> <!-- /description -->
1217 <!-- /description --> 1217 <!-- /description -->
1218 </div> <!-- /apiItem --> 1218 </div> <!-- /apiItem -->
1219 </div> <!-- /apiGroup --> 1219 </div> <!-- /apiGroup -->
1220 <!-- TYPES --> 1220 <!-- TYPES -->
1221 <div class="apiGroup"> 1221 <div class="apiGroup">
1222 <a name="types"></a> 1222 <a name="types"></a>
1223 <h3 id="types">Types</h3> 1223 <h3 id="types">Types</h3>
1224 <!-- iterates over all types --> 1224 <!-- iterates over all types -->
1225 <div class="apiItem"> 1225 <div class="apiItem">
1226 <a name="type-HistoryItem"></a> 1226 <a name="type-history.HistoryItem"></a>
1227 <h4>HistoryItem</h4> 1227 <h4>history.HistoryItem</h4>
1228 <div> 1228 <div>
1229 <dt> 1229 <dt>
1230 <em> 1230 <em>
1231 <!-- TYPE --> 1231 <!-- TYPE -->
1232 <div style="display:inline"> 1232 <div style="display:inline">
1233 ( 1233 (
1234 <span id="typeTemplate"> 1234 <span id="typeTemplate">
1235 <span> 1235 <span>
1236 <span>object</span> 1236 <span>object</span>
1237 </span> 1237 </span>
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1388 <!-- FUNCTION PARAMETERS --> 1388 <!-- FUNCTION PARAMETERS -->
1389 </div> 1389 </div>
1390 </div> 1390 </div>
1391 </dl> 1391 </dl>
1392 </dd> 1392 </dd>
1393 <!-- OBJECT METHODS --> 1393 <!-- OBJECT METHODS -->
1394 <!-- OBJECT EVENT FIELDS --> 1394 <!-- OBJECT EVENT FIELDS -->
1395 <!-- FUNCTION PARAMETERS --> 1395 <!-- FUNCTION PARAMETERS -->
1396 </div> 1396 </div>
1397 </div><div class="apiItem"> 1397 </div><div class="apiItem">
1398 <a name="type-VisitItem"></a> 1398 <a name="type-history.VisitItem"></a>
1399 <h4>VisitItem</h4> 1399 <h4>history.VisitItem</h4>
1400 <div> 1400 <div>
1401 <dt> 1401 <dt>
1402 <em> 1402 <em>
1403 <!-- TYPE --> 1403 <!-- TYPE -->
1404 <div style="display:inline"> 1404 <div style="display:inline">
1405 ( 1405 (
1406 <span id="typeTemplate"> 1406 <span id="typeTemplate">
1407 <span> 1407 <span>
1408 <span>object</span> 1408 <span>object</span>
1409 </span> 1409 </span>
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1583 _uff=0; 1583 _uff=0;
1584 urchinTracker(); 1584 urchinTracker();
1585 } 1585 }
1586 catch(e) {/* urchinTracker not available. */} 1586 catch(e) {/* urchinTracker not available. */}
1587 </script> 1587 </script>
1588 <!-- end analytics --> 1588 <!-- end analytics -->
1589 </div> 1589 </div>
1590 </div> <!-- /gc-footer --> 1590 </div> <!-- /gc-footer -->
1591 </div> <!-- /gc-container --> 1591 </div> <!-- /gc-container -->
1592 </body></html> 1592 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/fileBrowserHandler.html ('k') | chrome/common/extensions/docs/input.ime.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698