GeckoView API to Change Site Translation Option Independent of Session
Categories
(Firefox for Android :: Translations, enhancement, P1)
Tracking
()
People
(Reporter: olivia, Assigned: olivia)
References
Details
(Whiteboard: [fxdroid][foundation][geckoview:m122])
Attachments
(1 file)
We need to add an additional Runtime API to remove never translate sites independent of session.
We currently have:
setNeverTranslateSiteSetting
getNeverTranslateSiteSetting
for the current session.
However, we also need runtime support that accept a parameter of (site
) for managing them from the settings page too.
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Need to also add a query to make this page. Will investigate how difficult this getting this list is. Ideally would be on this patch too since they would need to work together.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
This patch adds an option for GeckoView to change site settings outside
of the session. These APIs should be used for global modifications to
the "never translate these sites" list.
Additionally, this patch moves some Desktop translations logic to the
toolkit for shared use.
Comment 4•2 years ago
|
||
bugherder |
Comment 5•2 years ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Updated•2 years ago
|
Description
•