[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser] 07/73: Bug 1781464 - Add ESR-only taggedCode for Bing - r=Standard8 a=test-only
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch geckoview-102.3.0esr-12.0-1
in repository tor-browser.
commit db71f90574fe0edb5a34f0f4c78567f46159a947
Author: James Teow <jteow@xxxxxxxxxxx>
AuthorDate: Tue Aug 23 13:01:06 2022 +0000
Bug 1781464 - Add ESR-only taggedCode for Bing - r=Standard8 a=test-only
Differential Revision: https://phabricator.services.mozilla.com/D152816
---
toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js b/toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js
index b1184e20b8e11..584eed18c9740 100644
--- a/toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js
+++ b/toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js
@@ -96,7 +96,7 @@ const test = new SearchConfigTest({
{
included: [{}],
domain: "bing.com",
- telemetryId: "bing",
+ telemetryId: AppConstants.IS_ESR ? "bing-esr" : "bing",
codes: {
searchbar: "form=MOZSBR",
keyword: "form=MOZLBR",
@@ -104,7 +104,7 @@ const test = new SearchConfigTest({
homepage: "form=MOZSPG",
newtab: "form=MOZTSB",
},
- searchUrlCode: "pc=MOZI",
+ searchUrlCode: AppConstants.IS_ESR ? "pc=MOZR" : "pc=MOZI",
searchFormUrlCode: "pc=MOZI",
},
],
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits