Commit Graph

2459 Commits

Author SHA1 Message Date
Martin Stransky 712ce7d35c Updated to 91.0.1 2021-08-23 11:34:31 +02:00
Martin Stransky 6f1bee9d19 Update test files 2021-08-12 15:19:00 +02:00
Martin Stransky b9def774e6 Updated to 91.0 2021-08-11 13:56:24 +02:00
Martin Stransky a153f8a474 Fixed typo at with-unsigned-addon-scopes 2021-08-04 09:54:59 +02:00
Martin Stransky 9ff5974999 Added fix for rhbz#1988841 - Allow unsigned extensions when installed under non-user-writable dirs 2021-08-04 08:44:21 +02:00
Martin Stransky 4bbd4de4be merged 2021-07-22 22:05:40 +02:00
Martin Stransky fa16d5b5aa Updated to 90.0.2 2021-07-22 22:03:50 +02:00
Fedora Release Engineering 62edaad605 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 22:59:09 +00:00
Martin Stransky 690197670a Updated to 90.0.1, build fixes 2021-07-21 12:16:23 +02:00
Martin Stransky f1a9c76f38 Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhide 2021-07-15 13:07:37 +02:00
Martin Stransky d03875f6f3 Disabled Wayland backend on KDE due to https://bugzilla.mozilla.org/show_bug.cgi?id=1714132 2021-07-15 13:07:26 +02:00
Kalev Lember 3448cc856c Fix files list for flatpak builds
Add new files from commit e4a12e3825 to
files list.
2021-07-14 09:51:37 +02:00
Martin Stransky 93f35fa8fd Added xorg-x11-server-Xwayland dependency for Mutter 2021-07-13 10:04:55 +02:00
Martin Stransky 9bf28589c3 Enable testing 2021-07-12 14:18:44 +02:00
Martin Stransky 07a0a494bf Updated to 90.0 2021-07-12 14:17:08 +02:00
Martin Stransky 3c537224b4 Update to 90.0 2021-07-12 14:15:33 +02:00
Daiki Ueno e4a12e3825 flatpak: Enable loading system trust store on the host
This directs the libnssckbi.so symlink to p11-kit-client.so, instead
of p11-kit-trust.so, so Firefox flatpak can access the system trust
store on the host.  Since the /usr filesystem is read-only, this
creates the link in /app/lib64, which is added to LD_LIBRARY_PATH
inside flatpak.  A symlink to libnss3.so also needs to be created in
the same directory, to trick the directory search order in
ListPossibleLoadableRootsLocations:
https://hg.mozilla.org/mozilla-central/file/8e850fd29a957f505e0355c1326279e06e9040bb/security/manager/ssl/nsNSSComponent.cpp#l970

Signed-off-by: Daiki Ueno <dueno@redhat.com>
2021-07-12 13:38:30 +02:00
Martin Stransky 7edb7c195a changelog fix 2021-06-30 12:27:19 +02:00
Martin Stransky 30110df460 Added fix for mozbz#1715254 (rhbz#1976892) 2021-06-30 12:24:15 +02:00
Martin Stransky a581231171 Updated to latest upstream (89.0.2) 2021-06-24 10:43:43 +02:00
Martin Stransky 268d397a30 Disable armv7hl on Fedora 33 due to https://bugzilla.redhat.com/show_bug.cgi?id=1966949 2021-06-15 14:33:53 +02:00
Martin Stransky 4be27bb7af Added fix for mozbz#1646135 - Disabled Wayland/Webrender on NVIDIA drivers 2021-06-14 17:36:56 +02:00
Martin Stransky 53b26adcc4 Disabled arm due to bugzilla.redhat.com/show_bug.cgi?id=1966949 2021-06-02 10:39:41 +02:00
Martin Stransky cb71b53f7d Removed mozilla-1580595.patch 2021-06-01 17:15:16 +02:00
Martin Stransky 6f7b8dbb9a Nss req up 2021-06-01 17:12:53 +02:00
Martin Stransky 5ac20193cb Updated cbindgen 2021-06-01 16:40:28 +02:00
Martin Stransky 17d890fb1e new sources 2021-06-01 12:07:33 +02:00
Martin Stransky 9dfa7a1527 Updated to Firefox 89.0 2021-06-01 10:15:57 +02:00
Martin Stransky 1acf4796b3 Updated to latest upstream (88.0.1) 2021-05-10 10:32:54 +02:00
Martin Stransky c213080431 Added fix for WebRTC indicator - mozilla#1705048 2021-05-04 15:49:34 +02:00
Martin Stransky 63a2618a07 Added pciutils-libs req (rhbz#1955338), Enabled Wayland on KDE (rhbz#1922608) 2021-04-30 11:46:47 +02:00
Martin Stransky 5571ee7403 Fixed xpcshell freezes 2021-04-30 10:58:16 +02:00
Martin Stransky 4d8fcd73a4 Test fix 2021-04-27 22:44:20 +02:00
Martin Stransky fcf7279272 Build fixes, test update 2021-04-27 14:35:17 +02:00
Martin Stransky 53dac96cc2 release up 2021-04-23 10:32:49 +02:00
Martin Stransky 899bfb43c6 Added fix for mozbz#1580595 - mouse pointer lock. 2021-04-23 10:30:49 +02:00
Martin Stransky 48cc4c5be5 Added missing patch 2021-04-22 16:01:55 +02:00
Martin Stransky 3180583dfa build fixes 2021-04-22 15:55:40 +02:00
Martin Stransky defc416c28 Build with crashreporter enabled 2021-04-22 08:07:34 +02:00
Martin Stransky 156f7fd734 Added clipboard fix mzbz#1703763 2021-04-21 09:58:14 +02:00
Martin Stransky bdb2a668ff Disabled crashreporer, require nss 3.63 2021-04-20 16:46:41 +02:00
Martin Stransky 97efc42d63 Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhide 2021-04-20 09:11:59 +02:00
Martin Stransky c78ce968a8 Updated to 88.0 2021-04-20 09:11:49 +02:00
Tomas Hrnciar ee402591ab BuildRequire setuptools explicitly
See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools
2021-04-19 13:18:31 +02:00
Martin Stransky 18b80a26fe Added fix for mozbz#1701089 (Widevine playback issues) 2021-04-12 10:46:19 +02:00
Martin Stransky 05b9a9097b Added wayland focus workaround - mzbz#1703657 2021-04-07 22:06:27 +02:00
Martin Stransky 0dc9710418 Enabled xpcshell/crashtests on Wayland 2021-04-06 09:58:31 +02:00
Martin Stransky f6cd43f449 Add missing build deps 2021-04-05 20:30:08 +02:00
Martin Stransky 9869746357 Fixed wayland tests/PGO, enable PGO on Fedora 33+ 2021-04-04 18:51:01 +02:00
Martin Stransky bbea15a874 Added fix for mozbz#1702606 / rhbz#1936071, Switched tests back to X11 due to massive failures 2021-04-01 20:21:43 +02:00