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

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

Issue 10829301: Extension docs: Manual merge crrev.com/143652 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 4 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 <a href="#event-onUpdated">onUpdated</a> 221 <a href="#event-onUpdated">onUpdated</a>
222 </li><li> 222 </li><li>
223 <a href="#event-onUpdatedWithMemory">onUpdatedWithMemory</a> 223 <a href="#event-onUpdatedWithMemory">onUpdatedWithMemory</a>
224 </li> 224 </li>
225 </ol> 225 </ol>
226 </li> 226 </li>
227 <li> 227 <li>
228 <a href="#types">Types</a> 228 <a href="#types">Types</a>
229 <ol> 229 <ol>
230 <li> 230 <li>
231 <a href="#type-Process">null</a> 231 <a href="#type-experimental.processes.Process">Process</a>
232 <ol> 232 <ol>
233 </ol> 233 </ol>
234 </li><li> 234 </li><li>
235 <a href="#type-Cache">null</a> 235 <a href="#type-experimental.processes.Cache">Cache</a>
236 <ol> 236 <ol>
237 </ol> 237 </ol>
238 </li> 238 </li>
239 </ol> 239 </ol>
240 </li> 240 </li>
241 </ol> 241 </ol>
242 </li> 242 </li>
243 </ol> 243 </ol>
244 </div> 244 </div>
245 <!-- /TABLE OF CONTENTS --> 245 <!-- /TABLE OF CONTENTS -->
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 <!-- EVENTS --> 495 <!-- EVENTS -->
496 <div id="eventsTemplate" class="apiGroup"> 496 <div id="eventsTemplate" class="apiGroup">
497 <a name="global-events"></a> 497 <a name="global-events"></a>
498 <h3>Events</h3> 498 <h3>Events</h3>
499 <!-- iterates over all events --> 499 <!-- iterates over all events -->
500 <div class="apiItem"> 500 <div class="apiItem">
501 <a name="event-onCreated"></a> 501 <a name="event-onCreated"></a>
502 <h4>onCreated</h4> 502 <h4>onCreated</h4>
503 <div class="summary"> 503 <div class="summary">
504 <!-- Note: intentionally longer 80 columns --> 504 <!-- Note: intentionally longer 80 columns -->
505 <span class="subdued">chrome.experimental.processes.</span><span >onCreated</span><span class="subdued">.addListener</span>(function(<span>Proces s process</span>) <span class="subdued">{...}</span><span></span>); 505 <span class="subdued">chrome.experimental.processes.</span><span >onCreated</span><span class="subdued">.addListener</span>(function(<span>experi mental.processes.Process process</span>) <span class="subdued">{...}</span><span ></span>);
506 </div> 506 </div>
507 <div class="description"> 507 <div class="description">
508 <p>Fired each time a process is created, providing the corrsepon ding Process object.</p> 508 <p>Fired each time a process is created, providing the corrsepon ding Process object.</p>
509 <!-- LISTENER PARAMETERS --> 509 <!-- LISTENER PARAMETERS -->
510 <div> 510 <div>
511 <h4>Listener parameters</h4> 511 <h4>Listener parameters</h4>
512 <dl> 512 <dl>
513 <div> 513 <div>
514 <div> 514 <div>
515 <dt> 515 <dt>
516 <var>process</var> 516 <var>process</var>
517 <em> 517 <em>
518 <!-- TYPE --> 518 <!-- TYPE -->
519 <div style="display:inline"> 519 <div style="display:inline">
520 ( 520 (
521 <span id="typeTemplate"> 521 <span id="typeTemplate">
522 <span> 522 <span>
523 <a href="experimental.processes.html#type-Process">Proce ss</a> 523 <a href="experimental.processes.html#type-experimental.p rocesses.Process">experimental.processes.Process</a>
524 </span> 524 </span>
525 </span> 525 </span>
526 ) 526 )
527 </div> 527 </div>
528 </em> 528 </em>
529 </dt> 529 </dt>
530 <dd>Details of the process that was created. Metrics requiring aggrega tion over time will not be populated in the object.</dd> 530 <dd>Details of the process that was created. Metrics requiring aggrega tion over time will not be populated in the object.</dd>
531 <!-- OBJECT PROPERTIES --> 531 <!-- OBJECT PROPERTIES -->
532 <!-- OBJECT METHODS --> 532 <!-- OBJECT METHODS -->
533 <!-- OBJECT EVENT FIELDS --> 533 <!-- OBJECT EVENT FIELDS -->
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 <!-- LISTENER RETURN VALUE --> 631 <!-- LISTENER RETURN VALUE -->
632 <dl> 632 <dl>
633 </dl> 633 </dl>
634 </div> <!-- /description --> 634 </div> <!-- /description -->
635 <!-- /description --> 635 <!-- /description -->
636 </div><div class="apiItem"> 636 </div><div class="apiItem">
637 <a name="event-onUnresponsive"></a> 637 <a name="event-onUnresponsive"></a>
638 <h4>onUnresponsive</h4> 638 <h4>onUnresponsive</h4>
639 <div class="summary"> 639 <div class="summary">
640 <!-- Note: intentionally longer 80 columns --> 640 <!-- Note: intentionally longer 80 columns -->
641 <span class="subdued">chrome.experimental.processes.</span><span >onUnresponsive</span><span class="subdued">.addListener</span>(function(<span>P rocess process</span>) <span class="subdued">{...}</span><span></span>); 641 <span class="subdued">chrome.experimental.processes.</span><span >onUnresponsive</span><span class="subdued">.addListener</span>(function(<span>e xperimental.processes.Process process</span>) <span class="subdued">{...}</span> <span></span>);
642 </div> 642 </div>
643 <div class="description"> 643 <div class="description">
644 <p>Fired each time a process becomes unresponsive, providing the corrseponding Process object.</p> 644 <p>Fired each time a process becomes unresponsive, providing the corrseponding Process object.</p>
645 <!-- LISTENER PARAMETERS --> 645 <!-- LISTENER PARAMETERS -->
646 <div> 646 <div>
647 <h4>Listener parameters</h4> 647 <h4>Listener parameters</h4>
648 <dl> 648 <dl>
649 <div> 649 <div>
650 <div> 650 <div>
651 <dt> 651 <dt>
652 <var>process</var> 652 <var>process</var>
653 <em> 653 <em>
654 <!-- TYPE --> 654 <!-- TYPE -->
655 <div style="display:inline"> 655 <div style="display:inline">
656 ( 656 (
657 <span id="typeTemplate"> 657 <span id="typeTemplate">
658 <span> 658 <span>
659 <a href="experimental.processes.html#type-Process">Proce ss</a> 659 <a href="experimental.processes.html#type-experimental.p rocesses.Process">experimental.processes.Process</a>
660 </span> 660 </span>
661 </span> 661 </span>
662 ) 662 )
663 </div> 663 </div>
664 </em> 664 </em>
665 </dt> 665 </dt>
666 <dd>Details of the unresponsive process. Metrics requiring aggregation over time will not be populated in the object. Only available for renderer proc esses.</dd> 666 <dd>Details of the unresponsive process. Metrics requiring aggregation over time will not be populated in the object. Only available for renderer proc esses.</dd>
667 <!-- OBJECT PROPERTIES --> 667 <!-- OBJECT PROPERTIES -->
668 <!-- OBJECT METHODS --> 668 <!-- OBJECT METHODS -->
669 <!-- OBJECT EVENT FIELDS --> 669 <!-- OBJECT EVENT FIELDS -->
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 </div> <!-- /description --> 769 </div> <!-- /description -->
770 <!-- /description --> 770 <!-- /description -->
771 </div> <!-- /apiItem --> 771 </div> <!-- /apiItem -->
772 </div> <!-- /apiGroup --> 772 </div> <!-- /apiGroup -->
773 <!-- TYPES --> 773 <!-- TYPES -->
774 <div class="apiGroup"> 774 <div class="apiGroup">
775 <a name="types"></a> 775 <a name="types"></a>
776 <h3 id="types">Types</h3> 776 <h3 id="types">Types</h3>
777 <!-- iterates over all types --> 777 <!-- iterates over all types -->
778 <div class="apiItem"> 778 <div class="apiItem">
779 <a name="type-Process"></a> 779 <a name="type-experimental.processes.Process"></a>
780 <h4>Process</h4> 780 <h4>experimental.processes.Process</h4>
781 <div> 781 <div>
782 <dt> 782 <dt>
783 <em> 783 <em>
784 <!-- TYPE --> 784 <!-- TYPE -->
785 <div style="display:inline"> 785 <div style="display:inline">
786 ( 786 (
787 <span id="typeTemplate"> 787 <span id="typeTemplate">
788 <span> 788 <span>
789 <span>object</span> 789 <span>object</span>
790 </span> 790 </span>
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 <div> 1092 <div>
1093 <dt> 1093 <dt>
1094 <var>imageCache</var> 1094 <var>imageCache</var>
1095 <em> 1095 <em>
1096 <!-- TYPE --> 1096 <!-- TYPE -->
1097 <div style="display:inline"> 1097 <div style="display:inline">
1098 ( 1098 (
1099 <span class="optional">optional</span> 1099 <span class="optional">optional</span>
1100 <span id="typeTemplate"> 1100 <span id="typeTemplate">
1101 <span> 1101 <span>
1102 <a href="experimental.processes.html#type-Cache">Cache</ a> 1102 <a href="experimental.processes.html#type-experimental.p rocesses.Cache">experimental.processes.Cache</a>
1103 </span> 1103 </span>
1104 </span> 1104 </span>
1105 ) 1105 )
1106 </div> 1106 </div>
1107 </em> 1107 </em>
1108 </dt> 1108 </dt>
1109 <dd>The most recent information about the image cache for the process. Only available when receiving the object as part of a callback from onUpdated o r onUpdatedWithMemory.</dd> 1109 <dd>The most recent information about the image cache for the process. Only available when receiving the object as part of a callback from onUpdated o r onUpdatedWithMemory.</dd>
1110 <!-- OBJECT PROPERTIES --> 1110 <!-- OBJECT PROPERTIES -->
1111 <!-- OBJECT METHODS --> 1111 <!-- OBJECT METHODS -->
1112 <!-- OBJECT EVENT FIELDS --> 1112 <!-- OBJECT EVENT FIELDS -->
1113 <!-- FUNCTION PARAMETERS --> 1113 <!-- FUNCTION PARAMETERS -->
1114 </div> 1114 </div>
1115 </div><div> 1115 </div><div>
1116 <div> 1116 <div>
1117 <dt> 1117 <dt>
1118 <var>scriptCache</var> 1118 <var>scriptCache</var>
1119 <em> 1119 <em>
1120 <!-- TYPE --> 1120 <!-- TYPE -->
1121 <div style="display:inline"> 1121 <div style="display:inline">
1122 ( 1122 (
1123 <span class="optional">optional</span> 1123 <span class="optional">optional</span>
1124 <span id="typeTemplate"> 1124 <span id="typeTemplate">
1125 <span> 1125 <span>
1126 <a href="experimental.processes.html#type-Cache">Cache</ a> 1126 <a href="experimental.processes.html#type-experimental.p rocesses.Cache">experimental.processes.Cache</a>
1127 </span> 1127 </span>
1128 </span> 1128 </span>
1129 ) 1129 )
1130 </div> 1130 </div>
1131 </em> 1131 </em>
1132 </dt> 1132 </dt>
1133 <dd>The most recent information about the script cache for the process . Only available when receiving the object as part of a callback from onUpdated or onUpdatedWithMemory.</dd> 1133 <dd>The most recent information about the script cache for the process . Only available when receiving the object as part of a callback from onUpdated or onUpdatedWithMemory.</dd>
1134 <!-- OBJECT PROPERTIES --> 1134 <!-- OBJECT PROPERTIES -->
1135 <!-- OBJECT METHODS --> 1135 <!-- OBJECT METHODS -->
1136 <!-- OBJECT EVENT FIELDS --> 1136 <!-- OBJECT EVENT FIELDS -->
1137 <!-- FUNCTION PARAMETERS --> 1137 <!-- FUNCTION PARAMETERS -->
1138 </div> 1138 </div>
1139 </div><div> 1139 </div><div>
1140 <div> 1140 <div>
1141 <dt> 1141 <dt>
1142 <var>cssCache</var> 1142 <var>cssCache</var>
1143 <em> 1143 <em>
1144 <!-- TYPE --> 1144 <!-- TYPE -->
1145 <div style="display:inline"> 1145 <div style="display:inline">
1146 ( 1146 (
1147 <span class="optional">optional</span> 1147 <span class="optional">optional</span>
1148 <span id="typeTemplate"> 1148 <span id="typeTemplate">
1149 <span> 1149 <span>
1150 <a href="experimental.processes.html#type-Cache">Cache</ a> 1150 <a href="experimental.processes.html#type-experimental.p rocesses.Cache">experimental.processes.Cache</a>
1151 </span> 1151 </span>
1152 </span> 1152 </span>
1153 ) 1153 )
1154 </div> 1154 </div>
1155 </em> 1155 </em>
1156 </dt> 1156 </dt>
1157 <dd>The most recent information about the CSS cache for the process. O nly available when receiving the object as part of a callback from onUpdated or onUpdatedWithMemory.</dd> 1157 <dd>The most recent information about the CSS cache for the process. O nly available when receiving the object as part of a callback from onUpdated or onUpdatedWithMemory.</dd>
1158 <!-- OBJECT PROPERTIES --> 1158 <!-- OBJECT PROPERTIES -->
1159 <!-- OBJECT METHODS --> 1159 <!-- OBJECT METHODS -->
1160 <!-- OBJECT EVENT FIELDS --> 1160 <!-- OBJECT EVENT FIELDS -->
1161 <!-- FUNCTION PARAMETERS --> 1161 <!-- FUNCTION PARAMETERS -->
1162 </div> 1162 </div>
1163 </div> 1163 </div>
1164 </dl> 1164 </dl>
1165 </dd> 1165 </dd>
1166 <!-- OBJECT METHODS --> 1166 <!-- OBJECT METHODS -->
1167 <!-- OBJECT EVENT FIELDS --> 1167 <!-- OBJECT EVENT FIELDS -->
1168 <!-- FUNCTION PARAMETERS --> 1168 <!-- FUNCTION PARAMETERS -->
1169 </div> 1169 </div>
1170 </div><div class="apiItem"> 1170 </div><div class="apiItem">
1171 <a name="type-Cache"></a> 1171 <a name="type-experimental.processes.Cache"></a>
1172 <h4>Cache</h4> 1172 <h4>experimental.processes.Cache</h4>
1173 <div> 1173 <div>
1174 <dt> 1174 <dt>
1175 <em> 1175 <em>
1176 <!-- TYPE --> 1176 <!-- TYPE -->
1177 <div style="display:inline"> 1177 <div style="display:inline">
1178 ( 1178 (
1179 <span id="typeTemplate"> 1179 <span id="typeTemplate">
1180 <span> 1180 <span>
1181 <span>object</span> 1181 <span>object</span>
1182 </span> 1182 </span>
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 _uff=0; 1284 _uff=0;
1285 urchinTracker(); 1285 urchinTracker();
1286 } 1286 }
1287 catch(e) {/* urchinTracker not available. */} 1287 catch(e) {/* urchinTracker not available. */}
1288 </script> 1288 </script>
1289 <!-- end analytics --> 1289 <!-- end analytics -->
1290 </div> 1290 </div>
1291 </div> <!-- /gc-footer --> 1291 </div> <!-- /gc-footer -->
1292 </div> <!-- /gc-container --> 1292 </div> <!-- /gc-container -->
1293 </body></html> 1293 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698