mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Don't include nsDownloadManagerUI if the Communicator version is used
Maintain backwards compatibility with MOZ_SUITE
This commit is contained in:
parent
3b0f343401
commit
fbac3d3bce
1 changed files with 4 additions and 3 deletions
|
|
@ -53,9 +53,10 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
|||
'nsDownloadScanner.cpp',
|
||||
]
|
||||
|
||||
# XXX - Until Suite builds off XULRunner we can't guarantee our implementation
|
||||
# of nsIDownloadManagerUI overrides toolkit's.
|
||||
if not CONFIG['MOZ_SUITE']:
|
||||
# The Communicator Downloads Manager uses its own DownloadManagerUI
|
||||
# component and it can't be guaranteed that its implimentation will override
|
||||
# toolkit's so don't include toolkit's
|
||||
if not CONFIG['MOZ_SUITE'] and not CONFIG['BINOC_COMM_DLMGR']:
|
||||
EXTRA_COMPONENTS += [
|
||||
'nsDownloadManagerUI.js',
|
||||
'nsDownloadManagerUI.manifest',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue