зеркало из https://github.com/mozilla/gecko-dev.git
6eb2084136
This patch introduces a new type of content process, which has a dynamic name. This type of content process is labeled as `webIsolated=${SITE_ORIGIN}` and is used within fission-enabled windows. To enable this, additional information about the fission status of the target window must be passed into E10SUtils. This was done by updating every call site manually to pass an extra boolean. A better solution perhaps should be used in the future. With this patch enabled, we now perform process switches, but only when navigating to HTTP URIs. If we navigate to a non-HTTP URI in an iframe with fission enabled, it will not behave correctly. This must be done in a follow-up. Differential Revision: https://phabricator.services.mozilla.com/D29570 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
client | ||
docs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.mochitests.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild |