Closed
Bug 1963471
Opened 23 days ago
Closed 20 days ago
Move TranslationsMiddleware out of EngineMiddleware
Categories
(Firefox for Android :: Translations, task, P1)
Tracking
()
RESOLVED
FIXED
140 Branch
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: jonalmeida, Assigned: jonalmeida)
References
Details
Attachments
(1 file)
In bug 1958042, we added flags that configure the TranslationsMiddleware
. These get passed through to EngineMiddleware.create constructor.
Since translations is an optional engine feature, we can take it out of this core engine middleware list so that we don't build a pattern of passing flags through EngineMiddleware
.
Assignee | ||
Comment 1•23 days ago
|
||
This is purely for code cleanup to avoid unnecessary patterns.
Assignee | ||
Comment 2•23 days ago
|
||
Pushed by jonalmeida942@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/9ad750e74d19
Move TranslationsMiddleware out of EngineMiddleware list r=kaya,ohall,android-reviewers
![]() |
||
Comment 4•20 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 20 days ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•