Lines Matching full:incognito
281 <a href="#incognito">incognito</a>
382 "<a href="#incognito">incognito</a>": "spanning" <em>or</em> "split",
512 <h3 id="incognito">incognito</h3>
516 behave if allowed to run in incognito mode.
521 will run in a single shared process. Any events or messages from an incognito
522 tab will be sent to the shared process, with an <em>incognito</em> flag
529 an incognito window will run in their own incognito process. If the app or extension contains a background page, that will also run in the incognito process.
530 This incognito process runs along side the regular process, but has a separate
532 own context (for example, the incognito process will see only incognito tab updates).
537 As a rule of thumb, if your extension or app needs to load a tab in an incognito browser, use
538 <em>split</em> incognito behavior. If your extension or app needs to be logged
540 incognito behavior.