mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
c601fd8b0a
This patch is to delay starting `UntrustedModulesProcessor` to avoid processing a massive amount of loaded modules in the browser process during startup. To achive that, this patch introduces "unblock-untrusted-modules-thread" notification. Before the notification, `UntrustedModulesProcessor` is created but marked as not ready. This means the processor does not go beyond `ScheduleNonEmptyQueueProcessing`. Once the notification is observed, we propagate it to all existing child processes, and afterward `UntrustedModulesProcessor` in new processes will be marked ready from the beginning. Differential Revision: https://phabricator.services.mozilla.com/D140123 |
||
---|---|---|
.. | ||
about | ||
aboutlogins | ||
attribution | ||
build | ||
contextualidentity | ||
controlcenter/content | ||
customizableui | ||
doh | ||
downloads | ||
enterprisepolicies | ||
extensions | ||
installerprefs | ||
ion | ||
migration | ||
newtab | ||
originattributes | ||
pagedata | ||
places | ||
preferences | ||
privatebrowsing | ||
prompts | ||
protections | ||
protocolhandler | ||
resistfingerprinting | ||
safebrowsing/content/test | ||
screenshots | ||
search | ||
sessionstore | ||
shell | ||
syncedtabs | ||
tabunloader | ||
tests | ||
touchbar | ||
translation | ||
uitour | ||
urlbar | ||
.eslintrc.js | ||
BrowserComponents.manifest | ||
BrowserContentHandler.jsm | ||
BrowserGlue.jsm | ||
components.conf | ||
distribution.js | ||
metrics.yaml | ||
moz.build | ||
nsIBrowserHandler.idl |