Closed
Bug 1846367
Opened 2 years ago
Closed 1 years ago
Extract domains for SERP links that contain the domain outside of the anchor
Categories
(Firefox :: Search, task, P2)
Firefox
Search
Tracking
()
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: scunnane, Assigned: scunnane)
References
(Regressed 1 open bug)
Details
Attachments
(1 file)
In SearchSERPTelemetryChild, we need to extract domains and pass them back up to the parent (SearchSERPTelemetry). This bug covers the case where the domain appears outside of the anchor. Specifically, ad links on Bing (and Ecosia) make use of a redirect, so we can't determine the domain directly. Thus we'll be forced to inspect the DOM for a domain.
Updated•2 years ago
|
Severity: -- → N/A
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → scunnane
Assignee | ||
Comment 1•1 years ago
|
||
Updated•1 years ago
|
Attachment #9390867 -
Attachment description: Bug 1846367 - Extract domains from Bing SERPs. r?jteow! → Bug 1846367 - Extract domains from text content if other methods won't work. r?jteow!
Pushed by scunnane@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5b220e80b239
Extract domains from text content if other methods won't work. r=jteow
Status: NEW → RESOLVED
Closed: 1 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•