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/experimental.devtools.panels.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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 sidebar.setPage("Sidebar.html"); 364 sidebar.setPage("Sidebar.html");
365 sidebar.setHeight("8ex"); 365 sidebar.setHeight("8ex");
366 }); 366 });
367 </pre> 367 </pre>
368 <p> 368 <p>
369 This screenshot demonstrates the effect the above examples would have on 369 This screenshot demonstrates the effect the above examples would have on
370 Developer Tools window: 370 Developer Tools window:
371 371
372 <img src="images/devtools-panels.png" style="margin-left: 20px" width="686" heig ht="289" alt="Extension icon panel on DevTools toolbar"> 372 <img src="images/devtools-panels.png" style="margin-left: 20px" width="686" heig ht="289" alt="Extension icon panel on DevTools toolbar">
373 </p> 373 </p>
374
375 <p>
376 You can find examples that use this API in
377 <a href="samples.html#Chrome Query">Samples</a>.
378 </p>
374 <!-- END AUTHORED CONTENT --> 379 <!-- END AUTHORED CONTENT -->
375 </div> 380 </div>
376 381
377 <!-- API PAGE --> 382 <!-- API PAGE -->
378 <div class="apiPage"> 383 <div class="apiPage">
379 <a name="apiReference"></a> 384 <a name="apiReference"></a>
380 <h2>API reference: chrome.experimental.devtools.panels</h2> 385 <h2>API reference: chrome.experimental.devtools.panels</h2>
381 386
382 <!-- PROPERTIES --> 387 <!-- PROPERTIES -->
383 <div class="apiGroup"> 388 <div class="apiGroup">
(...skipping 2303 matching lines...) Expand 10 before | Expand all | Expand 10 after
2687 _uff=0; 2692 _uff=0;
2688 urchinTracker(); 2693 urchinTracker();
2689 } 2694 }
2690 catch(e) {/* urchinTracker not available. */} 2695 catch(e) {/* urchinTracker not available. */}
2691 </script> 2696 </script>
2692 <!-- end analytics --> 2697 <!-- end analytics -->
2693 </div> 2698 </div>
2694 </div> <!-- /gc-footer --> 2699 </div> <!-- /gc-footer -->
2695 </div> <!-- /gc-container --> 2700 </div> <!-- /gc-container -->
2696 </body></html> 2701 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698