commit 8441530fdad9688515c977129fc8ac2ef5dc0793 parent d4d8c82fa4f26f5dcbec3c4ccd2622df4df61661 Author: Simon Friedberger <simon@mozilla.com> Date: Wed, 29 Oct 2025 21:54:21 +0000 Bug 1996777: Add Nimbus features for new PHC prefs, r=pbone Differential Revision: https://phabricator.services.mozilla.com/D270311 Diffstat:
| M | toolkit/components/nimbus/FeatureManifest.yaml | | | 30 | +++++++++++++++++++++++++++--- |
1 file changed, 27 insertions(+), 3 deletions(-)
diff --git a/toolkit/components/nimbus/FeatureManifest.yaml b/toolkit/components/nimbus/FeatureManifest.yaml @@ -4611,23 +4611,47 @@ phc: branch: user pref: memory.phc.min_ram_mb phcAvgDelayFirst: - description: The delay before the first PHC allocation + description: The delay before the first PHC allocation in the parent process type: int setPref: branch: user pref: memory.phc.avg_delay.first phcAvgDelayNormal: - description: The delay between PHC allocations + description: The delay between PHC allocations in the parent process type: int setPref: branch: user pref: memory.phc.avg_delay.normal phcAvgDelayPageReuse: - description: The delay before reusing a PHC page + description: The delay before reusing a PHC page in the parent process type: int setPref: branch: user pref: memory.phc.avg_delay.page_reuse + phcAvgDelayContentFirst: + description: The delay before the first PHC allocation in the content process + type: int + setPref: + branch: user + pref: memory.phc.avg_delay.content.first + phcAvgDelayContentNormal: + description: The delay between PHC allocations in the content process + type: int + setPref: + branch: user + pref: memory.phc.avg_delay.content.normal + phcAvgDelayContentPageReuse: + description: The delay before reusing a PHC page in the content process + type: int + setPref: + branch: user + pref: memory.phc.avg_delay.content.page_reuse + phcMaxSize: + description: The maximum amount of memory used for the PHC + type: int + setPref: + branch: user + pref: memory.phc.size_kb mailto: description: Prefs to control aspects of the mailto handler