summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | Merge branch 'f33' into rawhideMartin Stransky2021-03-03
|\ \ \
| * \ \ Merge branch 'main' into f33Martin Stransky2021-03-03
| |\ \ \ | | | |/ | | |/|
| | * | Run tests on intel onlyMartin Stransky2021-03-03
| | | |
* | | | Added fix for mozbz#1694670 - mergeMartin Stransky2021-03-03
|\ \ \ \
| * | | | Merge branch 'f33' into rawhideMartin Stransky2021-03-02
| |\| | | | | |_|/ | |/| |
| | * | Removed test_encrypted_client_hello.js testMartin Stransky2021-03-02
| | | |
| * | | test fixMartin Stransky2021-03-02
| |/ /
| * | test polishMartin Stransky2021-03-02
| | |
| * | Release upMartin Stransky2021-03-02
| | |
| * | Test fixesMartin Stransky2021-03-02
| | |
| * | Log reftest results as HTMLMartin Stransky2021-03-02
| |/
| * Run xpcshell tests sequentialMartin Stransky2021-03-01
| |
* | Added fix for mozilla#1694670Martin Stransky2021-03-03
| |
* | Added fix for mozilla#1694670Martin Stransky2021-03-03
|/
* Enable Wayland backend when Wayland display is setMartin Stransky2021-03-01
|
* Added icecat-78.7.1-fix_error_template_with_C_linkage.patch to build on F34+Martin Stransky2021-03-01
|
* Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhideMartin Stransky2021-03-01
|\
| * Nss version upMartin Stransky2021-02-27
| |
| * f32 build fixesMartin Stransky2021-02-27
| |
| * Build with system nssMartin Stransky2021-02-26
| |
* | Added icecat-78.7.1-fix_error_template_with_C_linkage.patch to build on F34+Martin Stransky2021-03-01
| |
* | Added icecat-78.7.1-fix_error_template_with_C_linkage.patch to build on F34+Martin Stransky2021-03-01
|/
* Updated to 86.0Martin Stransky2021-02-24
|
* Merge branch 'main' into f33Martin Stransky2021-02-23
|\
| * Test tweakMartin Stransky2021-02-23
| |
* | Merge branch 'main' into f33Martin Stransky2021-02-23
|\|
| * Fixed reftests in mockMartin Stransky2021-02-23
| |
* | Merge branch 'main' into f33Martin Stransky2021-02-08
|\|
| * Updated to 85.0.1Martin Stransky2021-02-08
| |
| * Fix parameter passing on ppc64le (mozb#1690152)Dan Horák2021-02-03
| |
| * Remove gtk2 support as flash plugin is no longer supportedKalev Lember2021-02-02
| | | | | | | | | | | | | | | | | | | | ESR91 is supposed to drop gtk2 support, but in the mean time, we can just rm the gtk2 libmozgtk.so as we are using gtk3 by default. The last supported plugin -- adobe flash -- is no longer supported in Firefox 85, so we no longer need to keep the gtk2 libmozgtk around for the plugin loader. https://pagure.io/fedora-workstation/issue/180
* | Merge branch 'master' into f33Martin Stransky2021-02-01
|\|
| * Add ChangelogMartin Stransky2021-02-01
| |
| * Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefoxMartin Stransky2021-02-01
| |\
| | * Fix warnings from requires filteringKalev Lember2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid using %{name} in %{mozappdir} definition as it's expanded separately for each subpackage when doing requires filtering, which then leads to expanding it as /usr/lib64/firefox, /usr/lib64/firefox-x11, /usr/lib64/firefox-wayland etc, which is incorrect. Just spell out "firefox" instead of "%{name}" to avoid this. find: ‘/builddir/build/BUILDROOT/firefox-85.0-8.npgo.fc33.x86_64/usr/lib64/firefox-x11’: No such file or directory
| * | Enable WebRender on Wayland/KDEMartin Stransky2021-02-01
| |/
* | Merge branch 'master' into f33Martin Stransky2021-01-31
|\|
| * Disabled crashreporter on rawhide due to ↵Martin Stransky2021-01-31
| | | | | | | | bugzilla.redhat.com/show_bug.cgi?id=1922744
* | Merge branch 'master' into f33Martin Stransky2021-01-30
|\|
| * Enable Wayland backend on Fedora 34/KDE/Plasma (and other compositors) by ↵Martin Stransky2021-01-30
| | | | | | | | default.
* | Merge branch 'master' into f33Martin Stransky2021-01-30
|\|
| * ARM / Rawhide PGO updates to produce rahide buildMartin Stransky2021-01-30
| |
* | Merge branch 'master' into f33Martin Stransky2021-01-30
|\|
| * Added clipboard fix mozbz#1631061.Martin Stransky2021-01-30
| |\
| | * Make provides/requires filtering smarter/automaticKalev Lember2021-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The issue with the previous approach was that _everything_ that firefox's shared libraries required was filtered out. This included e.g. libxul.so's dependency on libdbus-glib-1.so.2 which definitely should not be filtered out. Instead, a better approach is to only filter out all of the private libraries provides (as they are firefox's implementation detail) and also all the internal requires on the same private libraries. RPM doesn't make it very easy, but the rudimentary filtering is there and we can build upon that. This commit improves the filtering by making it actually look at what's built, and automatically generating the list of private libraries to filter based on that. This also lets us drop manual dbus-glib requires and instead rely on rpm's automatic dep generator (the results are no longer filtered out). This should make the filtering future proof when more private libraries are added in the future (e.g. nss). https://bugzilla.redhat.com/show_bug.cgi?id=1582116
| * | Added clipboard fix mozbz#1631061.Martin Stransky2021-01-30
| | |
| * | Added clipboard fix mozbz#1631061.Martin Stransky2021-01-30
| |/
* | Merge branch 'master' into f33Martin Stransky2021-01-28
|\|
| * Add dbus-glib requiresMartin Stransky2021-01-28
| |
* | Merge branch 'master' into f33Martin Stransky2021-01-26
|\|
bgstack15