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

Side by Side Diff: chrome/common/extensions/docs/extension.html

Issue 9584021: Improve implementation of isInstanceOf in JSONSchemaValidator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove a test that cannot work anymore, update docs Created 8 years, 9 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 <!-- FUNCTION PARAMETERS --> 535 <!-- FUNCTION PARAMETERS -->
536 </div> 536 </div>
537 </div> 537 </div>
538 </dl> 538 </dl>
539 <!-- CALLBACK --> 539 <!-- CALLBACK -->
540 <!-- MIN_VERSION --> 540 <!-- MIN_VERSION -->
541 </div> <!-- /description --> 541 </div> <!-- /description -->
542 </div><div class="apiItem"> 542 </div><div class="apiItem">
543 <a name="method-getBackgroundPage"></a> <!-- method-anchor --> 543 <a name="method-getBackgroundPage"></a> <!-- method-anchor -->
544 <h4>getBackgroundPage</h4> 544 <h4>getBackgroundPage</h4>
545 <div class="summary"><span>Window</span> 545 <div class="summary"><span>global</span>
546 <!-- Note: intentionally longer 80 columns --> 546 <!-- Note: intentionally longer 80 columns -->
547 <span>chrome.extension.getBackgroundPage</span>()</div> 547 <span>chrome.extension.getBackgroundPage</span>()</div>
548 <div class="description"> 548 <div class="description">
549 <p>Returns the JavaScript 'window' object for the background pag e running inside the current extension. Returns null if the extension has no bac kground page.</p> 549 <p>Returns the JavaScript 'window' object for the background pag e running inside the current extension. Returns null if the extension has no bac kground page.</p>
550 <!-- PARAMETERS --> 550 <!-- PARAMETERS -->
551 <dl> 551 <dl>
552 </dl> 552 </dl>
553 <!-- RETURNS --> 553 <!-- RETURNS -->
554 <h4>Returns</h4> 554 <h4>Returns</h4>
555 <dl> 555 <dl>
556 <div> 556 <div>
557 <div> 557 <div>
558 <dt> 558 <dt>
559 <em> 559 <em>
560 <!-- TYPE --> 560 <!-- TYPE -->
561 <div style="display:inline"> 561 <div style="display:inline">
562 ( 562 (
563 <span id="typeTemplate"> 563 <span id="typeTemplate">
564 <span> 564 <span>
565 <span>Window</span> 565 <span>global</span>
566 </span> 566 </span>
567 </span> 567 </span>
568 ) 568 )
569 </div> 569 </div>
570 </em> 570 </em>
571 </dt> 571 </dt>
572 <dd class="todo"> 572 <dd class="todo">
573 Undocumented. 573 Undocumented.
574 </dd> 574 </dd>
575 <!-- OBJECT PROPERTIES --> 575 <!-- OBJECT PROPERTIES -->
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 <!-- FUNCTION PARAMETERS --> 645 <!-- FUNCTION PARAMETERS -->
646 </div> 646 </div>
647 </div> 647 </div>
648 </dl> 648 </dl>
649 <!-- CALLBACK --> 649 <!-- CALLBACK -->
650 <!-- MIN_VERSION --> 650 <!-- MIN_VERSION -->
651 </div> <!-- /description --> 651 </div> <!-- /description -->
652 </div><div class="apiItem"> 652 </div><div class="apiItem">
653 <a name="method-getViews"></a> <!-- method-anchor --> 653 <a name="method-getViews"></a> <!-- method-anchor -->
654 <h4>getViews</h4> 654 <h4>getViews</h4>
655 <div class="summary"><span>array of Window</span> 655 <div class="summary"><span>array of global</span>
656 <!-- Note: intentionally longer 80 columns --> 656 <!-- Note: intentionally longer 80 columns -->
657 <span>chrome.extension.getViews</span>(<span class="optional"> <span>object</span> 657 <span>chrome.extension.getViews</span>(<span class="optional"> <span>object</span>
658 <var><span>fetchProperties</span></var></span>)</div> 658 <var><span>fetchProperties</span></var></span>)</div>
659 <div class="description"> 659 <div class="description">
660 <p>Returns an array of the JavaScript 'window' objects for each of the pages running inside the current extension.</p> 660 <p>Returns an array of the JavaScript 'window' objects for each of the pages running inside the current extension.</p>
661 <!-- PARAMETERS --> 661 <!-- PARAMETERS -->
662 <h4>Parameters</h4> 662 <h4>Parameters</h4>
663 <dl> 663 <dl>
664 <div> 664 <div>
665 <div> 665 <div>
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 <dt> 752 <dt>
753 <em> 753 <em>
754 <!-- TYPE --> 754 <!-- TYPE -->
755 <div style="display:inline"> 755 <div style="display:inline">
756 ( 756 (
757 <span id="typeTemplate"> 757 <span id="typeTemplate">
758 <span> 758 <span>
759 <span> 759 <span>
760 array of <span><span> 760 array of <span><span>
761 <span> 761 <span>
762 <span>Window</span> 762 <span>global</span>
763 </span> 763 </span>
764 </span></span> 764 </span></span>
765 </span> 765 </span>
766 </span> 766 </span>
767 </span> 767 </span>
768 ) 768 )
769 </div> 769 </div>
770 </em> 770 </em>
771 </dt> 771 </dt>
772 <dd>Array of global objects</dd> 772 <dd>Array of global objects</dd>
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1847 _uff=0; 1847 _uff=0;
1848 urchinTracker(); 1848 urchinTracker();
1849 } 1849 }
1850 catch(e) {/* urchinTracker not available. */} 1850 catch(e) {/* urchinTracker not available. */}
1851 </script> 1851 </script>
1852 <!-- end analytics --> 1852 <!-- end analytics -->
1853 </div> 1853 </div>
1854 </div> <!-- /gc-footer --> 1854 </div> <!-- /gc-footer -->
1855 </div> <!-- /gc-container --> 1855 </div> <!-- /gc-container -->
1856 </body></html> 1856 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698