mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
Issue #1470 - Part 3: Remove now unused update.locale
This requires changes to package-manifest in all applications
This commit is contained in:
parent
f5579fc786
commit
ecbe2bbe25
5 changed files with 0 additions and 7 deletions
|
|
@ -320,5 +320,4 @@ class OmniJarSubFormatter(PiecemealFormatter):
|
|||
'modules',
|
||||
'goanna.js',
|
||||
'hyphenation',
|
||||
'update.locale',
|
||||
] or path[0] in STARTUP_CACHE_PATHS
|
||||
|
|
|
|||
|
|
@ -407,7 +407,6 @@ class TestFormatters(unittest.TestCase):
|
|||
self.assertTrue(is_resource(base, 'modules/foo.jsm'))
|
||||
self.assertTrue(is_resource(base, 'goanna.js'))
|
||||
self.assertTrue(is_resource(base, 'hyphenation/foo'))
|
||||
self.assertTrue(is_resource(base, 'update.locale'))
|
||||
self.assertTrue(
|
||||
is_resource(base, 'jsloader/resource/gre/modules/foo.jsm'))
|
||||
self.assertFalse(is_resource(base, 'foo'))
|
||||
|
|
|
|||
|
|
@ -29,6 +29,3 @@ chrome-%:
|
|||
@$(MAKE) -C $(DEPTH)/security/manager/locales/ chrome AB_CD=$*
|
||||
@$(MAKE) chrome AB_CD=$*
|
||||
|
||||
libs:: update.locale
|
||||
sed -e 's/%AB_CD%/$(AB_CD)/' $< > $(FINAL_TARGET)/update.locale
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
%AB_CD%
|
||||
|
|
@ -20,7 +20,6 @@ NON_CHROME = set([
|
|||
'hyphenation',
|
||||
'defaults/profile',
|
||||
'defaults/pref*/*-l10n.js',
|
||||
'update.locale',
|
||||
'updater.ini',
|
||||
'extensions/langpack-*@*',
|
||||
'distribution/extensions/langpack-*@*',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue