summaryrefslogtreecommitdiff
path: root/firefox.spec
Commit message (Collapse)AuthorAge
* Updated to 90.0Martin Stransky2021-07-12
|\
| * flatpak: Enable loading system trust store on the hostDaiki Ueno2021-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Update to 90.0Martin Stransky2021-07-12
|/
* changelog fixMartin Stransky2021-06-30
|
* Added fix for mozbz#1715254 (rhbz#1976892)Martin Stransky2021-06-30
|
* Updated to latest upstream (89.0.2)Martin Stransky2021-06-24
|
* Disable armv7hl on Fedora 33 due to ↵Martin Stransky2021-06-15
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1966949
* Added fix for mozbz#1646135 - Disabled Wayland/Webrender on NVIDIA driversMartin Stransky2021-06-14
|
* Disabled arm due to bugzilla.redhat.com/show_bug.cgi?id=1966949Martin Stransky2021-06-02
|
* Removed mozilla-1580595.patchMartin Stransky2021-06-01
|
* Nss req upMartin Stransky2021-06-01
|
* Updated to Firefox 89.0Martin Stransky2021-06-01
|
* Updated to latest upstream (88.0.1)Martin Stransky2021-05-10
|
* Added fix for WebRTC indicator - mozilla#1705048Martin Stransky2021-05-04
|
* Added pciutils-libs req (rhbz#1955338), Enabled Wayland on KDE (rhbz#1922608)Martin Stransky2021-04-30
|
* Fixed xpcshell freezesMartin Stransky2021-04-30
|
* Test fixMartin Stransky2021-04-27
|
* Build fixes, test updateMartin Stransky2021-04-27
|
* release upMartin Stransky2021-04-23
|
* Added fix for mozbz#1580595 - mouse pointer lock.Martin Stransky2021-04-23
|
* build fixesMartin Stransky2021-04-22
|
* Build with crashreporter enabledMartin Stransky2021-04-22
|
* Added clipboard fix mzbz#1703763Martin Stransky2021-04-21
|
* Disabled crashreporer, require nss 3.63Martin Stransky2021-04-20
|
* Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhideMartin Stransky2021-04-20
|\
| * BuildRequire setuptools explicitlyTomas Hrnciar2021-04-19
| | | | | | | | See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools
* | Updated to 88.0Martin Stransky2021-04-20
|/
* Added fix for mozbz#1701089 (Widevine playback issues)Martin Stransky2021-04-12
|
* Added wayland focus workaround - mzbz#1703657Martin Stransky2021-04-07
|
* Enabled xpcshell/crashtests on WaylandMartin Stransky2021-04-06
|
* Add missing build depsMartin Stransky2021-04-05
|
* Fixed wayland tests/PGO, enable PGO on Fedora 33+Martin Stransky2021-04-04
|
* Added fix for mozbz#1702606 / rhbz#1936071, Switched tests back to X11 due ↵Martin Stransky2021-04-01
| | | | to massive failures
* spec fixMartin Stransky2021-04-01
|
* Run testsuite on Wayland on Fedora 33+, Spec cleanupMartin Stransky2021-04-01
|
* Added fix for mozbz#1693472 - Wayland/KDE rendering issuesMartin Stransky2021-03-31
|\
| * Rebuilt for removed libstdc++ symbol (#1937698)Jonathan Wakely2021-03-30
| |
* | Added fix for mozbz#1693472 - Wayland/KDE rendering issuesMartin Stransky2021-03-31
|/
* Reftest fixMartin Stransky2021-03-30
|
* Fedora 32 build fixMartin Stransky2021-03-29
|
* More test fixes, Enabled ppc64le, Disabled crashreporter on Fedora 34+Martin Stransky2021-03-29
|
* Enable crashreporter on Fedora 34+Martin Stransky2021-03-25
|
* xpcshell-test fixesMartin Stransky2021-03-24
|
* Enabled tests, disabled armMartin Stransky2021-03-24
|
* Updated to 87.0Martin Stransky2021-03-23
|
* Enabled armMartin Stransky2021-03-13
|
* Disable ppc64le on Fedora 34 due to ↵Martin Stransky2021-03-13
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1933742
* Update to latest upstream (86.0.1)Martin Stransky2021-03-12
|
* Temporary disable ppc64le/Fedora 35 due to ↵Martin Stransky2021-03-10
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1933742
* Merge branch 'f33' into rawhideMartin Stransky2021-03-03
|\
bgstack15