summarylogtreecommitdiffstats
path: root/mozilla-bmo1744896.patch
AgeCommit message (Collapse)Author
2023-03-23Update to 111.0-1Björn Bidar
- 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>
2022-01-02Update to 95.0.2-1Björn Bidar
- New upstream release - Update patches: - unity-menubar patch from Ubuntu - firefox-kde patches from openSUSE - Add patch that fixes building against Dav1d 0.9.2 fixes #18 - Update mozconfig to build without wasm sandboxed libraries - Add patches for: - WR/Gnome+KDE Wayland/AMD: Firefox 95 locked to 120 fps, unsmooth scrolling MOZILLA#1744896 - Firefox 91.4 fails to build against wayland 1.20 MOZILLA#1745560