summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-23 16:46:04 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-23 16:55:33 -0400
commit2d1e7216e3f3b54fd97793df779535ccec6d1e90 (patch)
tree616e67c9b024a34173b36dfc7a1921f6d8bf29be /libre/iceweasel
parentf9a1590982ef6195c1de8266148af4d17bdf2bff (diff)
libre/iceweasel: Add a comment about needing to prune BS
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 0a794be94..5b0fc5d70 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -198,6 +198,14 @@ pref("extensions.shownSelectionUI", true);
END
# Parabola additions to vendor.js
+ #
+ # TODO: Go through this and figure out what's nescessary, remove
+ # most of it. This is mostly cargo-cult BS. For example, disabling
+ # all the EME stuff... that's already off because of `--disable-eme`
+ # in `.mozconfig`. Some of these settings no longer exist. Some of
+ # these settings don't do anything on GNU/Linux.
+ #
+ # However, they don't seem to be causing any of the critical issues.
local _shortver=$(cut -d. -f1,2 <<<"$pkver")
cat >> "$_vendorjs" <<END
// Disable "alt" as a shortcut key to open full menu bar. Conflicts with "alt" as a modifier