summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2019-12-18 21:25:17 -0800
committerThomas Groman <tgroman@nuegia.net>2019-12-18 21:25:17 -0800
commit72a52c6f02f8ef76ed3975531968135c3e7c8e78 (patch)
tree701ef67d6fa003bf13ea1e6122c2d23ba77d6bde /app
parent5be4cf14a7c2d2babea6030cf180a706f71eda3c (diff)
downloadwebbrowser-72a52c6f02f8ef76ed3975531968135c3e7c8e78.tar
webbrowser-72a52c6f02f8ef76ed3975531968135c3e7c8e78.tar.gz
webbrowser-72a52c6f02f8ef76ed3975531968135c3e7c8e78.tar.lz
webbrowser-72a52c6f02f8ef76ed3975531968135c3e7c8e78.tar.xz
webbrowser-72a52c6f02f8ef76ed3975531968135c3e7c8e78.zip
removed more branded files that are no longer used
Diffstat (limited to 'app')
-rw-r--r--app/Makefile.in2
-rw-r--r--app/moz.build2
-rw-r--r--app/profile/webbrowser.js (renamed from app/profile/palemoon.js)0
3 files changed, 2 insertions, 2 deletions
diff --git a/app/Makefile.in b/app/Makefile.in
index d008010..10dff6d 100644
--- a/app/Makefile.in
+++ b/app/Makefile.in
@@ -50,7 +50,7 @@ libs::
cp -p $(MOZ_APP_NAME)$(BIN_SUFFIX) $(DIST)/bin/$(MOZ_APP_NAME)-bin$(BIN_SUFFIX)
endif
-GARBAGE += $(addprefix $(FINAL_TARGET)/defaults/pref/, palemoon.js)
+GARBAGE += $(addprefix $(FINAL_TARGET)/defaults/pref/, webbrowser.js)
endif
diff --git a/app/moz.build b/app/moz.build
index 8166760..07c4ba5 100644
--- a/app/moz.build
+++ b/app/moz.build
@@ -9,7 +9,7 @@ DIRS += ['profile/extensions']
GeckoProgram(CONFIG['MOZ_APP_NAME'])
JS_PREFERENCE_PP_FILES += [
- 'profile/palemoon.js',
+ 'profile/webbrowser.js',
]
if CONFIG['LIBXUL_SDK']:
diff --git a/app/profile/palemoon.js b/app/profile/webbrowser.js
index b7698a8..b7698a8 100644
--- a/app/profile/palemoon.js
+++ b/app/profile/webbrowser.js