mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Split MOZ_DEVTOOLS into MOZ_DEVTOOLS (client) and MOZ_DEVTOOLS_SERVER (backend) and make both optional
This commit is contained in:
parent
5672cd8138
commit
16ee2a0626
8 changed files with 50 additions and 17 deletions
|
|
@ -57,7 +57,7 @@ static RedirEntry kRedirMap[] = {
|
|||
"credits", "https://www.mozilla.org/credits/",
|
||||
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT
|
||||
},
|
||||
#ifdef MOZ_DEVTOOLS_ALL
|
||||
#ifdef MOZ_DEVTOOLS
|
||||
{
|
||||
"debugging", "chrome://devtools/content/aboutdebugging/aboutdebugging.xhtml",
|
||||
nsIAboutModule::ALLOW_SCRIPT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue