gecko/services/healthreport/HealthReportComponents.manifest
Gregory Szorc cf1a271733 Bug 834936 - Temporarily load JSMs into fewer compartments; r=rnewman
We concatenate JSMs together so we use less compartments and therefore
less memory. This is intended to be a temporary hack until the overhead
of compartments is less.
2013-01-27 11:26:48 -08:00

9 lines
593 B
Plaintext

# Register Firefox Health Report providers.
category healthreport-js-provider AddonsProvider resource://gre/modules/HealthReport.jsm
category healthreport-js-provider AppInfoProvider resource://gre/modules/HealthReport.jsm
category healthreport-js-provider CrashesProvider resource://gre/modules/HealthReport.jsm
category healthreport-js-provider SysInfoProvider resource://gre/modules/HealthReport.jsm
category healthreport-js-provider ProfileMetadataProvider resource://gre/modules/HealthReport.jsm
category healthreport-js-provider SessionsProvider resource://gre/modules/HealthReport.jsm