summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
Commit message (Collapse)AuthorAge
* chromium: Merge the installPhase command stringsMichael Weiss2021-07-25
| | | | | This wasn't done in 97570d30c7f to allow reusing chromiumBeta builds (without having to perform any changes) in the meantime.
* Revert "chromiumBeta: Temporarily build on Hydra"Michael Weiss2021-07-25
| | | | | This reverts commit af9ea49430fe014708fa68b1ffe8513e4ecc9a00. Reason: Not required anymore.
* google-chrome: avoid crash under some situationsLuke Granger-Brown2021-07-25
| | | | | | | | | | | If our Chrome derivation is Vulkan enabled, the Chrome GPU process reliably crashes for me under M92 using the proprietary Nvidia drivers. This is because the PCI-based GPU detection path fails, and we attempt to use the Vulkan fallback instead, which then crashes(!!) Including libpci allows us to use Angle's src/gpu_info_util/SystemInfo_libpci.cpp path instead, which doesn't crash, unlike src/gpu_info_util/SystemInfo_vulkan.cpp.
* Merge pull request #131181 from taku0/firefox-bin-90.0.2Bernardo Meurer2021-07-23
|\ | | | | firefox, firefox-bin: 90.0.1 -> 90.0.2
| * firefox: 90.0.1 -> 90.0.2taku02021-07-23
| |
| * firefox-bin: 90.0.1 -> 90.0.2taku02021-07-23
| |
* | chromium: remove bendlas as maintainerMichael Weiss2021-07-23
| | | | | | | | | | Their last Chromium commit is a52d7674cc7 from 2019. Thank you for maintaining Chromium in the past.
* | chromium: Fix the text rendering (some text was invisible)Michael Weiss2021-07-22
|/ | | | | | | | The recent glibc update (acdcb85) broke the text rendering, see #131074. This will hopefully work for ungoogled-chromium as well (at least the patch applies). Thanks: Lily Foster <lily@lily.flowers>
* chromiumDev: 93.0.4573.0 -> 93.0.4577.8Michael Weiss2021-07-22
|
* Merge pull request #130671 from r-ryantm/auto-update/braveSandro2021-07-21
|\ | | | | brave: 1.26.74 -> 1.26.77
| * brave: 1.26.74 -> 1.26.77R. RyanTM2021-07-19
| |
* | chromium: Fix the Ozone/Wayland supportMichael Weiss2021-07-21
| | | | | | | | | | | | | | | | | | The stable channel update to M92 (97570d30c7f) broke the Wayland support: $ chromium --enable-features=UseOzonePlatform --ozone-platform=wayland [31712:31712:0721/114725.940557:ERROR:wayland_connection.cc(137)] Failed to load wayland client libraries. [31712:31712:0721/114725.940641:FATAL:ozone_platform_wayland.cc(177)] Failed to initialize Wayland platform [0721/114725.947566:ERROR:process_memory_range.cc(75)] read out of range Trace/breakpoint trap (core dumped)
* | Merge pull request #130877 from primeos/chromiumMichael Weiss2021-07-21
|\ \ | | | | | | chromium: 91.0.4472.164 -> 92.0.4515.107
| * | chromium: 91.0.4472.164 -> 92.0.4515.107Michael Weiss2021-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://chromereleases.googleblog.com/2021/07/stable-channel-update-for-desktop_20.html This update includes 35 security fixes. CVEs: CVE-2021-30565 CVE-2021-30566 CVE-2021-30567 CVE-2021-30568 CVE-2021-30569 CVE-2021-30571 CVE-2021-30572 CVE-2021-30573 CVE-2021-30574 CVE-2021-30575 CVE-2021-30576 CVE-2021-30577 CVE-2021-30578 CVE-2021-30579 CVE-2021-30580 CVE-2021-30581 CVE-2021-30582 CVE-2021-30583 CVE-2021-30584 CVE-2021-30585 CVE-2021-30586 CVE-2021-30587 CVE-2021-30588 CVE-2021-30589 Note: This won't be the smoothest update. Chromium seems to be fine but requires gtk3 in $LD_LIBRARY_PATH to find libgtk-3.so.0 (otherwise it crashes during startup) but Google Chrome fails to initialize ("GPU process exited unexpectedly: exit_code=132") and requires "--use-gl=angle --use-angle=swiftshader" for hardware(?) acceleration (which seems to work work fine and performant but SwiftShader should actually use the CPU instead of the GPU).
* | | chromiumBeta: Temporarily build on HydraMichael Weiss2021-07-21
|/ / | | | | | | | | | | | | The stable channel update in #130877 is currently blocked due to regressions but a cached build on Hydra might be useful for the meantime (and that build would even be reusable if the PR is merged without any changes).
* | Merge pull request #130630 from heph2/submit/nixpkgs-my-branchSandro2021-07-20
|\ \
| * | telescope: init at 0.3.1Heph2021-07-20
| | |
* | | Merge pull request #130273 from FliegendeWurst/tbb-bin-10.5.2Lassulus2021-07-20
|\ \ \ | | | | | | | | tor-browser-bundle-bin: 10.0.18 -> 10.5.2
| * | | tor-browser-bundle-bin: 10.0.18 -> 10.5.2FliegendeWurst2021-07-15
| |/ /
* | | Merge pull request #130682 from taku0/firefox-bin-90.0.1Bernardo Meurer2021-07-20
|\ \ \ | | | | | | | | firefox, firefox-bin: 90.0 -> 90.0.1
| * | | firefox: 90.0 -> 90.0.1taku02021-07-20
| | | |
| * | | firefox-bin: 90.0 -> 90.0.1taku02021-07-20
| | |/ | |/|
* | | Merge pull request #130783 from OPNA2608/update/palemoon-29.3.0/21.11Sandro2021-07-20
|\ \ \ | | | | | | | | palemoon: 29.2.1 -> 29.3.0
| * | | palemoon: 29.2.1 -> 29.3.0OPNA26082021-07-20
| |/ /
* / / chromiumBeta: 92.0.4515.101 -> 92.0.4515.107Michael Weiss2021-07-20
|/ /
* | ungoogled-chromium: 91.0.4472.114 -> 91.0.4472.164Michael Weiss2021-07-17
| |
* | chromium: get-commit-message.py: Improve the parsingMichael Weiss2021-07-16
| | | | | | | | | | | | | | | | | | | | The current stable release announcement [0] uses more HTML tags which broke the detection of "fixes" and "zero_days". Proper HTML parsing could be done using html.parser [1] but for our purposes the naive regex trick works well enough. [0]: https://chromereleases.googleblog.com/2021/07/stable-channel-update-for-desktop.html [1]: https://docs.python.org/3/library/html.parser.html
* | chromium: 91.0.4472.114 -> 91.0.4472.164Michael Weiss2021-07-16
| | | | | | | | | | | | | | | | | | | | | | https://chromereleases.googleblog.com/2021/07/stable-channel-update-for-desktop.html This update includes 8 security fixes. Google is aware of reports that an exploit for CVE-2021-30563 exists in the wild. CVEs: CVE-2021-30559 CVE-2021-30541 CVE-2021-30560 CVE-2021-30561 CVE-2021-30562 CVE-2021-30563 CVE-2021-30564
* | Merge #130084: firefox-bin: 89.0.1 -> 90.0 + firefox-esrVladimír Čunát2021-07-16
|\ \ | |/ |/| | | firefox-esr: 78.11.0esr -> 78.12.0esr
| * firefox-esr: 78.11.0esr -> 78.12.0esrtaku02021-07-13
| |
| * firefox-bin: 89.0.1 -> 90.0taku02021-07-12
| |
* | chromiumBeta: 92.0.4515.93 -> 92.0.4515.101Michael Weiss2021-07-15
| |
* | chromiumDev: 93.0.4557.4 -> 93.0.4573.0Michael Weiss2021-07-14
| |
* | yandex-browser: init at 21.5.3.753-1 (#128940)Danil2021-07-14
| |
* | Merge pull request #128961 from dan4ik605743/icecat-binSandro2021-07-14
|\ \
| * | icecat-bin: fix default.nixdan4ik2021-07-06
| | |
| * | icecat-bin: Fixed dependenciesdan4ik2021-07-03
| | |
| * | icecat-bin: init at 60.7.0dan4ik2021-07-02
| | |
* | | Merge pull request #130044 from Mindavi/bugfix/makewrapper-fixesDmitry Kalinkin2021-07-13
|\ \ \ | | | | | | | | Move makeWrapper to nativeBuildInputs for some packages
| * | | firefox: move makeWrapper to nativeBuildInputsRick van Schijndel2021-07-12
| | |/ | |/|
* | | midori|vimb: fix tarball jobajs1242021-07-13
| | | | | | | | | | | | this is needed after c6e51d03695efa90a8d09b41fe6441953e21d52a
* | | firefox-wrapper: also make gtk3-support non-optional hereajs1242021-07-12
| | |
* | | firefox: 89.0.2 -> 90.0ajs1242021-07-12
|/ / | | | | | | | | | | | | make gtk3Support non-optional, because it hasn't been for a long time also make gtk2 conditional on firefox older than 90, because we can get rid of it with firefox 90, but it's still needed by the current ESR release
* | chromiumBeta: 92.0.4515.80 -> 92.0.4515.93Michael Weiss2021-07-09
| |
* | vivaldi: 4.0.2312.24-1 -> 4.0.2312.38-1José Romildo2021-07-08
| |
* | chromium: move ed and makeWrapper into nativeBuildInputssternenseemann2021-07-05
| | | | | | | | | | | | | | | | | | | | | | This most notably fixes cross _evaluation_ of chromium which previously would fail because makeWrapper relies on runtimeShell which is not available in the HostTarget package set. I tested that the native chromium build still works, but haven't tried cross compiling it yet. There very well may be additional errors, but at least they will be build errors, not hard to understand evaluation errors.
* | Merge pull request #128844 from fortuneteller2k/viebGabriel Ebner2021-07-04
|\ \ | | | | | | vieb: 5.2.0 -> 5.3.0
| * | vieb: 5.2.0 -> 5.3.0fortuneteller2k2021-07-01
| | |
* | | firefox: increase timeout to 86400s (24h)Bernardo Meurer2021-07-03
| | | | | | | | | | | | Fixes: #129115
* | | Merge pull request #129075 from r-ryantm/auto-update/braveJörg Thalheim2021-07-03
|\ \ \ | | | | | | | | brave: 1.26.67 -> 1.26.74