Update search-telemetry-v2 schema with a nonAdsLinkQueryParamNames property
Categories
(Firefox :: Search, task, P2)
Tracking
()
People
(Reporter: jteow, Assigned: jteow)
References
Details
(Whiteboard: [sng])
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-release+
RyanVM
:
approval-mozilla-esr115+
|
Details | Review |
In the network process, this query param is used to extract the href from a query param value to be used to connect with the href that was found on the page.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Adds a new property that will be used to extract the intended href to load on SERPs
that contain the actual URL in a query param key not known until they click on the
actual link.
| Assignee | ||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 4•2 years ago
|
||
Comment on attachment 9390753 [details]
Bug 1883916 - Add nonAdsLinkQueryParamNames to search-telemetry-schema - r?standard8!
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: We're planning on renaming
search-telemetry-schema.jsontosearch-telemetry-schema-v2.jsonto make it easier to automate certain processes in Remote Settings. We'd like to make sure thatsearch-telemetry-schema.jsonis up to date on all releases before making the name change which we'd like to apply to all builds. - User impact if declined: It could cause issues if we uplift the name change while
search-telemetry-schema.jsonis in a different state on all platforms. - Fix Landed on Version: 125
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It only affects
browser/components/search/test/unit/test_search_telemetry_config_validation.js
Beta/Release Uplift Approval Request
- User impact if declined: We're planning on renaming
search-telemetry-schema.jsontosearch-telemetry-schema-v2.jsonto make it easier to automate certain processes in Remote Settings. We'd like to make sure thatsearch-telemetry-schema.jsonis up to date on all releases before making the name change which we'd like to apply to all builds.
It could cause issues if we uplift the name change while search-telemetry-schema.json is in a different state on all platforms.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It only affects
browser/components/search/test/unit/test_search_telemetry_config_validation.js - String changes made/needed:
- Is Android affected?: Unknown
Comment 5•2 years ago
|
||
Comment on attachment 9390753 [details]
Bug 1883916 - Add nonAdsLinkQueryParamNames to search-telemetry-schema - r?standard8!
Approved for 125.10esr.
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Comment on attachment 9390753 [details]
Bug 1883916 - Add nonAdsLinkQueryParamNames to search-telemetry-schema - r?standard8!
Approved for 124.0.2 dot release
Updated•2 years ago
|
Description
•