This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1877203 - Update Translations Page Settings
The goal of this bug is to have a way to update page settings. It adds: * A new action, `UpdatePageSettingAction` * This action has four options: * `UPDATE_ALWAYS_OFFER_POPUP` * `UPDATE_ALWAYS_TRANSLATE_LANGUAGE` * `UPDATE_NEVER_TRANSLATE_LANGUAGE` * `UPDATE_NEVER_TRANSLATE_SITE` * Each operation eagerly sets the new setting on the browser store, then sends the request to the engine. If setting on the engine fails, then they will re-request the page settings in order to remain in-sync.
- Loading branch information
Showing
7 changed files
with
496 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.