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

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

Issue 10381089: Revert 136296 - Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 devtools.inspectedWindow.Resource</ span>) <span class="subdued">{...}</span>;</pre> 632 <pre>function(<span>object Resource</span>) <span class="subdu ed">{...}</span>;</pre>
633 <dl> 633 <dl>
634 <div> 634 <div>
635 <div> 635 <div>
636 <dt> 636 <dt>
637 <var>devtools.inspectedWindow.Resource</var> 637 <var>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 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
1700 _uff=0; 1700 _uff=0;
1701 urchinTracker(); 1701 urchinTracker();
1702 } 1702 }
1703 catch(e) {/* urchinTracker not available. */} 1703 catch(e) {/* urchinTracker not available. */}
1704 </script> 1704 </script>
1705 <!-- end analytics --> 1705 <!-- end analytics -->
1706 </div> 1706 </div>
1707 </div> <!-- /gc-footer --> 1707 </div> <!-- /gc-footer -->
1708 </div> <!-- /gc-container --> 1708 </div> <!-- /gc-container -->
1709 </body></html> 1709 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/declarativeWebRequest.html ('k') | chrome/common/extensions/docs/experimental.alarms.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698