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

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

Issue 10367002: Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests pass, docs are updated, it's g2g I think Created 8 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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 </dl> 622 </dl>
623 <!-- CALLBACK --> 623 <!-- CALLBACK -->
624 <div> 624 <div>
625 <div> 625 <div>
626 <h4>Callback function</h4> 626 <h4>Callback function</h4>
627 <p> 627 <p>
628 If you specify the <em>callback</em> parameter, it should 628 If you specify the <em>callback</em> parameter, it should
629 specify a function that looks like this: 629 specify a function that looks like this:
630 </p> 630 </p>
631 <!-- Note: intentionally longer 80 columns --> 631 <!-- Note: intentionally longer 80 columns -->
632 <pre>function(<span>object Resource</span>) <span class="subdu ed">{...}</span>;</pre> 632 <pre>function(<span>object devtools.inspectedWindow.Resource</ span>) <span class="subdued">{...}</span>;</pre>
633 <dl> 633 <dl>
634 <div> 634 <div>
635 <div> 635 <div>
636 <dt> 636 <dt>
637 <var>Resource</var> 637 <var>devtools.inspectedWindow.Resource</var>
638 <em> 638 <em>
639 <!-- TYPE --> 639 <!-- TYPE -->
640 <div style="display:inline"> 640 <div style="display:inline">
641 ( 641 (
642 <span id="typeTemplate"> 642 <span id="typeTemplate">
643 <span> 643 <span>
644 <span>object</span> 644 <span>object</span>
645 </span> 645 </span>
646 </span> 646 </span>
647 ) 647 )
(...skipping 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after
1693 _uff=0; 1693 _uff=0;
1694 urchinTracker(); 1694 urchinTracker();
1695 } 1695 }
1696 catch(e) {/* urchinTracker not available. */} 1696 catch(e) {/* urchinTracker not available. */}
1697 </script> 1697 </script>
1698 <!-- end analytics --> 1698 <!-- end analytics -->
1699 </div> 1699 </div>
1700 </div> <!-- /gc-footer --> 1700 </div> <!-- /gc-footer -->
1701 </div> <!-- /gc-container --> 1701 </div> <!-- /gc-container -->
1702 </body></html> 1702 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698