mozilla/wpt-api

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

Open

#135 创建于 2018年11月14日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (7 fork)auto 404
dependenciesfirefoxhelp wantedquestion

仓库指标

Star
 (28 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南