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

Side by Side Diff: chrome/common/extensions/docs/experimental.infobars.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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 </div> 345 </div>
337 346
338 </em> 347 </em>
339 </dt> 348 </dt>
340 <dd class="todo"> 349 <dd class="todo">
341 Undocumented. 350 Undocumented.
342 </dd> 351 </dd>
343 <dd style="display: none; "> 352 <dd style="display: none; ">
344 Description of this parameter from the json schema. 353 Description of this parameter from the json schema.
345 </dd> 354 </dd>
355 <dd style="display: none; ">
356 This parameter was added in version
357 <b><span></span></b>.
358 You must omit this parameter in earlier versions,
359 and you may omit it in any version. If you require this
360 parameter, the manifest key
361 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
362 can ensure that your extension won't be run in an earlier browser ve rsion.
363 </dd>
346 364
347 <!-- OBJECT PROPERTIES --> 365 <!-- OBJECT PROPERTIES -->
348 <dd> 366 <dd>
349 <dl> 367 <dl>
350 <div> 368 <div>
351 <div> 369 <div>
352 <dt> 370 <dt>
353 <var>tabId</var> 371 <var>tabId</var>
354 <em> 372 <em>
355 373
(...skipping 16 matching lines...) Expand all
372 </span> 390 </span>
373 ) 391 )
374 </div> 392 </div>
375 393
376 </em> 394 </em>
377 </dt> 395 </dt>
378 <dd class="todo" style="display: none; "> 396 <dd class="todo" style="display: none; ">
379 Undocumented. 397 Undocumented.
380 </dd> 398 </dd>
381 <dd>The tab id for the tab to display the infobar in.</dd> 399 <dd>The tab id for the tab to display the infobar in.</dd>
400 <dd style="display: none; ">
401 This parameter was added in version
402 <b><span></span></b>.
403 You must omit this parameter in earlier versions,
404 and you may omit it in any version. If you require this
405 parameter, the manifest key
406 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
407 can ensure that your extension won't be run in an earlier browser ve rsion.
408 </dd>
382 409
383 <!-- OBJECT PROPERTIES --> 410 <!-- OBJECT PROPERTIES -->
384 <dd style="display: none; "> 411 <dd style="display: none; ">
385 <dl> 412 <dl>
386 <div> 413 <div>
387 <div> 414 <div>
388 </div> 415 </div>
389 </div> 416 </div>
390 </dl> 417 </dl>
391 </dd> 418 </dd>
(...skipping 23 matching lines...) Expand all
415 </span> 442 </span>
416 ) 443 )
417 </div> 444 </div>
418 445
419 </em> 446 </em>
420 </dt> 447 </dt>
421 <dd class="todo" style="display: none; "> 448 <dd class="todo" style="display: none; ">
422 Undocumented. 449 Undocumented.
423 </dd> 450 </dd>
424 <dd>The html file that contains the infobar.</dd> 451 <dd>The html file that contains the infobar.</dd>
452 <dd style="display: none; ">
453 This parameter was added in version
454 <b><span></span></b>.
455 You must omit this parameter in earlier versions,
456 and you may omit it in any version. If you require this
457 parameter, the manifest key
458 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
459 can ensure that your extension won't be run in an earlier browser ve rsion.
460 </dd>
425 461
426 <!-- OBJECT PROPERTIES --> 462 <!-- OBJECT PROPERTIES -->
427 <dd style="display: none; "> 463 <dd style="display: none; ">
428 <dl> 464 <dl>
429 <div> 465 <div>
430 <div> 466 <div>
431 </div> 467 </div>
432 </div> 468 </div>
433 </dl> 469 </dl>
434 </dd> 470 </dd>
(...skipping 29 matching lines...) Expand all
464 </div> 500 </div>
465 501
466 </em> 502 </em>
467 </dt> 503 </dt>
468 <dd class="todo"> 504 <dd class="todo">
469 Undocumented. 505 Undocumented.
470 </dd> 506 </dd>
471 <dd style="display: none; "> 507 <dd style="display: none; ">
472 Description of this parameter from the json schema. 508 Description of this parameter from the json schema.
473 </dd> 509 </dd>
510 <dd style="display: none; ">
511 This parameter was added in version
512 <b><span></span></b>.
513 You must omit this parameter in earlier versions,
514 and you may omit it in any version. If you require this
515 parameter, the manifest key
516 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
517 can ensure that your extension won't be run in an earlier browser ve rsion.
518 </dd>
474 519
475 <!-- OBJECT PROPERTIES --> 520 <!-- OBJECT PROPERTIES -->
476 <dd style="display: none; "> 521 <dd style="display: none; ">
477 <dl> 522 <dl>
478 <div> 523 <div>
479 <div> 524 <div>
480 </div> 525 </div>
481 </div> 526 </div>
482 </dl> 527 </dl>
483 </dd> 528 </dd>
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 </span> 580 </span>
536 ) 581 )
537 </div> 582 </div>
538 583
539 </em> 584 </em>
540 </dt> 585 </dt>
541 <dd class="todo" style="display: none; "> 586 <dd class="todo" style="display: none; ">
542 Undocumented. 587 Undocumented.
543 </dd> 588 </dd>
544 <dd>Contains details about the window in which the infobar was created .</dd> 589 <dd>Contains details about the window in which the infobar was created .</dd>
590 <dd style="display: none; ">
591 This parameter was added in version
592 <b><span></span></b>.
593 You must omit this parameter in earlier versions,
594 and you may omit it in any version. If you require this
595 parameter, the manifest key
596 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
597 can ensure that your extension won't be run in an earlier browser ve rsion.
598 </dd>
545 599
546 <!-- OBJECT PROPERTIES --> 600 <!-- OBJECT PROPERTIES -->
547 <dd style="display: none; "> 601 <dd style="display: none; ">
548 <dl> 602 <dl>
549 <div> 603 <div>
550 <div> 604 <div>
551 </div> 605 </div>
552 </div> 606 </div>
553 </dl> 607 </dl>
554 </dd> 608 </dd>
555 </div> 609 </div>
556 </div> 610 </div>
557 </dl> 611 </dl>
558 </div> 612 </div>
559 </div> 613 </div>
560 614
615 <!-- MIN_VERSION -->
616 <p style="display: none; ">
617 This function was added in version <b><span></span></b>.
618 If you require this function, the manifest key
619 <a href="manifest.html#minimum_chrome_version">minimum_chrome_ version</a>
620 can ensure that your extension won't be run in an earlier brow ser version.
621 </p>
561 </div> <!-- /description --> 622 </div> <!-- /description -->
562 623
563 </div> <!-- /apiItem --> 624 </div> <!-- /apiItem -->
564 625
565 </div> <!-- /apiGroup --> 626 </div> <!-- /apiGroup -->
566 627
567 <!-- EVENTS --> 628 <!-- EVENTS -->
568 <div class="apiGroup" style="display: none; "> 629 <div class="apiGroup" style="display: none; ">
569 <a name="events"></a> 630 <a name="events"></a>
570 <h3 id="events">Events</h3> 631 <h3 id="events">Events</h3>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 _uff=0; 712 _uff=0;
652 urchinTracker(); 713 urchinTracker();
653 } 714 }
654 catch(e) {/* urchinTracker not available. */} 715 catch(e) {/* urchinTracker not available. */}
655 </script> 716 </script>
656 <!-- end analytics --> 717 <!-- end analytics -->
657 </div> 718 </div>
658 </div> <!-- /gc-footer --> 719 </div> <!-- /gc-footer -->
659 </div> <!-- /gc-container --> 720 </div> <!-- /gc-container -->
660 </body></html> 721 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.cookies.html ('k') | chrome/common/extensions/docs/experimental.omnibox.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698