forked from kiss-community/repo
firefox [testing]: 111.0b8
This commit is contained in:
parent
728b830add
commit
4541b93600
@ -72,7 +72,6 @@ ac_add_options --disable-system-extension-dirs
|
||||
EOF
|
||||
|
||||
./mach build
|
||||
./mach run
|
||||
./mach install
|
||||
|
||||
# Remove a lot of uneeded "stuff".
|
||||
|
@ -1,6 +1,7 @@
|
||||
ad69f4698b8efe5e8c2692c437ffb1c0c54cd44bea64431656973ebee931aa8b7d
|
||||
bea3caa195be81a439fbc1807b2689bb791b93652ccd8b83f30c694430b96a9442
|
||||
be44c4a1e76704bd9e0fa713f00b88e9897150eda359c3bf58c30461d9cf56e3c8
|
||||
ee279241e461011e2265086328d9d0a913ab938bb81aa97fa22b8b9b7edf5e33bc
|
||||
8c0f419eb138061e67dbe2ac73e9c8332649fb90aacb57ac4f00d5de94c0cf23a8
|
||||
3bfec8b5e7cb94481d94e1039a602e14564c8a6da5a28f089ce4a69d23f9e42bbb
|
||||
2914dbf6d620c3403fbe99fcd04618eaab4257b706470dec3bacc5952f79a0fa31
|
||||
2a1a5e3e928687cca972b6d7ee53f35420fec364ffeda0131f38a42bec309b1c23
|
||||
|
16
testing/firefox/patches/no-atk.patch
Normal file
16
testing/firefox/patches/no-atk.patch
Normal file
@ -0,0 +1,16 @@
|
||||
diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp
|
||||
index b77fadc..520305a 100644
|
||||
--- a/widget/gtk/nsWindow.cpp
|
||||
+++ b/widget/gtk/nsWindow.cpp
|
||||
@@ -659,9 +659,11 @@ void nsWindow::Destroy() {
|
||||
// We need to detach accessible object here because mContainer is a custom
|
||||
// widget and doesn't call gtk_widget_real_destroy() from destroy handler
|
||||
// as regular widgets.
|
||||
+#ifdef ACCESSIBILITY
|
||||
if (AtkObject* ac = gtk_widget_get_accessible(GTK_WIDGET(mContainer))) {
|
||||
gtk_accessible_set_widget(GTK_ACCESSIBLE(ac), nullptr);
|
||||
}
|
||||
+#endif
|
||||
|
||||
gtk_widget_destroy(mShell);
|
||||
mShell = nullptr;
|
@ -1,6 +1,7 @@
|
||||
https://ftp.mozilla.org/pub/firefox/releases/111.0b3/source/firefox-111.0b3.source.tar.xz
|
||||
https://ftp.mozilla.org/pub/firefox/releases/111.0b8/source/firefox-111.0b8.source.tar.xz
|
||||
patches/fix-linux-header.patch
|
||||
patches/musl-sandbox.patch
|
||||
patches/no-atk.patch
|
||||
patches/no-dbus.patch
|
||||
patches/no-fribidi.patch
|
||||
patches/no-perl.patch
|
||||
|
@ -1 +1 @@
|
||||
111.0b3 1
|
||||
111.0b8 1
|
||||
|
Loading…
Reference in New Issue
Block a user