summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2018-06-30 19:33:26 +0200
committerPale Moon <git-repo@palemoon.org>2018-06-30 19:33:26 +0200
commitd8e715cff61b5a401f4ac3c26c79b3a000047432 (patch)
tree0304c7c6acdefdb0aeb6f6d9c2a39c024dca07ed
parent93403cdebbfddd404a6e0680eba52ab889ff1d65 (diff)
downloadpalemoon-gre-d8e715cff61b5a401f4ac3c26c79b3a000047432.tar.gz
Confirm launch of executables other than .exe on Windows.
Follow-up: pre-process DownloadsCommon.jsm for added XP_WIN check.
-rw-r--r--browser/components/downloads/moz.build7
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',
+]