Bug 1846397 - Remove unused all locale resources of about:crashes in GeckoView. r=geckoview-reviewers,calu

Differential Revision: https://phabricator.services.mozilla.com/D185018
This commit is contained in:
Makoto Kato 2024-07-30 04:46:49 +00:00
parent 0f473b468d
commit 20d128ef2b
4 changed files with 0 additions and 13 deletions

View File

@ -23,9 +23,6 @@ def test(mod, path, entity=None):
"chrome/global/intl.css",
):
return "error"
if re.match(r"crashreporter/[^/]*.ftl", path):
# error on crashreporter/*.ftl
return "error"
if re.match(r"toolkit/about/[^/]*About.ftl", path):
# error on toolkit/about/*About.ftl
return "error"

View File

@ -38,8 +38,6 @@ relativesrcdir dom/locales:
#if AB_CD != EN_US
[localization] @AB_CD@.jar:
relativesrcdir toolkit/locales:
#about:crashes
crashreporter (%crashreporter/**/*.ftl)
#about:about
toolkit/about (%toolkit/about/*About.ftl)
#about:mozilla

View File

@ -169,10 +169,6 @@ exclude-multi-locale = [
reference = "toolkit/locales/en-US/toolkit/about/*Support.ftl"
l10n = "{l}toolkit/toolkit/about/*Support.ftl"
[[paths]]
reference = "toolkit/locales/en-US/crashreporter/*.ftl"
l10n = "{l}toolkit/crashreporter/*.ftl"
[[paths]]
reference = "toolkit/locales/en-US/toolkit/about/*Webrtc.ftl"
l10n = "{l}toolkit/toolkit/about/*Webrtc.ftl"

View File

@ -23,10 +23,6 @@ def test(mod, path, entity=None):
"chrome/global/intl.css",
):
return "error"
if re.match(r"crashreporter/[^/]*.ftl", path):
# error on crashreporter/*.ftl
return "error"
if re.match(r"toolkit/about/[^/]*About.ftl", path):
# error on toolkit/about/*About.ftl
return "error"