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

Side by Side Diff: chrome/common/extensions/docs/experimental.clipboard.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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 </div> 358 </div>
350 359
351 </em> 360 </em>
352 </dt> 361 </dt>
353 <dd class="todo"> 362 <dd class="todo">
354 Undocumented. 363 Undocumented.
355 </dd> 364 </dd>
356 <dd style="display: none; "> 365 <dd style="display: none; ">
357 Description of this parameter from the json schema. 366 Description of this parameter from the json schema.
358 </dd> 367 </dd>
368 <dd style="display: none; ">
369 This parameter was added in version
370 <b><span></span></b>.
371 You must omit this parameter in earlier versions,
372 and you may omit it in any version. If you require this
373 parameter, the manifest key
374 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
375 can ensure that your extension won't be run in an earlier browser ve rsion.
376 </dd>
359 377
360 <!-- OBJECT PROPERTIES --> 378 <!-- OBJECT PROPERTIES -->
361 <dd style="display: none; "> 379 <dd style="display: none; ">
362 <dl> 380 <dl>
363 <div> 381 <div>
364 <div> 382 <div>
365 </div> 383 </div>
366 </div> 384 </div>
367 </dl> 385 </dl>
368 </dd> 386 </dd>
(...skipping 25 matching lines...) Expand all
394 </div> 412 </div>
395 413
396 </em> 414 </em>
397 </dt> 415 </dt>
398 <dd class="todo"> 416 <dd class="todo">
399 Undocumented. 417 Undocumented.
400 </dd> 418 </dd>
401 <dd style="display: none; "> 419 <dd style="display: none; ">
402 Description of this parameter from the json schema. 420 Description of this parameter from the json schema.
403 </dd> 421 </dd>
422 <dd style="display: none; ">
423 This parameter was added in version
424 <b><span></span></b>.
425 You must omit this parameter in earlier versions,
426 and you may omit it in any version. If you require this
427 parameter, the manifest key
428 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
429 can ensure that your extension won't be run in an earlier browser ve rsion.
430 </dd>
404 431
405 <!-- OBJECT PROPERTIES --> 432 <!-- OBJECT PROPERTIES -->
406 <dd style="display: none; "> 433 <dd style="display: none; ">
407 <dl> 434 <dl>
408 <div> 435 <div>
409 <div> 436 <div>
410 </div> 437 </div>
411 </div> 438 </div>
412 </dl> 439 </dl>
413 </dd> 440 </dd>
(...skipping 27 matching lines...) Expand all
441 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 468 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre>
442 <dl> 469 <dl>
443 <div style="display: none; "> 470 <div style="display: none; ">
444 <div> 471 <div>
445 </div> 472 </div>
446 </div> 473 </div>
447 </dl> 474 </dl>
448 </div> 475 </div>
449 </div> 476 </div>
450 477
478 <!-- MIN_VERSION -->
479 <p style="display: none; ">
480 This function was added in version <b><span></span></b>.
481 If you require this function, the manifest key
482 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
483 can ensure that your extension won't be run in an earlier brow ser version.
484 </p>
451 </div> <!-- /description --> 485 </div> <!-- /description -->
452 486
453 </div><div class="apiItem"> 487 </div><div class="apiItem">
454 <a name="method-executeCut"></a> <!-- method-anchor --> 488 <a name="method-executeCut"></a> <!-- method-anchor -->
455 <h4>executeCut</h4> 489 <h4>executeCut</h4>
456 490
457 <div class="summary"><span style="display: none; ">void</span> 491 <div class="summary"><span style="display: none; ">void</span>
458 <!-- Note: intentionally longer 80 columns --> 492 <!-- Note: intentionally longer 80 columns -->
459 <span>chrome.experimental.clipboard.executeCut</span>(<span cl ass="null"><span style="display: none; ">, </span><span>integer</span> 493 <span>chrome.experimental.clipboard.executeCut</span>(<span cl ass="null"><span style="display: none; ">, </span><span>integer</span>
460 <var><span>tabId</span></var></span><span class="optional" ><span>, </span><span>function</span> 494 <var><span>tabId</span></var></span><span class="optional" ><span>, </span><span>function</span>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 </div> 528 </div>
495 529
496 </em> 530 </em>
497 </dt> 531 </dt>
498 <dd class="todo"> 532 <dd class="todo">
499 Undocumented. 533 Undocumented.
500 </dd> 534 </dd>
501 <dd style="display: none; "> 535 <dd style="display: none; ">
502 Description of this parameter from the json schema. 536 Description of this parameter from the json schema.
503 </dd> 537 </dd>
538 <dd style="display: none; ">
539 This parameter was added in version
540 <b><span></span></b>.
541 You must omit this parameter in earlier versions,
542 and you may omit it in any version. If you require this
543 parameter, the manifest key
544 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
545 can ensure that your extension won't be run in an earlier browser ve rsion.
546 </dd>
504 547
505 <!-- OBJECT PROPERTIES --> 548 <!-- OBJECT PROPERTIES -->
506 <dd style="display: none; "> 549 <dd style="display: none; ">
507 <dl> 550 <dl>
508 <div> 551 <div>
509 <div> 552 <div>
510 </div> 553 </div>
511 </div> 554 </div>
512 </dl> 555 </dl>
513 </dd> 556 </dd>
(...skipping 25 matching lines...) Expand all
539 </div> 582 </div>
540 583
541 </em> 584 </em>
542 </dt> 585 </dt>
543 <dd class="todo"> 586 <dd class="todo">
544 Undocumented. 587 Undocumented.
545 </dd> 588 </dd>
546 <dd style="display: none; "> 589 <dd style="display: none; ">
547 Description of this parameter from the json schema. 590 Description of this parameter from the json schema.
548 </dd> 591 </dd>
592 <dd style="display: none; ">
593 This parameter was added in version
594 <b><span></span></b>.
595 You must omit this parameter in earlier versions,
596 and you may omit it in any version. If you require this
597 parameter, the manifest key
598 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
599 can ensure that your extension won't be run in an earlier browser ve rsion.
600 </dd>
549 601
550 <!-- OBJECT PROPERTIES --> 602 <!-- OBJECT PROPERTIES -->
551 <dd style="display: none; "> 603 <dd style="display: none; ">
552 <dl> 604 <dl>
553 <div> 605 <div>
554 <div> 606 <div>
555 </div> 607 </div>
556 </div> 608 </div>
557 </dl> 609 </dl>
558 </dd> 610 </dd>
(...skipping 27 matching lines...) Expand all
586 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 638 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre>
587 <dl> 639 <dl>
588 <div style="display: none; "> 640 <div style="display: none; ">
589 <div> 641 <div>
590 </div> 642 </div>
591 </div> 643 </div>
592 </dl> 644 </dl>
593 </div> 645 </div>
594 </div> 646 </div>
595 647
648 <!-- MIN_VERSION -->
649 <p style="display: none; ">
650 This function was added in version <b><span></span></b>.
651 If you require this function, the manifest key
652 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
653 can ensure that your extension won't be run in an earlier brow ser version.
654 </p>
596 </div> <!-- /description --> 655 </div> <!-- /description -->
597 656
598 </div><div class="apiItem"> 657 </div><div class="apiItem">
599 <a name="method-executePaste"></a> <!-- method-anchor --> 658 <a name="method-executePaste"></a> <!-- method-anchor -->
600 <h4>executePaste</h4> 659 <h4>executePaste</h4>
601 660
602 <div class="summary"><span style="display: none; ">void</span> 661 <div class="summary"><span style="display: none; ">void</span>
603 <!-- Note: intentionally longer 80 columns --> 662 <!-- Note: intentionally longer 80 columns -->
604 <span>chrome.experimental.clipboard.executePaste</span>(<span class="null"><span style="display: none; ">, </span><span>integer</span> 663 <span>chrome.experimental.clipboard.executePaste</span>(<span class="null"><span style="display: none; ">, </span><span>integer</span>
605 <var><span>tabId</span></var></span><span class="optional" ><span>, </span><span>function</span> 664 <var><span>tabId</span></var></span><span class="optional" ><span>, </span><span>function</span>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 </div> 698 </div>
640 699
641 </em> 700 </em>
642 </dt> 701 </dt>
643 <dd class="todo"> 702 <dd class="todo">
644 Undocumented. 703 Undocumented.
645 </dd> 704 </dd>
646 <dd style="display: none; "> 705 <dd style="display: none; ">
647 Description of this parameter from the json schema. 706 Description of this parameter from the json schema.
648 </dd> 707 </dd>
708 <dd style="display: none; ">
709 This parameter was added in version
710 <b><span></span></b>.
711 You must omit this parameter in earlier versions,
712 and you may omit it in any version. If you require this
713 parameter, the manifest key
714 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
715 can ensure that your extension won't be run in an earlier browser ve rsion.
716 </dd>
649 717
650 <!-- OBJECT PROPERTIES --> 718 <!-- OBJECT PROPERTIES -->
651 <dd style="display: none; "> 719 <dd style="display: none; ">
652 <dl> 720 <dl>
653 <div> 721 <div>
654 <div> 722 <div>
655 </div> 723 </div>
656 </div> 724 </div>
657 </dl> 725 </dl>
658 </dd> 726 </dd>
(...skipping 25 matching lines...) Expand all
684 </div> 752 </div>
685 753
686 </em> 754 </em>
687 </dt> 755 </dt>
688 <dd class="todo"> 756 <dd class="todo">
689 Undocumented. 757 Undocumented.
690 </dd> 758 </dd>
691 <dd style="display: none; "> 759 <dd style="display: none; ">
692 Description of this parameter from the json schema. 760 Description of this parameter from the json schema.
693 </dd> 761 </dd>
762 <dd style="display: none; ">
763 This parameter was added in version
764 <b><span></span></b>.
765 You must omit this parameter in earlier versions,
766 and you may omit it in any version. If you require this
767 parameter, the manifest key
768 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
769 can ensure that your extension won't be run in an earlier browser ve rsion.
770 </dd>
694 771
695 <!-- OBJECT PROPERTIES --> 772 <!-- OBJECT PROPERTIES -->
696 <dd style="display: none; "> 773 <dd style="display: none; ">
697 <dl> 774 <dl>
698 <div> 775 <div>
699 <div> 776 <div>
700 </div> 777 </div>
701 </div> 778 </div>
702 </dl> 779 </dl>
703 </dd> 780 </dd>
(...skipping 27 matching lines...) Expand all
731 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre> 808 <pre>function(<span></span>) <span class="subdued">{...}</span >);</pre>
732 <dl> 809 <dl>
733 <div style="display: none; "> 810 <div style="display: none; ">
734 <div> 811 <div>
735 </div> 812 </div>
736 </div> 813 </div>
737 </dl> 814 </dl>
738 </div> 815 </div>
739 </div> 816 </div>
740 817
818 <!-- MIN_VERSION -->
819 <p style="display: none; ">
820 This function was added in version <b><span></span></b>.
821 If you require this function, the manifest key
822 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
823 can ensure that your extension won't be run in an earlier brow ser version.
824 </p>
741 </div> <!-- /description --> 825 </div> <!-- /description -->
742 826
743 </div> <!-- /apiItem --> 827 </div> <!-- /apiItem -->
744 828
745 </div> <!-- /apiGroup --> 829 </div> <!-- /apiGroup -->
746 830
747 <!-- EVENTS --> 831 <!-- EVENTS -->
748 <div class="apiGroup" style="display: none; "> 832 <div class="apiGroup" style="display: none; ">
749 <a name="events"></a> 833 <a name="events"></a>
750 <h3 id="events">Events</h3> 834 <h3 id="events">Events</h3>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 _uff=0; 915 _uff=0;
832 urchinTracker(); 916 urchinTracker();
833 } 917 }
834 catch(e) {/* urchinTracker not available. */} 918 catch(e) {/* urchinTracker not available. */}
835 </script> 919 </script>
836 <!-- end analytics --> 920 <!-- end analytics -->
837 </div> 921 </div>
838 </div> <!-- /gc-footer --> 922 </div> <!-- /gc-footer -->
839 </div> <!-- /gc-container --> 923 </div> <!-- /gc-container -->
840 </body></html> 924 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.html ('k') | chrome/common/extensions/docs/experimental.contextMenu.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698