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

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

Issue 6799020: Add support for a "frame" context option to chrome.contextMenus.create/update. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update docs. Created 9 years, 8 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 <li> 289 <li>
290 <a href="#method-getHAR">getHAR</a> 290 <a href="#method-getHAR">getHAR</a>
291 </li> 291 </li>
292 </ol> 292 </ol>
293 </li> 293 </li>
294 <li> 294 <li>
295 <a href="#global-events">Events</a> 295 <a href="#global-events">Events</a>
296 <ol> 296 <ol>
297 <li> 297 <li>
298 <a href="#event-onFinished">onFinished</a> 298 <a href="#event-onFinished">onFinished</a>
299 </li><li>
300 <a href="#event-onNavigation">onNavigation</a>
299 </li> 301 </li>
300 </ol> 302 </ol>
301 </li> 303 </li>
302 <li> 304 <li>
303 <a href="#types">Types</a> 305 <a href="#types">Types</a>
304 <ol> 306 <ol>
305 <li> 307 <li>
306 <a href="#type-Resource">Resource</a> 308 <a href="#type-Resource">Resource</a>
307 </li> 309 </li>
308 </ol> 310 </ol>
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 <dd style="display: none; "> 682 <dd style="display: none; ">
681 <div></div> 683 <div></div>
682 </dd> 684 </dd>
683 685
684 </div> 686 </div>
685 </div> 687 </div>
686 </dl> 688 </dl>
687 </div> 689 </div>
688 </div> <!-- /decription --> 690 </div> <!-- /decription -->
689 691
692 </div><div class="apiItem">
693 <a name="event-onNavigation"></a>
694 <h4>onNavigation</h4>
695
696 <div class="summary">
697 <!-- Note: intentionally longer 80 columns -->
698 <span class="subdued">experimental.webInspector.resources.</span ><span>onNavigation</span><span class="subdued">.addListener</span>(function(<sp an>stirng url</span>) <span class="subdued">{...}</span>);
699 </div>
700
701 <div class="description">
702 <p class="todo" style="display: none; ">Undocumented.</p>
703 <p>Fired when an inspected window navigates to a new URL.</p>
704
705 <!-- PARAMETERS -->
706 <div>
707 <h4>Parameters</h4>
708 <dl>
709 <div>
710 <div>
711 <dt>
712 <var>url</var>
713 <em>
714
715 <!-- TYPE -->
716 <div style="display:inline">
717 (
718 <span class="optional" style="display: none; ">optional</spa n>
719 <span class="enum" style="display: none; ">enumerated</span>
720 <span id="typeTemplate">
721 <span style="display: none; ">
722 <a> Type</a>
723 </span>
724 <span>
725 <span style="display: none; ">
726 array of <span><span></span></span>
727 </span>
728 <span>stirng</span>
729 <span style="display: none; "></span>
730 </span>
731 </span>
732 )
733 </div>
734
735 </em>
736 </dt>
737 <dd class="todo" style="display: none; ">
738 Undocumented.
739 </dd>
740 <dd>URL of the new page.</dd>
741 <dd style="display: none; ">
742 This parameter was added in version
743 <b><span></span></b>.
744 You must omit this parameter in earlier versions,
745 and you may omit it in any version. If you require this
746 parameter, the manifest key
747 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
748 can ensure that your extension won't be run in an earlier browser ve rsion.
749 </dd>
750
751 <!-- OBJECT PROPERTIES -->
752 <dd style="display: none; ">
753 <dl>
754 <div>
755 <div>
756 </div>
757 </div>
758 </dl>
759 </dd>
760
761 <!-- OBJECT METHODS -->
762 <dd style="display: none; ">
763 <div></div>
764 </dd>
765
766 <!-- OBJECT EVENT FIELDS -->
767 <dd style="display: none; ">
768 <div></div>
769 </dd>
770
771 <!-- FUNCTION PARAMETERS -->
772 <dd style="display: none; ">
773 <div></div>
774 </dd>
775
776 </div>
777 </div>
778 </dl>
779 </div>
780 </div> <!-- /decription -->
781
690 </div> <!-- /apiItem --> 782 </div> <!-- /apiItem -->
691 783
692 </div> <!-- /apiGroup --> 784 </div> <!-- /apiGroup -->
693 785
694 <!-- TYPES --> 786 <!-- TYPES -->
695 <div class="apiGroup"> 787 <div class="apiGroup">
696 <a name="types"></a> 788 <a name="types"></a>
697 <h3 id="types">Types</h3> 789 <h3 id="types">Types</h3>
698 790
699 <!-- iterates over all types --> 791 <!-- iterates over all types -->
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1076 _uff=0; 1168 _uff=0;
1077 urchinTracker(); 1169 urchinTracker();
1078 } 1170 }
1079 catch(e) {/* urchinTracker not available. */} 1171 catch(e) {/* urchinTracker not available. */}
1080 </script> 1172 </script>
1081 <!-- end analytics --> 1173 <!-- end analytics -->
1082 </div> 1174 </div>
1083 </div> <!-- /gc-footer --> 1175 </div> <!-- /gc-footer -->
1084 </div> <!-- /gc-container --> 1176 </div> <!-- /gc-container -->
1085 </body></html> 1177 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698