diff options
author | Pale Moon <git-repo@palemoon.org> | 2018-06-30 19:33:26 +0200 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2018-06-30 19:33:26 +0200 |
commit | d8e715cff61b5a401f4ac3c26c79b3a000047432 (patch) | |
tree | 0304c7c6acdefdb0aeb6f6d9c2a39c024dca07ed /browser | |
parent | 93403cdebbfddd404a6e0680eba52ab889ff1d65 (diff) | |
download | palemoon-gre-d8e715cff61b5a401f4ac3c26c79b3a000047432.tar.gz |
Confirm launch of executables other than .exe on Windows.
Follow-up: pre-process DownloadsCommon.jsm for added XP_WIN check.
Diffstat (limited to 'browser')
-rw-r--r-- | browser/components/downloads/moz.build | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/browser/components/downloads/moz.build b/browser/components/downloads/moz.build index 3bebfd6d1..61d8c0f62 100644 --- a/browser/components/downloads/moz.build +++ b/browser/components/downloads/moz.build @@ -13,7 +13,10 @@ EXTRA_COMPONENTS += [ ] EXTRA_JS_MODULES += [ - 'DownloadsCommon.jsm', 'DownloadsLogger.jsm', 'DownloadsTaskbar.jsm', -]
\ No newline at end of file +] + +EXTRA_PP_JS_MODULES += [ + 'DownloadsCommon.jsm', +] |