Merge branch 'c8' into a8
This commit is contained in:
commit
a76ec55d70
@ -1,5 +1,5 @@
|
|||||||
c822547dbc12e2baebdfdfb38b665e23f0c2513a SOURCES/cbindgen-vendor.tar.xz
|
c822547dbc12e2baebdfdfb38b665e23f0c2513a SOURCES/cbindgen-vendor.tar.xz
|
||||||
72b64cbe7b2aa6dbf64c1db0d122a57b06189e66 SOURCES/firefox-91.10.0esr.processed-source.tar.xz
|
6a1e5c6a7c4497b0bf544e24ba78bf759d4da9e2 SOURCES/firefox-91.11.0esr.processed-source.tar.xz
|
||||||
72ea5a3b4889eb3b12f37b14fad621f7b417c9fc SOURCES/firefox-langpacks-91.10.0esr-20220524.tar.xz
|
6bca3b3adb356220f4b492eba13eb1f6962b236a SOURCES/firefox-langpacks-91.11.0esr-20220623.tar.xz
|
||||||
b5fd1332d8e0d37339ae170c7bebcb63a40b22e0 SOURCES/nspr-4.32.0-1.el8_1.src.rpm
|
b5fd1332d8e0d37339ae170c7bebcb63a40b22e0 SOURCES/nspr-4.32.0-1.el8_1.src.rpm
|
||||||
8fff814901e03c2518ede2f8992d898f5ba61ed9 SOURCES/nss-3.67.0-7.el8_1.src.rpm
|
8fff814901e03c2518ede2f8992d898f5ba61ed9 SOURCES/nss-3.67.0-7.el8_1.src.rpm
|
||||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
SOURCES/cbindgen-vendor.tar.xz
|
SOURCES/cbindgen-vendor.tar.xz
|
||||||
SOURCES/firefox-91.10.0esr.processed-source.tar.xz
|
SOURCES/firefox-91.11.0esr.processed-source.tar.xz
|
||||||
SOURCES/firefox-langpacks-91.10.0esr-20220524.tar.xz
|
SOURCES/firefox-langpacks-91.11.0esr-20220623.tar.xz
|
||||||
SOURCES/nspr-4.32.0-1.el8_1.src.rpm
|
SOURCES/nspr-4.32.0-1.el8_1.src.rpm
|
||||||
SOURCES/nss-3.67.0-7.el8_1.src.rpm
|
SOURCES/nss-3.67.0-7.el8_1.src.rpm
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
diff -up firefox-91.0/widget/gtk/nsWindow.cpp.D110204-fscreen.diff firefox-91.0/widget/gtk/nsWindow.cpp
|
--- firefox-91.11.0/widget/gtk/nsWindow.cpp.D110204-fscreen.diff 2022-06-20 21:18:51.000000000 +0200
|
||||||
--- firefox-91.0/widget/gtk/nsWindow.cpp.D110204-fscreen.diff 2021-07-27 23:31:38.000000000 +0200
|
+++ firefox-91.11.0/widget/gtk/nsWindow.cpp 2022-06-21 12:21:44.892706641 +0200
|
||||||
+++ firefox-91.0/widget/gtk/nsWindow.cpp 2021-07-30 15:47:22.031795569 +0200
|
|
||||||
@@ -91,6 +91,7 @@
|
@@ -91,6 +91,7 @@
|
||||||
#include "SystemTimeConverter.h"
|
#include "SystemTimeConverter.h"
|
||||||
#include "WidgetUtilsGtk.h"
|
#include "WidgetUtilsGtk.h"
|
||||||
@ -17,7 +16,7 @@ diff -up firefox-91.0/widget/gtk/nsWindow.cpp.D110204-fscreen.diff firefox-91.0/
|
|||||||
mAspectRatio(0.0f),
|
mAspectRatio(0.0f),
|
||||||
mAspectRatioSaved(0.0f),
|
mAspectRatioSaved(0.0f),
|
||||||
mLastScrollEventTime(GDK_CURRENT_TIME),
|
mLastScrollEventTime(GDK_CURRENT_TIME),
|
||||||
@@ -4626,6 +4628,19 @@ void nsWindow::OnWindowStateEvent(GtkWid
|
@@ -4618,6 +4620,19 @@ void nsWindow::OnWindowStateEvent(GtkWid
|
||||||
ClearTransparencyBitmap();
|
ClearTransparencyBitmap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -37,7 +36,7 @@ diff -up firefox-91.0/widget/gtk/nsWindow.cpp.D110204-fscreen.diff firefox-91.0/
|
|||||||
}
|
}
|
||||||
|
|
||||||
void nsWindow::OnDPIChanged() {
|
void nsWindow::OnDPIChanged() {
|
||||||
@@ -6880,6 +6895,19 @@ nsresult nsWindow::MakeFullScreen(bool a
|
@@ -6860,6 +6875,19 @@ nsresult nsWindow::MakeFullScreen(bool a
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -57,14 +56,13 @@ diff -up firefox-91.0/widget/gtk/nsWindow.cpp.D110204-fscreen.diff firefox-91.0/
|
|||||||
gtk_window_fullscreen(GTK_WINDOW(mShell));
|
gtk_window_fullscreen(GTK_WINDOW(mShell));
|
||||||
} else {
|
} else {
|
||||||
mSizeMode = mLastSizeMode;
|
mSizeMode = mLastSizeMode;
|
||||||
diff -up firefox-91.0/widget/gtk/nsWindow.h.D110204-fscreen.diff firefox-91.0/widget/gtk/nsWindow.h
|
--- firefox-91.11.0/widget/gtk/nsWindow.h.D110204-fscreen.diff 2022-06-21 12:21:44.894706636 +0200
|
||||||
--- firefox-91.0/widget/gtk/nsWindow.h.D110204-fscreen.diff 2021-07-27 23:31:38.000000000 +0200
|
+++ firefox-91.11.0/widget/gtk/nsWindow.h 2022-06-21 12:25:20.985209461 +0200
|
||||||
+++ firefox-91.0/widget/gtk/nsWindow.h 2021-07-29 18:35:41.000639386 +0200
|
@@ -767,6 +767,7 @@ class nsWindow final : public nsBaseWidg
|
||||||
@@ -763,6 +763,7 @@ class nsWindow final : public nsBaseWidg
|
* move-to-rect callback we set mResizedAfterMoveToRect.
|
||||||
* move-to-rect callback we store it to mNewSizeAfterMoveToRect.
|
|
||||||
*/
|
*/
|
||||||
bool mWaitingForMoveToRectCallback;
|
bool mWaitingForMoveToRectCallback;
|
||||||
+ bool mPendingFullscreen;
|
+ bool mPendingFullscreen;
|
||||||
LayoutDeviceIntRect mNewSizeAfterMoveToRect;
|
bool mResizedAfterMoveToRect;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -137,8 +137,8 @@ end}
|
|||||||
|
|
||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 91.10.0
|
Version: 91.11.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: https://www.mozilla.org/firefox/
|
URL: https://www.mozilla.org/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
%if 0%{?rhel} == 9
|
%if 0%{?rhel} == 9
|
||||||
@ -162,7 +162,7 @@ ExcludeArch: aarch64 s390 ppc
|
|||||||
# Link to official tarball: https://hg.mozilla.org/releases/mozilla-release/archive/firefox-%%{version}%%{?pre_version}.source.tar.xz
|
# Link to official tarball: https://hg.mozilla.org/releases/mozilla-release/archive/firefox-%%{version}%%{?pre_version}.source.tar.xz
|
||||||
Source0: firefox-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
|
Source0: firefox-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
|
||||||
%if %{build_langpacks}
|
%if %{build_langpacks}
|
||||||
Source1: firefox-langpacks-%{version}%{?pre_version}-20220524.tar.xz
|
Source1: firefox-langpacks-%{version}%{?pre_version}-20220623.tar.xz
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
Source2: cbindgen-vendor.tar.xz
|
Source2: cbindgen-vendor.tar.xz
|
||||||
@ -1269,9 +1269,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jun 01 2022 Eduard Abdullin <eabdullin@almalinux.org> - 91.10.0-1.alma
|
* Thu Jun 30 2022 Eduard Abdullin <eabdullin@almalinux.org> - 91.11.0-2.alma
|
||||||
- Debrand for AlmaLinux
|
- Debrand for AlmaLinux
|
||||||
|
|
||||||
|
* Thu Jun 23 2022 Eike Rathke <erack@redhat.com> - 91.11.0-2
|
||||||
|
- Update to 91.11.0 build2
|
||||||
|
* Tue Jun 21 2022 Eike Rathke <erack@redhat.com> - 91.11.0-1
|
||||||
|
- Update to 91.11.0 build1
|
||||||
|
|
||||||
* Tue May 24 2022 Eike Rathke <erack@redhat.com> - 91.10.0-1
|
* Tue May 24 2022 Eike Rathke <erack@redhat.com> - 91.10.0-1
|
||||||
- Update to 91.10.0 build1
|
- Update to 91.10.0 build1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user