mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
fc8fcbdd62
Bug 1215723 introduced a mechanism whereby DataStorage data would be propagated to content processes to avoid the IPC calls involved in querying if hosts were HSTS. With a low number of content processes, this was a reasonable approach. However, with Fission and the proliferation of content processes, propagating changes in DataStorage data to every content process wakes up unrelated processes and is inefficient. This patch restores the behavior that nsISiteSecurityService and DataStorage is not available to content processes. Additionally, bug 1626076 made it possible to use DataStorage directly from the socket process. However, as of bug 1650356, this is no longer necessary, so this patch removes that behavior as well. Differential Revision: https://phabricator.services.mozilla.com/D118207 |
||
---|---|---|
.. | ||
locales | ||
pki | ||
ssl | ||
tools | ||
android_stub.h | ||
moz.build |