Closed
Bug 2052044
Opened 22 days ago
Closed 9 days ago
Expose the l10n coverage via the `mozILocaleService` interface
Categories
(Core :: Internationalization: Localization, task)
Core
Internationalization: Localization
Tracking
()
RESOLVED
FIXED
154 Branch
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
Details
Attachments
(1 file)
The goal is to implement these 2 methods:
boolean isLocalizedEnough(in ACString aFtlPath, in ACString aOverridePref, in double aMinCoverage);
boolean areMessagesLocalized(in ACString aFtlPath, in Array<ACString> aRequiredIds, in ACString aOverridePref);
| Assignee | ||
Comment 1•22 days ago
|
||
Updated•22 days ago
|
Assignee: nobody → amarchesini
Status: NEW → ASSIGNED
Pushed by amarchesini@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/47c59fd14685
https://hg.mozilla.org/integration/autoland/rev/ea3707c91339
Expose the l10n coverage via the `mozILocaleService` interface r=necko-reviewers,eemeli
Pushed by ctuns@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/0cdaaad5e264
https://hg.mozilla.org/integration/autoland/rev/445469dff64f
Revert "Bug 2052044 - Expose the l10n coverage via the `mozILocaleService` interface r=necko-reviewers,eemeli" for causing xpcshell failures in central on test_localeService_coverage.js
Comment 4•12 days ago
|
||
Backed out for causing xpcshell failures in central.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | intl/locale/tests/unit/test_localeService_coverage.js | test_coverage_walks_past_locale_without_coverage - [test_coverage_walks_past_locale_without_coverage : 75] A message missing from de's coverage is not localized (chain walked past ja) - true === false
Flags: needinfo?(amarchesini)
Comment 5•12 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 12 days ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Updated•12 days ago
|
Status: RESOLVED → REOPENED
status-firefox154:
fixed → ---
Resolution: FIXED → ---
Target Milestone: 154 Branch → ---
Comment 6•12 days ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/445469dff64f
| Assignee | ||
Comment 7•11 days ago
|
||
Can you share some failures? I don't see any failures in previous treeherder pushes.
Flags: needinfo?(amarchesini) → needinfo?(csabou)
| Assignee | ||
Updated•11 days ago
|
Flags: needinfo?(amarchesini)
| Assignee | ||
Updated•9 days ago
|
Flags: needinfo?(amarchesini)
Pushed by amarchesini@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/040a5202a744
https://hg.mozilla.org/integration/autoland/rev/228ff7e79586
Expose the l10n coverage via the `mozILocaleService` interface r=necko-reviewers,eemeli
Comment 10•9 days ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 12 days ago → 9 days ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Updated•19 hours ago
|
QA Whiteboard: [qa-triage-done-c155/b154]
You need to log in
before you can comment on or make changes to this bug.
Description
•