Package: firefox-esr / 91.12.0esr-1~deb10u1
Metadata
Package | Version | Patches format |
---|---|---|
firefox-esr | 91.12.0esr-1~deb10u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fixes/Allow .js preference files to set locked prefs with .patch | (download) |
modules/libpref/parser/src/lib.rs |
20 13 + 7 - 0 ! |
allow .js preference files to set locked prefs with lockpref() |
porting/Add xptcall support for SH4 processors.patch | (download) |
xpcom/reflect/xptcall/md/unix/moz.build |
5 5 + 0 - 0 ! |
add xptcall support for sh4 processors Closes: #553593 https://bugzilla.mozilla.org/show_bug.cgi?id=382214 |
porting/NSS Fix FTBFS on Hurd because of MAXPATHLEN.patch | (download) |
security/nss/cmd/shlibsign/shlibsign.c |
21 16 + 5 - 0 ! |
[nss] fix ftbfs on hurd because of maxpathlen |
porting/Use NEON_FLAGS instead of VPX_ASFLAGS for libaom neo.patch | (download) |
media/libaom/moz.build |
2 1 + 1 - 0 ! |
use neon_flags instead of vpx_asflags for libaom neon code |
porting/Work around GCC ICE on mips i386 and s390x.patch | (download) |
gfx/skia/skia/third_party/skcms/src/Transform_inl.h |
2 1 + 1 - 0 ! |
work around gcc ice on mips*, i386 and s390x Closes: #931757 |
porting/Work around another GCC ICE on arm.patch | (download) |
gfx/skia/skia/third_party/skcms/src/Transform_inl.h |
2 1 + 1 - 0 ! |
work around another gcc ice on arm |
prefs/Set DPI to system settings.patch | (download) |
modules/libpref/init/all.js |
2 1 + 1 - 0 ! |
set dpi to system settings |
prefs/Don t auto disable extensions in system directories.patch | (download) |
browser/app/profile/firefox.js |
2 1 + 1 - 0 ! |
don't auto-disable extensions in system directories |
debian hacks/Avoid wrong sessionstore data to keep windows out of.patch | (download) |
browser/components/sessionstore/SessionStore.jsm |
5 2 + 3 - 0 ! |
avoid wrong sessionstore data to keep windows out of user sight It happens that sessionstore can keep wrong information for the window position or minimized state. Workaround this until the real bug is found and fixed (probably in xulrunner). Closes: #552426, #553453 |
debian hacks/Add another preferences directory for applications p.patch | (download) |
toolkit/xre/nsXREDirProvider.cpp |
2 2 + 0 - 0 ! |
add another preferences directory for applications: preferences/syspref It was existing in previous versions of iceweasel as a symlink to /etc/iceweasel/pref. This has the side effect to make these preferences there work again, and to disable the "set as default browser" dialog. |
debian hacks/Add a 2 minutes timeout on xpcshell tests.patch | (download) |
testing/xpcshell/runxpcshelltests.py |
21 18 + 3 - 0 ! |
add a 2 minutes timeout on xpcshell tests |
debian hacks/Add debian extra stuff to upstream build system dire.patch | (download) |
moz.build |
3 3 + 0 - 0 ! |
add debian/extra-stuff to upstream build system directory traversal |
debian hacks/Don t build image gtests.patch | (download) |
image/moz.build |
2 0 + 2 - 0 ! |
don't build image/ gtests Building them causes an ICE with GCC 4.7. As they are not part of what is shipped, and not currently run either, just skip building them. |
debian hacks/Set program name from the remoting name.patch | (download) |
toolkit/xre/nsAppRunner.cpp |
2 1 + 1 - 0 ! |
set program name from the remoting name |
debian hacks/Use the Mozilla Location Service key when the Google.patch | (download) |
modules/libpref/init/all.js |
2 1 + 1 - 0 ! |
use the mozilla location service key when the google key is not there |
debian hacks/Avoid using vmrs vmsr on armel.patch | (download) |
dom/media/webaudio/blink/DenormalDisabler.h |
2 1 + 1 - 0 ! |
avoid using vmrs/vmsr on armel |
debian hacks/Use remoting name for call to gdk_set_program_class.patch | (download) |
widget/gtk/nsAppShell.cpp |
8 4 + 4 - 0 ! |
use remoting name for call to gdk_set_program_class Closes: #907574 |
debian hacks/Use build id as langpack version for reproducibility.patch | (download) |
python/mozbuild/mozbuild/action/langpack_manifest.py |
2 1 + 1 - 0 ! |
use build id as langpack version for reproducibility |
debian hacks/Allow to build with older versions of nodejs 10.patch | (download) |
python/mozbuild/mozbuild/nodeutil.py |
2 1 + 1 - 0 ! |
allow to build with older versions of nodejs 10 |
debian hacks/Allow to build with cargo in Debian unstable.patch | (download) |
build/moz.configure/rust.configure |
2 1 + 1 - 0 ! |
allow to build with cargo in debian unstable |
debian hacks/Fix math_private.h for i386 FTBFS.patch | (download) |
modules/fdlibm/src/math_private.h |
4 4 + 0 - 0 ! |
fix math_private.h for i386 ftbfs |
debian hacks/Work around build failure with newer cbindgen. bz 17.patch | (download) |
build/moz.configure/bindgen.configure |
9 9 + 0 - 0 ! |
work around build failure with newer cbindgen. bz#1773259 |