mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
Issue #795 - Make nsIUserInfo component optional
This allows the nsIUserinfo component to be disabled with --disable-userinfo in mozconfig at build time, but leaves it on by default to avoid any compatibility issues in existing applications.
This commit is contained in:
parent
1269f82d33
commit
5d075cfe31
5 changed files with 40 additions and 17 deletions
|
|
@ -244,6 +244,7 @@ def old_configure_options(*options):
|
|||
'--enable-universalchardet',
|
||||
'--enable-updater',
|
||||
'--enable-url-classifier',
|
||||
'--enable-userinfo',
|
||||
'--enable-valgrind',
|
||||
'--enable-verify-mar',
|
||||
'--enable-webrtc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue