mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Make Devtools function without WebExtensions
This commit is contained in:
parent
251ddc2212
commit
0bb0cadab7
2 changed files with 8 additions and 1 deletions
|
|
@ -61,9 +61,12 @@ DevToolsModules(
|
|||
'stylesheets.js',
|
||||
'timeline.js',
|
||||
'webaudio.js',
|
||||
'webbrowser.js',
|
||||
'webconsole.js',
|
||||
'webextension.js',
|
||||
'webgl.js',
|
||||
'worker.js',
|
||||
)
|
||||
|
||||
FINAL_TARGET_PP_FILES.chrome.devtools.modules.devtools.server.actors += [
|
||||
'webbrowser.js',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue