mozilla/wpt-api

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

Open

#135 opened on 2018年11月14日

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)

説明

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

コントリビューターガイド