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

Side by Side Diff: chrome/common/extensions/docs/experimental.devtools.html

Issue 6948003: Add chrome-firephp sample extensions; add sample references to devtools pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments addressed Created 9 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 </li> 377 </li>
378 </ol> 378 </ol>
379 379
380 <h2 id="other">More information</h2> 380 <h2 id="other">More information</h2>
381 381
382 <p> 382 <p>
383 For information on the standard APIs that extensions can use, see 383 For information on the standard APIs that extensions can use, see
384 <a href="api_index.html">chrome.* APIs</a> and 384 <a href="api_index.html">chrome.* APIs</a> and
385 <a href="api_other.html">Other APIs</a>. 385 <a href="api_other.html">Other APIs</a>.
386 </p> 386 </p>
387
388 <h2 id="examples">Examples</h2>
389
390 <p>
391 You can find examples that use Developer Tools APIs in
392 <a href="samples.html#devtools">Samples</a>.
393 </p>
394
387 </div> 395 </div>
388 396
389 <!-- API PAGE --> 397 <!-- API PAGE -->
390 <div class="apiPage" style="display: none; "> 398 <div class="apiPage" style="display: none; ">
391 <a name="apiReference"></a> 399 <a name="apiReference"></a>
392 <h2>API reference: chrome.apiname </h2> 400 <h2>API reference: chrome.apiname </h2>
393 401
394 <!-- PROPERTIES --> 402 <!-- PROPERTIES -->
395 <div class="apiGroup"> 403 <div class="apiGroup">
396 <a name="properties"></a> 404 <a name="properties"></a>
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 _uff=0; 600 _uff=0;
593 urchinTracker(); 601 urchinTracker();
594 } 602 }
595 catch(e) {/* urchinTracker not available. */} 603 catch(e) {/* urchinTracker not available. */}
596 </script> 604 </script>
597 <!-- end analytics --> 605 <!-- end analytics -->
598 </div> 606 </div>
599 </div> <!-- /gc-footer --> 607 </div> <!-- /gc-footer -->
600 </div> <!-- /gc-container --> 608 </div> <!-- /gc-container -->
601 </body></html> 609 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698