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

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

Issue 2812023: Make the extension API docs point out the minimum version that supports an API call. (Closed)
Patch Set: Rebase for checkin. Created 10 years, 5 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
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 </div> 52 </div>
53 53
54 </em> 54 </em>
55 </dt> 55 </dt>
56 <dd class="todo"> 56 <dd class="todo">
57 Undocumented. 57 Undocumented.
58 </dd> 58 </dd>
59 <dd> 59 <dd>
60 Description of this parameter from the json schema. 60 Description of this parameter from the json schema.
61 </dd> 61 </dd>
62 <dd>
63 This parameter was added in version
64 <b><span></span></b>.
65 You must omit this parameter in earlier versions,
66 and you may omit it in any version. If you require this
67 parameter, the manifest key
68 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
69 can ensure that your extension won't be run in an earlier browser ve rsion.
70 </dd>
62 71
63 <!-- OBJECT PROPERTIES --> 72 <!-- OBJECT PROPERTIES -->
64 <dd> 73 <dd>
65 <dl> 74 <dl>
66 <div> 75 <div>
67 <div> 76 <div>
68 </div> 77 </div>
69 </div> 78 </div>
70 </dl> 79 </dl>
71 </dd> 80 </dd>
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 </div> 354 </div>
346 355
347 </em> 356 </em>
348 </dt> 357 </dt>
349 <dd class="todo"> 358 <dd class="todo">
350 Undocumented. 359 Undocumented.
351 </dd> 360 </dd>
352 <dd style="display: none; "> 361 <dd style="display: none; ">
353 Description of this parameter from the json schema. 362 Description of this parameter from the json schema.
354 </dd> 363 </dd>
364 <dd style="display: none; ">
365 This parameter was added in version
366 <b><span></span></b>.
367 You must omit this parameter in earlier versions,
368 and you may omit it in any version. If you require this
369 parameter, the manifest key
370 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
371 can ensure that your extension won't be run in an earlier browser ve rsion.
372 </dd>
355 373
356 <!-- OBJECT PROPERTIES --> 374 <!-- OBJECT PROPERTIES -->
357 <dd style="display: none; "> 375 <dd style="display: none; ">
358 <dl> 376 <dl>
359 <div> 377 <div>
360 <div> 378 <div>
361 </div> 379 </div>
362 </div> 380 </div>
363 </dl> 381 </dl>
364 </dd> 382 </dd>
(...skipping 25 matching lines...) Expand all
390 </div> 408 </div>
391 409
392 </em> 410 </em>
393 </dt> 411 </dt>
394 <dd class="todo"> 412 <dd class="todo">
395 Undocumented. 413 Undocumented.
396 </dd> 414 </dd>
397 <dd style="display: none; "> 415 <dd style="display: none; ">
398 Description of this parameter from the json schema. 416 Description of this parameter from the json schema.
399 </dd> 417 </dd>
418 <dd style="display: none; ">
419 This parameter was added in version
420 <b><span></span></b>.
421 You must omit this parameter in earlier versions,
422 and you may omit it in any version. If you require this
423 parameter, the manifest key
424 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
425 can ensure that your extension won't be run in an earlier browser ve rsion.
426 </dd>
400 427
401 <!-- OBJECT PROPERTIES --> 428 <!-- OBJECT PROPERTIES -->
402 <dd style="display: none; "> 429 <dd style="display: none; ">
403 <dl> 430 <dl>
404 <div> 431 <div>
405 <div> 432 <div>
406 </div> 433 </div>
407 </div> 434 </div>
408 </dl> 435 </dl>
409 </dd> 436 </dd>
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 </span> 488 </span>
462 ) 489 )
463 </div> 490 </div>
464 491
465 </em> 492 </em>
466 </dt> 493 </dt>
467 <dd class="todo" style="display: none; "> 494 <dd class="todo" style="display: none; ">
468 Undocumented. 495 Undocumented.
469 </dd> 496 </dd>
470 <dd>Details about the tab's process.</dd> 497 <dd>Details about the tab's process.</dd>
498 <dd style="display: none; ">
499 This parameter was added in version
500 <b><span></span></b>.
501 You must omit this parameter in earlier versions,
502 and you may omit it in any version. If you require this
503 parameter, the manifest key
504 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
505 can ensure that your extension won't be run in an earlier browser ve rsion.
506 </dd>
471 507
472 <!-- OBJECT PROPERTIES --> 508 <!-- OBJECT PROPERTIES -->
473 <dd style="display: none; "> 509 <dd style="display: none; ">
474 <dl> 510 <dl>
475 <div> 511 <div>
476 <div> 512 <div>
477 </div> 513 </div>
478 </div> 514 </div>
479 </dl> 515 </dl>
480 </dd> 516 </dd>
481 </div> 517 </div>
482 </div> 518 </div>
483 </dl> 519 </dl>
484 </div> 520 </div>
485 </div> 521 </div>
486 522
523 <!-- MIN_VERSION -->
524 <p style="display: none; ">
525 This function was added in version <b><span></span></b>.
526 If you require this function, the manifest key
527 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
528 can ensure that your extension won't be run in an earlier brow ser version.
529 </p>
487 </div> <!-- /description --> 530 </div> <!-- /description -->
488 531
489 </div> <!-- /apiItem --> 532 </div> <!-- /apiItem -->
490 533
491 </div> <!-- /apiGroup --> 534 </div> <!-- /apiGroup -->
492 535
493 <!-- EVENTS --> 536 <!-- EVENTS -->
494 <div class="apiGroup" style="display: none; "> 537 <div class="apiGroup" style="display: none; ">
495 <a name="events"></a> 538 <a name="events"></a>
496 <h3 id="events">Events</h3> 539 <h3 id="events">Events</h3>
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 </span> 603 </span>
561 ) 604 )
562 </div> 605 </div>
563 606
564 </em> 607 </em>
565 </dt> 608 </dt>
566 <dd class="todo" style="display: none; "> 609 <dd class="todo" style="display: none; ">
567 Undocumented. 610 Undocumented.
568 </dd> 611 </dd>
569 <dd>An object containing information about one of the browser's proces ses.</dd> 612 <dd>An object containing information about one of the browser's proces ses.</dd>
613 <dd style="display: none; ">
614 This parameter was added in version
615 <b><span></span></b>.
616 You must omit this parameter in earlier versions,
617 and you may omit it in any version. If you require this
618 parameter, the manifest key
619 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
620 can ensure that your extension won't be run in an earlier browser ve rsion.
621 </dd>
570 622
571 <!-- OBJECT PROPERTIES --> 623 <!-- OBJECT PROPERTIES -->
572 <dd> 624 <dd>
573 <dl> 625 <dl>
574 <div> 626 <div>
575 <div> 627 <div>
576 <dt> 628 <dt>
577 <var>id</var> 629 <var>id</var>
578 <em> 630 <em>
579 631
(...skipping 16 matching lines...) Expand all
596 </span> 648 </span>
597 ) 649 )
598 </div> 650 </div>
599 651
600 </em> 652 </em>
601 </dt> 653 </dt>
602 <dd class="todo" style="display: none; "> 654 <dd class="todo" style="display: none; ">
603 Undocumented. 655 Undocumented.
604 </dd> 656 </dd>
605 <dd>The internal ID of the process.</dd> 657 <dd>The internal ID of the process.</dd>
658 <dd style="display: none; ">
659 This parameter was added in version
660 <b><span></span></b>.
661 You must omit this parameter in earlier versions,
662 and you may omit it in any version. If you require this
663 parameter, the manifest key
664 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
665 can ensure that your extension won't be run in an earlier browser ve rsion.
666 </dd>
606 667
607 <!-- OBJECT PROPERTIES --> 668 <!-- OBJECT PROPERTIES -->
608 <dd style="display: none; "> 669 <dd style="display: none; ">
609 <dl> 670 <dl>
610 <div> 671 <div>
611 <div> 672 <div>
612 </div> 673 </div>
613 </div> 674 </div>
614 </dl> 675 </dl>
615 </dd> 676 </dd>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 _uff=0; 718 _uff=0;
658 urchinTracker(); 719 urchinTracker();
659 } 720 }
660 catch(e) {/* urchinTracker not available. */} 721 catch(e) {/* urchinTracker not available. */}
661 </script> 722 </script>
662 <!-- end analytics --> 723 <!-- end analytics -->
663 </div> 724 </div>
664 </div> <!-- /gc-footer --> 725 </div> <!-- /gc-footer -->
665 </div> <!-- /gc-container --> 726 </div> <!-- /gc-container -->
666 </body></html> 727 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.omnibox.html ('k') | chrome/common/extensions/docs/extension.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698