mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Rename Basilisk's webextensions component directory to better reflect what it is. Also, add an Application level configure option to disable webextensions
This commit is contained in:
parent
23b67db438
commit
6955450f7a
41 changed files with 19 additions and 1 deletions
|
|
@ -1,22 +0,0 @@
|
|||
"use strict";
|
||||
|
||||
module.exports = { // eslint-disable-line no-undef
|
||||
"extends": "../../../toolkit/components/extensions/.eslintrc.js",
|
||||
|
||||
"globals": {
|
||||
"AllWindowEvents": true,
|
||||
"browserActionFor": true,
|
||||
"currentWindow": true,
|
||||
"EventEmitter": true,
|
||||
"getCookieStoreIdForTab": true,
|
||||
"IconDetails": true,
|
||||
"makeWidgetId": true,
|
||||
"pageActionFor": true,
|
||||
"PanelPopup": true,
|
||||
"TabContext": true,
|
||||
"ViewPopup": true,
|
||||
"WindowEventManager": true,
|
||||
"WindowListManager": true,
|
||||
"WindowManager": true,
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue