mozilla/wpt-api

Investigate greprefs.js as it pertains to our Firefox runs in WebPageTest

Open

#135 opened on Nov 14, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (7 forks)auto 404
dependenciesfirefoxhelp wantedquestion

Repository metrics

Stars
 (28 stars)
PR merge metrics
 (PR metrics pending)

Description

Just a note that once we're looking at tooling reliability/coverage, etc., to take a look at https://searchfox.org/mozilla-central/source/modules/libpref/greprefs.js (along with other prefs, as they are used via WebPageTest).

#include ../../security/manager/ssl/security-prefs.js
#include init/all.js
#include ../../devtools/shared/preferences/devtools-shared.js
#ifdef MOZ_DATA_REPORTING
#include ../../toolkit/components/telemetry/datareporting-prefs.js
#endif
#ifdef MOZ_SERVICES_HEALTHREPORT
#if MOZ_WIDGET_TOOLKIT != android
#include ../../toolkit/components/telemetry/healthreport-prefs.js
#endif
#endif

Contributor guide