Age | Commit message (Collapse) | Author |
|
- New upstream release
- Use tarball instead of hg sources
- Restructure patching process
- All patches are checked into git and then applied on top of the
existing Mozilla sources.
Doing so allows rebasing of patches to be done by a simple git
rebase, all patches cherry-picked from upstream are then
automatically excluded upon updating.
- Rebase patch-set based on OpenSUSE patches, updates to the package
will be faster this way.
- The sources can be found here:
https://github.com/Thaodan/gecko-dev
The branches are split of from the mozilla 'release' branch that is set to
the latest release version into release/$major.$minor.x and then
the thaodan/release/$major.$minor.x branch is rebased upon that.
- Remove other obsolete patches
- Drop obsolete kde.js, it was removed in the OpenSUSE patches long
ago, is redundant and doesn't function anymore. boo#1151186
https://bugzilla.opensuse.org/show_bug.cgi?id=1151186
Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
|
|
- New upstream release
- Update patches:
- unity-menubar patch from Ubuntu
- firefox-kde patches from openSUSE
- Gentoo
- Removed patches for the following as they have been merged
or resolved upstream:
- Preload dependencies for the Widevine CDM when sandboxing it on Linux MOZILLA#1725828
- Update packed_simd to a version that supports rustc >= 1.56 MOZILLA#1730397
|
|
- New upstream release
- Update patches:
- unity-menubar patch from Ubuntu
- firefox-kde patches from openSUSE
- Gentoo
- Depend on GCC 11.2>= for fixes on c++: "perfect" implicitly deleted move
|
|
- New upstream release
- Update unity-menubar patch from Ubuntu
- Update firefox-kde patches from openSUSE
- Rebased patches from/collected by Gentoo to improve PGO/LTO builds with GCC
- Remove patch for MOZILLA#1644409 as it is committed upstream
- Add patch to fix building against rust 1.50 (MOZILLA#1684261)
- Move patch source description to $source to show the sources
of local patches if they are not from the package itself
|
|
- New upstream release
- Update unity-menubar patch from Ubuntu
- Update firefox-kde patches from openSUSE
- Drop patch to fix building against rust 1.48 as its commited
upstream MOZILLA#1667736
- No longer depend on cbindgen as newer versions now work when building
firefox
- Rebase patches
- system-sqlite
- system-harfbuzz
- system-graphite2
- system-dav1d
- sandbox needs to be built with --param lto-partitions=1 when GCC LTO is enabled
MOZILLA#1516803
- Use remoting name for GDK application names MOZILLA#1530052
- Disable elfhack
- Add several patches from/collected by Gentoo to improve PGO/LTO
builds with GCC
- Remove old PGO patch with workarounds that are no longer required for
PGP/LTO builds patch, move parts that are still needed to a patch
superseding it
- Use bld binutils linker instead of gold
(it crashed during linking:
"/usr/bin/ld.gold:
internal error in set_xindex, at /build/binutils/src/binutils-gdb/gold/object.h:1007")
|