Based initially on the page's URI scheme, the browser can decide whether to load a page in the chrome process or a content process. For some schemes, you can change the default behavior.
Scheme | Behavior |
---|---|
about: |
By default, Two new flags are defined in
To use one of these flags, return it from your implementation of If you use these flags, you must register the about page in the framescript for each tab. If you do not set multiprocessCompatible to true in your install.rdf then shims will be used. But the e10s shims will be deprecated soon. Read more here - Bug 1257201. |
chrome: |
By default, Two new flags are defined in the chrome.manifest file:
|
file: |
Always loaded in a content process. Note: This does not mean |
resource: |
Always loaded in a content process. |