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

Side by Side Diff: chrome/common/extensions/docs/extension.html

Issue 3210007: Add support for a "split" incognito behavior for extensions. (Closed)
Patch Set: latest Created 10 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
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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 </li> 242 </li>
243 <li> 243 <li>
244 <a href="#apiReference">API reference: chrome.extension</a> 244 <a href="#apiReference">API reference: chrome.extension</a>
245 <ol> 245 <ol>
246 <li> 246 <li>
247 <a href="#properties">Properties</a> 247 <a href="#properties">Properties</a>
248 <ol> 248 <ol>
249 <li> 249 <li>
250 <a href="#property-lastError">lastError</a> 250 <a href="#property-lastError">lastError</a>
251 </li><li> 251 </li><li>
252 <a href="#property-inIncognitoTab">inIncognitoTab</a> 252 <a href="#property-inIncognitoContext">inIncognitoContex t</a>
253 </li> 253 </li>
254 </ol> 254 </ol>
255 </li> 255 </li>
256 <li> 256 <li>
257 <a href="#methods">Methods</a> 257 <a href="#methods">Methods</a>
258 <ol> 258 <ol>
259 <li> 259 <li>
260 <a href="#method-connect">connect</a> 260 <a href="#method-connect">connect</a>
261 </li><li> 261 </li><li>
262 <a href="#method-getBackgroundPage">getBackgroundPage</a > 262 <a href="#method-getBackgroundPage">getBackgroundPage</a >
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 </dl> 483 </dl>
484 </dd> 484 </dd>
485 485
486 <!-- FUNCTION PARAMETERS --> 486 <!-- FUNCTION PARAMETERS -->
487 <dd style="display: none; "> 487 <dd style="display: none; ">
488 <div></div> 488 <div></div>
489 </dd> 489 </dd>
490 490
491 </div> 491 </div>
492 </div><div> 492 </div><div>
493 <a name="property-inIncognitoTab"></a> 493 <a name="property-inIncognitoContext"></a>
494 <h4>inIncognitoTab</h4> 494 <h4>inIncognitoContext</h4>
495 <div class="summary"> 495 <div class="summary">
496 <!-- Note: intentionally longer 80 columns --> 496 <!-- Note: intentionally longer 80 columns -->
497 <span>chrome.extension.</span><span>inIncognitoTab</span> 497 <span>chrome.extension.</span><span>inIncognitoContext</span>
498 </div> 498 </div>
499 <div> 499 <div>
500 <dt> 500 <dt>
501 <var>inIncognitoTab</var> 501 <var>inIncognitoContext</var>
502 <em> 502 <em>
503 503
504 <!-- TYPE --> 504 <!-- TYPE -->
505 <div style="display:inline"> 505 <div style="display:inline">
506 ( 506 (
507 <span class="optional">optional</span> 507 <span class="optional">optional</span>
508 <span class="enum" style="display: none; ">enumerated</span> 508 <span class="enum" style="display: none; ">enumerated</span>
509 <span id="typeTemplate"> 509 <span id="typeTemplate">
510 <span style="display: none; "> 510 <span style="display: none; ">
511 <a> Type</a> 511 <a> Type</a>
512 </span> 512 </span>
513 <span> 513 <span>
514 <span style="display: none; "> 514 <span style="display: none; ">
515 array of <span><span></span></span> 515 array of <span><span></span></span>
516 </span> 516 </span>
517 <span>object</span> 517 <span>object</span>
518 <span style="display: none; "></span> 518 <span style="display: none; "></span>
519 </span> 519 </span>
520 </span> 520 </span>
521 ) 521 )
522 </div> 522 </div>
523 523
524 </em> 524 </em>
525 </dt> 525 </dt>
526 <dd class="todo" style="display: none; "> 526 <dd class="todo" style="display: none; ">
527 Undocumented. 527 Undocumented.
528 </dd> 528 </dd>
529 <dd>True for content scripts running inside incognito tabs. Will be un defined for non-content scripts.</dd> 529 <dd>True for content scripts running inside incognito tabs, and for ex tension pages running inside an incognito process. The latter only applies to ex tensions with 'split' incognito_behavior.</dd>
530 <dd style="display: none; "> 530 <dd style="display: none; ">
531 This parameter was added in version 531 This parameter was added in version
532 <b><span></span></b>. 532 <b><span></span></b>.
533 You must omit this parameter in earlier versions, 533 You must omit this parameter in earlier versions,
534 and you may omit it in any version. If you require this 534 and you may omit it in any version. If you require this
535 parameter, the manifest key 535 parameter, the manifest key
536 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 536 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
537 can ensure that your extension won't be run in an earlier browser ve rsion. 537 can ensure that your extension won't be run in an earlier browser ve rsion.
538 </dd> 538 </dd>
539 539
(...skipping 24 matching lines...) Expand all
564 </span> 564 </span>
565 </span> 565 </span>
566 ) 566 )
567 </div> 567 </div>
568 568
569 </em> 569 </em>
570 </dt> 570 </dt>
571 <dd class="todo" style="display: none; "> 571 <dd class="todo" style="display: none; ">
572 Undocumented. 572 Undocumented.
573 </dd> 573 </dd>
574 <dd>True if the script is in an incongito tab.</dd> 574 <dd>True if the page or script is in an incongito process.</dd>
575 <dd style="display: none; "> 575 <dd style="display: none; ">
576 This parameter was added in version 576 This parameter was added in version
577 <b><span></span></b>. 577 <b><span></span></b>.
578 You must omit this parameter in earlier versions, 578 You must omit this parameter in earlier versions,
579 and you may omit it in any version. If you require this 579 and you may omit it in any version. If you require this
580 parameter, the manifest key 580 parameter, the manifest key
581 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 581 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
582 can ensure that your extension won't be run in an earlier browser ve rsion. 582 can ensure that your extension won't be run in an earlier browser ve rsion.
583 </dd> 583 </dd>
584 584
(...skipping 2854 matching lines...) Expand 10 before | Expand all | Expand 10 after
3439 _uff=0; 3439 _uff=0;
3440 urchinTracker(); 3440 urchinTracker();
3441 } 3441 }
3442 catch(e) {/* urchinTracker not available. */} 3442 catch(e) {/* urchinTracker not available. */}
3443 </script> 3443 </script>
3444 <!-- end analytics --> 3444 <!-- end analytics -->
3445 </div> 3445 </div>
3446 </div> <!-- /gc-footer --> 3446 </div> <!-- /gc-footer -->
3447 </div> <!-- /gc-container --> 3447 </div> <!-- /gc-container -->
3448 </body></html> 3448 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.sidebar.html ('k') | chrome/common/extensions/docs/manifest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698