QA/Telemetry/RemovingExperimentsJSON: Difference between revisions

Jump to navigation Jump to search
Line 11: Line 11:
Once you've deleted the current '''experiments.json''' file, re-run the browser and disable/enable '''experiments.enable''' under '''about:config'''.  
Once you've deleted the current '''experiments.json''' file, re-run the browser and disable/enable '''experiments.enable''' under '''about:config'''.  


You could also use the following commands inside the Browser Console to force a refresh:
You could also use the following commands inside the browser console to force a refresh:


* Import '''Experiments.jsm''' into the Browser Console:
* Import '''Experiments.jsm''' into the browser console:
** '''Cu.import("resource:///modules/experiments/Experiments.jsm");'''
** '''Cu.import("resource:///modules/experiments/Experiments.jsm");'''
* Force the refresh inside the Browser Console:
* Force the refresh inside the browser console:
** '''Experiments.instance().updateManifest();'''
** '''Experiments.instance().updateManifest();'''


You should see some logs being dumped into the browser console and '''experiments.activeExperiment''' should appear as '''true''' if the experiment was installed.
You should see some logs being dumped into the browser console and '''experiments.activeExperiment''' should appear as '''true''' if the experiment was installed.
Confirmed users
924

edits

Navigation menu