gecko-dev/browser/components/doh
Nihanth Subramanya cbe3097bd6 Bug 1734542 - [DoH] In steering detection, replace references to the provider's "name" property with "id" instead. r=necko-reviewers,valentin
The name property that existed back when providers were defined in a JSON blob pref
is no longer included in the Remote Settings provider records. This means that
null-checking the property effectively suppresses the steering feature for our
current Remote Settings config. This patch changes `name` to `id` which RS records
DO include.

Differential Revision: https://phabricator.services.mozilla.com/D127927
2021-10-11 23:24:21 +00:00
..
test Bug 1734542 - [DoH] In steering detection, replace references to the provider's "name" property with "id" instead. r=necko-reviewers,valentin 2021-10-11 23:24:21 +00:00
DoHConfig.jsm Bug 1719851 - Allow default-branch regional pref values in DoH Config. r=Gijs 2021-07-09 17:09:03 +00:00
DoHController.jsm Bug 1734542 - [DoH] In steering detection, replace references to the provider's "name" property with "id" instead. r=necko-reviewers,valentin 2021-10-11 23:24:21 +00:00
DoHHeuristics.jsm Bug 1734542 - [DoH] In steering detection, replace references to the provider's "name" property with "id" instead. r=necko-reviewers,valentin 2021-10-11 23:24:21 +00:00
DoHTestUtils.jsm
TRRPerformance.jsm Bug 1729460 - Change users of defineLazyServiceGetter(s) to use Services.* where appropriate. r=mossop,webdriver-reviewers,extension-reviewers,whimboo,robwu 2021-09-10 12:09:49 +00:00
moz.build