mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 992208 - Add Telemetry Experiments to the package so that they are actually used. Also a basic test that the service exists and can be created. r=gfritzsche
This commit is contained in:
parent
f9adebd571
commit
96822a64e4
@ -73,6 +73,9 @@ add_task(function* test_setup() {
|
||||
});
|
||||
});
|
||||
|
||||
add_task(function* test_contract() {
|
||||
Cc["@mozilla.org/browser/experiments-service;1"].getService();
|
||||
});
|
||||
|
||||
// Test basic starting and stopping of experiments.
|
||||
|
||||
|
@ -368,6 +368,8 @@
|
||||
@BINPATH@/browser/components/BrowserPlaces.manifest
|
||||
@BINPATH@/browser/components/devtools-clhandler.manifest
|
||||
@BINPATH@/browser/components/devtools-clhandler.js
|
||||
@BINPATH@/browser/components/Experiments.manifest
|
||||
@BINPATH@/browser/components/ExperimentsService.js
|
||||
@BINPATH@/components/Downloads.manifest
|
||||
@BINPATH@/components/DownloadLegacy.js
|
||||
@BINPATH@/components/BrowserPageThumbs.manifest
|
||||
|
Loading…
Reference in New Issue
Block a user