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

Side by Side Diff: chrome/common/extensions/docs/topSites.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
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/tts.html » ('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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 <ol> 214 <ol>
215 <li> 215 <li>
216 <a href="#method-get">get</a> 216 <a href="#method-get">get</a>
217 </li> 217 </li>
218 </ol> 218 </ol>
219 </li> 219 </li>
220 <li> 220 <li>
221 <a href="#types">Types</a> 221 <a href="#types">Types</a>
222 <ol> 222 <ol>
223 <li> 223 <li>
224 <a href="#type-MostVisitedURL">null</a> 224 <a href="#type-topSites.MostVisitedURL">MostVisitedURL</a>
225 <ol> 225 <ol>
226 </ol> 226 </ol>
227 </li> 227 </li>
228 </ol> 228 </ol>
229 </li> 229 </li>
230 </ol> 230 </ol>
231 </li> 231 </li>
232 </ol> 232 </ol>
233 </div> 233 </div>
234 <!-- /TABLE OF CONTENTS --> 234 <!-- /TABLE OF CONTENTS -->
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 </div> <!-- /apiItem --> 319 </div> <!-- /apiItem -->
320 </div> <!-- /apiGroup --> 320 </div> <!-- /apiGroup -->
321 <!-- EVENTS --> 321 <!-- EVENTS -->
322 <!-- /apiGroup --> 322 <!-- /apiGroup -->
323 <!-- TYPES --> 323 <!-- TYPES -->
324 <div class="apiGroup"> 324 <div class="apiGroup">
325 <a name="types"></a> 325 <a name="types"></a>
326 <h3 id="types">Types</h3> 326 <h3 id="types">Types</h3>
327 <!-- iterates over all types --> 327 <!-- iterates over all types -->
328 <div class="apiItem"> 328 <div class="apiItem">
329 <a name="type-MostVisitedURL"></a> 329 <a name="type-topSites.MostVisitedURL"></a>
330 <h4>MostVisitedURL</h4> 330 <h4>topSites.MostVisitedURL</h4>
331 <div> 331 <div>
332 <dt> 332 <dt>
333 <em> 333 <em>
334 <!-- TYPE --> 334 <!-- TYPE -->
335 <div style="display:inline"> 335 <div style="display:inline">
336 ( 336 (
337 <span id="typeTemplate"> 337 <span id="typeTemplate">
338 <span> 338 <span>
339 <span>object</span> 339 <span>object</span>
340 </span> 340 </span>
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 _uff=0; 442 _uff=0;
443 urchinTracker(); 443 urchinTracker();
444 } 444 }
445 catch(e) {/* urchinTracker not available. */} 445 catch(e) {/* urchinTracker not available. */}
446 </script> 446 </script>
447 <!-- end analytics --> 447 <!-- end analytics -->
448 </div> 448 </div>
449 </div> <!-- /gc-footer --> 449 </div> <!-- /gc-footer -->
450 </div> <!-- /gc-container --> 450 </div> <!-- /gc-container -->
451 </body></html> 451 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/tts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698