about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch37-68/+68
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-10Merge master into staging-nextgithub-actions[bot]4-1159/+1159
2021-01-10Merge pull request #108770 from FlorianFranzen/firefox_updateajs1244-1159/+1159
Firefox 84.0.2
2021-01-09Merge master into staging-nextgithub-actions[bot]1-6/+6
2021-01-09chromiumDev: 89.0.4356.6 -> 89.0.4381.6Michael Weiss1-6/+6
2021-01-08firefox-esr-78: 78.5.0 -> 78.6.1Florian Franzen1-2/+2
2021-01-08firefox: 84.0.1 -> 84.0.2Florian Franzen1-2/+2
2021-01-08firefox-bin: 84.0.1 -> 84.0.2Florian Franzen1-385/+385
2021-01-08firefox-devedition-bin: 84.0b4 -> 85.0b6Florian Franzen1-385/+385
2021-01-08firefox-beta-bin: 85.0b4 -> 85.0b6Florian Franzen1-385/+385
2021-01-08Merge master into staging-nextgithub-actions[bot]1-3/+3
2021-01-08chromiumBeta: 88.0.4324.50 -> 88.0.4324.79Michael Weiss1-3/+3
2021-01-07Merge branch 'master' into staging-nextJan Tojnar1-4/+4
https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07chromium: 87.0.4280.88 -> 87.0.4280.141TredwellGit1-4/+4
https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop.html This update includes 16 security fixes. CVEs: CVE-2021-21106 CVE-2021-21107 CVE-2021-21108 CVE-2021-21109 CVE-2021-21110 CVE-2021-21111 CVE-2021-21112 CVE-2021-21113 CVE-2020-16043 CVE-2021-21114 CVE-2020-15995 CVE-2021-21115 CVE-2021-21116
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2021-01-02Revert "chromium/doc: mention chromedriver when updating"Michael Weiss1-3/+0
This reverts commit 7e26b5456db0a03333776b7baa98caa3438c2b56. With 6aea53c3ce3 this is now handled automatically.
2021-01-01brave: test rpath in installCheckLouis Bettens1-0/+6
This check helps with making sure that we provide all the required shared libraries to brave. If something is missing, the command will get ENOENT, otherwise it should terminate normally.
2020-12-31brave: 1.18.75 -> 1.18.77Daniël de Kok1-2/+2
Changelog: https://community.brave.com/t/release-channel-1-18-77/191009
2020-12-31brave: add update scriptDaniël de Kok2-0/+7
The Brave package often seems to get very outdated. This is bad for a browser, where vulnerabilities are high impact. This change adds an update script, so that r-ryantm will suggest updates. We find the latest version using their Debian package database (since we are using the Debian package anyway).
2020-12-28Merge #107603: firefox*: 84.0 -> 84.0.1Vladimír Čunát3-772/+772
2020-12-27palemoon: 28.16.0 -> 28.17.0 (#107329)Christoph Neidahl1-12/+12
2020-12-25Merge pull request #106815 from mayflower/firefox-pipewire-fix-106812Martin Weinelt1-0/+4
firefox-wayland: fix ScreenCast #106812
2020-12-25firefox: 84.0 -> 84.0.1ajs1241-2/+2
2020-12-25firefox-bin: 84.0 -> 84.0.1ajs1241-385/+385
2020-12-25firefox-beta-bin: 85.0b2 -> 85.0b4ajs1241-385/+385
2020-12-25chromiumDev: Fix the build (libxshmfence is now required)Michael Weiss1-2/+2
Error: ../../components/viz/service/display_embedder/output_presenter_x11.cc:8:10: fatal error: 'X11/xshmfence.h' file not found ^~~~~~~~~~~~~~~~~ 1 error generated.
2020-12-24brave: 1.18.70 -> 1.18.75Sean Buckley1-2/+2
2020-12-22ungoogled-chromium: Support enableWideVine=trueMichael Weiss3-34/+36
Building with Google's proprietary Widevine DRM technology requires fetching the Google Chrome sources.
2020-12-20Merge #107041: firefox: 83 -> 84 (security)Vladimír Čunát5-790/+799
2020-12-18ungoogled-chromium: Support automatic updates via update.pyMichael Weiss2-9/+38
2020-12-18chromium: Improve update.py (documentation + linting fixes)Michael Weiss1-9/+30
2020-12-18ungoogled-chromium: Try to fix an evaluation error on HydraMichael Weiss1-9/+11
This should fix a regression from #106475 (hopefully this is the only issue, my current implementation with channel+ungoogled isn't ideal): https://github.com/NixOS/nixpkgs/pull/106475#issuecomment-748131224
2020-12-18chromiumDev: 89.0.4350.4 -> 89.0.4356.6Michael Weiss1-3/+3
2020-12-17chromiumBeta: 88.0.4324.41 -> 88.0.4324.50Michael Weiss1-3/+3
2020-12-17Merge pull request #106475 from primeos/ungoogled-chromium-mergeMichael Weiss15-949/+69
Merge ungoogled-chromium back into the chromium expressions
2020-12-17Merge pull request #106718 from buckley310/braveDaniël de Kok1-3/+2
brave: 1.17.73 -> 1.18.70
2020-12-16firefox-wayland: fix screen sharing using pipewireChristian Albrecht1-0/+4
After the fedora patches for screen sharing using pipewire got updated for Firefox 83 (pipewire was inlined there), the nixpkgs buildInput pipewire got stripped from the resulting firefox binary and so firefox was unable to actually get the shared stream from the running pipewire service. Adding pipewire to the firefox binary with `patchelf --add-needed` makes it atually get the stream from the service. Fixes: #106812
2020-12-16Merge pull request #106930 from samb96/tor-browser-bundle-bin-10.0.6Joachim F1-3/+3
tor-browser-bundle-bin: 10.0.5 -> 10.0.7
2020-12-16firefox-bin: 83.0 -> 84.0ajs1241-385/+385
2020-12-16firefox-beta-bin: 84.0b4 -> 85.0b2ajs1241-385/+385
2020-12-16firefox: 83.0 -> 84.0ajs1243-20/+29
2020-12-16Merge pull request #106408 from badmutex/badi/update-vivaldiJosé Romildo Malaquias1-4/+4
vivaldi: 3.4.2066.90-1 -> 3.5.2115.73-1
2020-12-15tor-browser-bundle-bin: 10.0.6 -> 10.0.7Sam Bickley1-3/+3
2020-12-15Merge pull request #106000 from Luis-Hebendanz/firefoxWrapperAddonSettingsLassulus1-14/+21
firefox: wrapper updating an addon perserves addon settings
2020-12-15firefox: wrapper updating an addon perserves addon settingsLuis Hebendanz1-14/+21
2020-12-14tor-browser-bundle-bin: 10.0.5 -> 10.0.6Sam Bickley1-3/+3
2020-12-13vieb: init at 3.1.0Gabriel Ebner4-0/+10992
2020-12-12brave: 1.17.73 -> 1.18.70Sean Buckley1-3/+2
2020-12-11Merge pull request #105894 from ryneeverett/firefox-xdgMartin Weinelt1-1/+2
firefox: Prefix $PATH with xdg_utils
2020-12-11chromiumDev: 89.0.4343.0 -> 89.0.4350.4Michael Weiss1-3/+3