The extant code would fail if the user switched languages while the dialog was
open, as fluent would throw the manually-inserted content away. This patch
properly uses fluent to insert the channel, which also means we don't need to
wait for it to happen after load (because of the previous patch in this
stack), it'll be there immediately.
Details
Details
- Reviewers
mkaply flod - Group Reviewers
Restricted Project - Commits
- rMOZILLACENTRAL491f4e9701c8: Bug 1738056 - use fluent to insert channel ref into about dialog instead of…
- Bugzilla Bug ID
- 1738056
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Lint
Lint Not Applicable - Unit
Tests Not Applicable - Build Status
Buildable 516907 Build 613472: arc lint + arc unit
Event Timeline
Comment Actions
Code analysis found 2 defects in the diff 691418:
- 1 defect found by file-whitespace (Mozlint)
- 1 defect found by py-black (Mozlint)
IMPORTANT: Found 2 issues (error level) that must be fixed before landing.
You can run this analysis locally with:
- ./mach lint --warnings --outgoing
If you see a problem in this automated review, please report it here.
You can view these defects in the Diff Detail section of Phabricator diff 691418.
Comment Actions
2 issues closed compared to the previous diff 691418.
If you see a problem in this automated review, please report it here.
Comment Actions
This revision requires a Testing Policy Project Tag to be set before landing. Please apply one of testing-approved, testing-exception-unchanged, testing-exception-ui, testing-exception-elsewhere, testing-exception-other. Tip: this Firefox add-on makes it easy!
Comment Actions
The whole reason I wrote this is I broke an existing test so I think this is fine. Shouldn't impact users.