mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
2531a73bed
--HG-- rename : services/healthreport/HealthReportService.js => services/datareporting/DataReportingService.js rename : services/healthreport/modules-testing/mocks.jsm => services/datareporting/modules-testing/mocks.jsm rename : services/healthreport/policy.jsm => services/datareporting/policy.jsm rename : services/healthreport/tests/xpcshell/test_policy.js => services/datareporting/tests/xpcshell/test_policy.js extra : rebase_source : cf766bc99ff843f2d31f82b1c4be71313fbc65a8
9 lines
705 B
Plaintext
9 lines
705 B
Plaintext
# Register Firefox Health Report providers.
|
|
category healthreport-js-provider AddonsProvider resource://gre/modules/services/healthreport/providers.jsm
|
|
category healthreport-js-provider AppInfoProvider resource://gre/modules/services/healthreport/providers.jsm
|
|
category healthreport-js-provider CrashesProvider resource://gre/modules/services/healthreport/providers.jsm
|
|
category healthreport-js-provider SysInfoProvider resource://gre/modules/services/healthreport/providers.jsm
|
|
category healthreport-js-provider ProfileMetadataProvider resource://gre/modules/services/healthreport/profile.jsm
|
|
category healthreport-js-provider SessionsProvider resource://gre/modules/services/healthreport/providers.jsm
|
|
|