Handle tab switches during long running conversation responses from LLM
Categories
(Core :: Machine Learning: Frontend, task)
Tracking
()
People
(Reporter: omarg, Assigned: omarg)
References
(Blocks 1 open bug)
Details
(Whiteboard: [genai][chat])
Attachments
(1 file)
Ensure conversations that are actively receiving a response continue to receive the response if the user navigates away from the tab while receiving the response.
Updated•3 months ago
|
Updated•3 months ago
|
Comment 4•2 months ago
|
||
Backed out for causing multiple chat related failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/458988f2429ec5b1146ba511dd3ab5ad77329938
Failure log -> TEST-UNEXPECTED-FAIL | browser/components/aiwindow/models/tests/xpcshell/test_Chat.js
Failure log -> TEST-UNEXPECTED-FAIL | browser/components/aiwindow/models/tests/browser/browser_conversation_stream.js
Failure log -> TEST-UNEXPECTED-FAIL | browser/components/aiwindow/models/tests/xpcshell/test_Chat.js
These first two are failures outside of browser/components/aiwindow/ui/test folder - I did not notice these locally, will fix these errors.
browser_smartwindow_tab_switching.js failure is not replicating locally, trying to replicate to figure out cause of failure.
browser_smartwindow_tab_switching.js failure only appears with --enable-debug builds, fixing.
Backed out for causing xpc failures @test_ChatMessage.js.
Comment 10•2 months ago
|
||
Comment 11•2 months ago
|
||
| bugherder | ||
Comment 12•2 months ago
|
||
Verified as fixed in our latest Nightly build 150.0a1 (2026-03-13)
Description
•