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

Side by Side Diff: chrome/common/extensions/docs/apps/app.runtime.html

Issue 10875027: Restart running apps when chrome restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments, rebase Created 8 years, 3 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 <h2>Contents</h2> 164 <h2>Contents</h2>
165 <ol> 165 <ol>
166 <li> 166 <li>
167 <a href="#apiReference">API reference: chrome.app.runtime</a> 167 <a href="#apiReference">API reference: chrome.app.runtime</a>
168 <ol> 168 <ol>
169 <li> 169 <li>
170 <a href="#global-events">Events</a> 170 <a href="#global-events">Events</a>
171 <ol> 171 <ol>
172 <li> 172 <li>
173 <a href="#event-onLaunched">onLaunched</a> 173 <a href="#event-onLaunched">onLaunched</a>
174 </li><li>
175 <a href="#event-onRestarted">onRestarted</a>
174 </li> 176 </li>
175 </ol> 177 </ol>
176 </li> 178 </li>
177 </ol> 179 </ol>
178 </li> 180 </li>
179 </ol> 181 </ol>
180 </div> 182 </div>
181 <!-- /TABLE OF CONTENTS --> 183 <!-- /TABLE OF CONTENTS -->
182 <!-- Standard content lead-in for experimental API pages --> 184 <!-- Standard content lead-in for experimental API pages -->
183 <!-- STATIC CONTENT PLACEHOLDER --> 185 <!-- STATIC CONTENT PLACEHOLDER -->
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 </div> 391 </div>
390 </div> 392 </div>
391 </dl> 393 </dl>
392 </div> 394 </div>
393 <!-- EXTRA PARAMETERS --> 395 <!-- EXTRA PARAMETERS -->
394 <!-- LISTENER RETURN VALUE --> 396 <!-- LISTENER RETURN VALUE -->
395 <dl> 397 <dl>
396 </dl> 398 </dl>
397 </div> <!-- /description --> 399 </div> <!-- /description -->
398 <!-- /description --> 400 <!-- /description -->
401 </div><div class="apiItem">
402 <a name="event-onRestarted"></a>
403 <h4>onRestarted</h4>
404 <div class="summary">
405 <!-- Note: intentionally longer 80 columns -->
406 <span class="subdued">chrome.app.runtime.</span><span>onRestarte d</span><span class="subdued">.addListener</span>(function(<span></span>) <span class="subdued">{...}</span><span></span>);
407 </div>
408 <div class="description">
409 <!-- LISTENER PARAMETERS -->
410 <!-- EXTRA PARAMETERS -->
411 <!-- LISTENER RETURN VALUE -->
412 <dl>
413 </dl>
414 </div> <!-- /description -->
415 <!-- /description -->
399 </div> <!-- /apiItem --> 416 </div> <!-- /apiItem -->
400 </div> <!-- /apiGroup --> 417 </div> <!-- /apiGroup -->
401 <!-- TYPES --> 418 <!-- TYPES -->
402 <!-- /apiGroup --> 419 <!-- /apiGroup -->
403 </div> <!-- /apiPage --> 420 </div> <!-- /apiPage -->
404 </div> <!-- /gc-pagecontent --> 421 </div> <!-- /gc-pagecontent -->
405 </div> <!-- /g-section --> 422 </div> <!-- /g-section -->
406 </div> <!-- /codesiteContent --> 423 </div> <!-- /codesiteContent -->
407 <div id="gc-footer" --=""> 424 <div id="gc-footer" --="">
408 <div class="text"> 425 <div class="text">
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 _uff=0; 457 _uff=0;
441 urchinTracker(); 458 urchinTracker();
442 } 459 }
443 catch(e) {/* urchinTracker not available. */} 460 catch(e) {/* urchinTracker not available. */}
444 </script> 461 </script>
445 <!-- end analytics --> 462 <!-- end analytics -->
446 </div> 463 </div>
447 </div> <!-- /gc-footer --> 464 </div> <!-- /gc-footer -->
448 </div> <!-- /gc-container --> 465 </div> <!-- /gc-container -->
449 </body></html> 466 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698