mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Enable ExtensionStorage.jsm in moz.build
This commit is contained in:
parent
cc3106406f
commit
5f127cd9f8
2 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ EXTRA_JS_MODULES += [
|
||||||
'ExtensionContent.jsm',
|
'ExtensionContent.jsm',
|
||||||
'ExtensionManagement.jsm',
|
'ExtensionManagement.jsm',
|
||||||
'ExtensionParent.jsm',
|
'ExtensionParent.jsm',
|
||||||
# 'ExtensionStorage.jsm',
|
'ExtensionStorage.jsm',
|
||||||
'ExtensionUtils.jsm',
|
'ExtensionUtils.jsm',
|
||||||
'LegacyExtensionsUtils.jsm',
|
'LegacyExtensionsUtils.jsm',
|
||||||
'MessageChannel.jsm',
|
'MessageChannel.jsm',
|
||||||
|
|
|
||||||
|
|
@ -247,6 +247,7 @@
|
||||||
"menus",
|
"menus",
|
||||||
"notifications",
|
"notifications",
|
||||||
"privacy",
|
"privacy",
|
||||||
|
"proxy",
|
||||||
"storage"
|
"storage"
|
||||||
,"unlimitedStorage"
|
,"unlimitedStorage"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue