Initial entrypoint to detect preview reqeust and fetch content
Categories
(Core :: Machine Learning: General, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: Mardak, Assigned: txia, NeedInfo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [genai])
Attachments
(1 file)
Set up handlers to detect link preview and basic fetch. Separate bug for UI and fetch logic, e.g., filtering or safe browsing. Behind a pref
Updated•1 year ago
|
| Reporter | ||
Comment 1•1 year ago
|
||
given that we'll want to detect mouseover events on content links and grabbing page content with reader mode parsing, seems likely we'll introduce a new actor but could potentially reuse https://searchfox.org/mozilla-central/source/browser/components/genai/GenAIChild.sys.mjs
| Reporter | ||
Comment 2•1 year ago
|
||
we might want to start splitting out a separate link preview related sys.mjs from GenAI.sys.mjs
where we can scope it e.g., https://searchfox.org/mozilla-central/search?q=EXTRA_JS_MODULES.
- add LinkPreview.sys.mjs modules
- disable browser.ml.linkPreview.enabled by default
Updated•1 year ago
|
Updated•1 year ago
|
Comment 5•1 year ago
|
||
| bugherder | ||
Comment 6•1 year ago
|
||
Backed out for causing high frequency failures at browser_bannerClicking.js.
Backout link: https://hg.mozilla.org/integration/autoland/rev/41e3e436702d7efaafbeb0858d742bc2e9b08bac
Failure log: https://treeherder.mozilla.org/logviewer?job_id=497828391&repo=autoland&lineNumber=5578
Comment 8•1 year ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/41e3e436702d
Comment 9•1 year ago
|
||
| bugherder | ||
Comment 10•1 year ago
•
|
||
Backed out changeset 9d7cf2733400 (bug 1943391) for causing leaks on browser_tab_groups_closed.
Failure log: https://treeherder.mozilla.org/logviewer?job_id=497909970&repo=autoland
Failure rate is in: https://treeherder.mozilla.org/intermittent-failures/bugdetails?startday=2025-02-28&endday=2025-03-07&tree=trunk&bug=1934803
Backout link: https://hg.mozilla.org/mozilla-central/rev/47503d9b7c97
Comment 11•1 year ago
|
||
Comment 12•1 year ago
|
||
Comment 13•1 year ago
|
||
| bugherder | ||
Description
•