diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-23 16:46:04 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-23 16:55:33 -0400 |
commit | 2d1e7216e3f3b54fd97793df779535ccec6d1e90 (patch) | |
tree | 616e67c9b024a34173b36dfc7a1921f6d8bf29be /libre/iceweasel | |
parent | f9a1590982ef6195c1de8266148af4d17bdf2bff (diff) | |
download | abslibre-2d1e7216e3f3b54fd97793df779535ccec6d1e90.tar.gz abslibre-2d1e7216e3f3b54fd97793df779535ccec6d1e90.tar.bz2 abslibre-2d1e7216e3f3b54fd97793df779535ccec6d1e90.zip |
libre/iceweasel: Add a comment about needing to prune BS
Diffstat (limited to 'libre/iceweasel')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 8 |
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 |