aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/browsers/firefox (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-06firefox: drop maintainershipAndreas Rammhold1-2/+2
After the recent wrapper and plugin purge outbreak where as the only active listed maintainer of the package I didn't even get a chance to comment (e.g. via comment or review request) I do not want to continue maintaining this package anymore.
2020-12-04firefox: fix wrapper removing existing addons by defaultLuis Hebendanz1-6/+8
2020-12-02firefoxaddon: formatting nitpicksJörg Thalheim1-3/+2
2020-12-02Update pkgs/applications/networking/browsers/firefox/wrapper.nixLuis Hebendanz1-1/+1
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-12-02Added fetchfirefoxaddonLuis Hebendanz1-32/+9
2020-12-02Adding nix firefox extension supportLuis Hebendanz1-2/+194
2020-11-30firefox: remove unused "imports"Andreas Rammhold1-1/+1
These haven't been used in some time and there is no point in keeping them around. They just clutter the file right now.
2020-11-30firefox: add aarch64 SIMD patchAndreas Rammhold1-1/+12
This patch fixes compilation on aarch64 that broke somewhere between the upgrade to the lateste rustc and the firefox 82 to 83 upgrade. The patch has been submitted upstream and can probably be removed on the next version bump.
2020-11-30firefox: move the no-buildconfig-ffx76 patch into commonAndreas Rammhold2-8/+1
This patch has been used on all our flavors for some time now. We can just move it to the common expression.
2020-11-29thunderbird, firefox, firefox-esr: set big-parallelFrederik Rietdijk1-0/+2
Firefox and Thunder time out nearly everytime. Hopefully giving them more resources will prevent this from happening.
2020-11-18firefox-esr-78: 78.4.1esr -> 78.5.0esrAndreas Rammhold1-2/+2
2020-11-18firefox: 82.0.3 -> 83.0Andreas Rammhold1-2/+2
2020-11-18firefox: fallback to nss_3_53 when version is below 83Andreas Rammhold1-3/+5
2020-11-18firefox: prepare pipewire patches for firefox 83Andreas Rammhold1-2/+27
2020-11-15firefox: fix wayland-lto issue reference numberYves Fischer1-1/+1
2020-11-15firefox-esr: 78.4.0esr -> 78.4.1esrAndreas Rammhold1-2/+2
2020-11-15firefox: 82.0.2 -> 82.0.3Andreas Rammhold1-2/+2
2020-11-11Revert "firefox: set build timeout at eight hours"Robert Hensing1-1/+0
The default timeout is 10h on Hydra currently, so this timeout setting is pointless or counterproductive. This commit seems to have been made in error https://github.com/NixOS/nixpkgs/pull/96767#issuecomment-724104413 This reverts commit c57fedb14b27292f6433287740e2eec303363ec3.
2020-11-07firefox-esr: fix build by using older rustVladimír Čunát1-1/+5
It's probably the same issue as with thunderbird.
2020-10-31firefox: 82.0 -> 82.0.2Andreas Rammhold1-2/+2
2020-10-30firefox/wrapper: Use plasma-browser-integration correctlyDoron Behar1-2/+2
Don't rely on the attribute from the aliases.nix, as ofborg checks that in PRs.
2020-10-29firefox: place alsaLib in lib search patchS. Nordin Abouzahra2-1/+4
libcubeb has dlopened libraries for awhile now. In nixpkgs there was support for the PulseAudio backend doing this, however the ALSA backend support was missed and caused issue #79310 (no sound with ALSA). This gives ALSA users the ability to hear sound once again.
2020-10-23firefox: disable LTO by default due to segfaults with waylandAndreas Rammhold1-1/+2
As discussed in #101429 firefox 82 started crashing when used with wayland. A brief investigation showed that this appears to be rooted within the LTO support that was recently added to the package. For the time being, until someone figures out where the crashes are coming from, we can just disable LTO.
2020-10-20firefox: 78.3.1esr -> 78.4.0esrAndreas Rammhold1-2/+2
2020-10-20firefox: 81.0.2 -> 82.0Andreas Rammhold2-2/+4
2020-10-13firefox-esr: 78.3.0esr -> 78.3.1esrtaku01-2/+2
2020-10-13firefox: 81.0 -> 81.0.2taku01-2/+2
2020-10-08firefox: disable LTO on DarwinS. Nordin Abouzahra1-3/+10
LTO in general is broken on Darwin (see #19312).
2020-10-08firefox: let LTO on Darwin select its own linkerS. Nordin Abouzahra1-4/+5
2020-10-07firefox: add ltoSupport and enable it by defaultS. Nordin Abouzahra1-17/+37
2020-10-06firefox: ensure pipewire is only enabled with wayland & webrtcAndreas Rammhold1-5/+11
This ensures that we aren't applying any of the experiemental pipewire patches when the dependencies aren't enabled. As of now pipewire only works with wayland and webrtc. If either of them are not activated we can't build with pipewireSupport and we should not.
2020-09-22firefox-esr: 78.2.0esr -> 78.3.0esrtaku01-2/+2
2020-09-22firefox: 80.0.1 -> 81.0taku02-2/+4
2020-09-20firefox: enable pipewire+webrtc for wayland usersCole Mickens1-2/+12
2020-09-10firefox-esr-68: dropajs1243-80/+10
2020-09-09firefox: set build timeout at eight hoursEmery Hemingway1-0/+1
2020-09-04firefox: 80.0 -> 80.0.1Stig Palmquist1-2/+2
2020-08-29firefox-esr-68: 68.11.0esr -> 68.12.0esrStig Palmquist1-2/+2
2020-08-29firefox-esr-78: 78.1.0esr -> 78.2.0esrStig Palmquist1-2/+2
2020-08-29firefox: 79.0 -> 80.0Stig Palmquist2-2/+10
2020-08-21firefox: fix libXScrnSaver dynamic dependencyMichael Hoang1-1/+2
2020-08-19firefox*, thunderbird*: explain no-buildconfig*.patchVladimír Čunát2-0/+2
2020-08-01firefox-esr: 68.10.0.esr -> 68.11.0esrtaku01-2/+2
2020-08-01firefox-esr: 68.10.0esr -> 78.1.0esrtaku01-0/+28
2020-07-30firefox: 78.0.2 -> 79.0taku01-2/+2
2020-07-25firefox: support for PKCS#11 modules in wrapperCharlotte Van Petegem1-1/+8
2020-07-24firefox: fix typo in comment in common.nixmichaelgrahamevans1-1/+1
2020-07-23stdenv: make -nostdinc work as intendedJörg Thalheim1-1/+2
Right now we add glibc to search path also -nostdinc was provided, which breaks projects providing their own gcc.
2020-07-19firefox: 77.0.1 -> 78.0.1 (security)ajs1242-9/+12
Close #92043 (original PR).
2020-07-19nss_3_44: bring back this older branch for firefox-esrVladimír Čunát1-2/+8
/cc nss PR #91746