Remove mistralRelease pref after Fx155 releases
Categories
(Core :: Machine Learning: Frontend, task, P2)
Tracking
()
People
(Reporter: mlucks, Assigned: mlucks)
References
Details
(Whiteboard: [aidisc])
Once Mistral is ready for release, we should flip the pref to true as default, or remove, full details pending
Updated•2 months ago
|
Per l10n team, we will need to remove all unused strings once we remove the pref.
Do not rename the l10n strings that are in use (most of them will have -v2 appended to them)
We should confirm that the Storybook error:
TypeError: XPCOMUtils.defineLazyPreferenceGetter is not a function
Has been resolved from removing pref gating.
Source of error: Storybook does not support XPVOMUtils/Services
Updated•1 month ago
|
Refactor the following tests so that they work when the pref is removed:
browser/components/aiwindow/ui/test/browser/browser_aiwindow_firstrun.js
browser/components/aiwindow/ui/test/browser/browser_smartwindow_smartbar_model_select.js
browser/components/aiwindow/ui/test/xpcshell/test_ChatModelChoice.js
browser/components/aiwindow/models/tests/browser/browser_prompt_loader_chat_system_prompt.js
browser/components/preferences/tests/aiFeatures/browser_aiFeatures_smart_window_model_selection.js
browser/components/preferences/tests/aiFeatures/browser_aiFeatures_smart_window_model_selection_custom.js
browser/components/preferences/tests/aiFeatures/browser_aiFeatures_smart_window_telemetry.js
browser/components/preferences/tests/aiFeatures/browser_aiFeatures_smart_window_model_settings_custom.js
Description
•