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',
|
||||
'ExtensionManagement.jsm',
|
||||
'ExtensionParent.jsm',
|
||||
# 'ExtensionStorage.jsm',
|
||||
'ExtensionStorage.jsm',
|
||||
'ExtensionUtils.jsm',
|
||||
'LegacyExtensionsUtils.jsm',
|
||||
'MessageChannel.jsm',
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"menus",
|
||||
"notifications",
|
||||
"privacy",
|
||||
"proxy",
|
||||
"storage"
|
||||
,"unlimitedStorage"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue