Accepting request 714112 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/714112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=82
This commit is contained in:
commit
975d1b01e8
@ -1,13 +0,0 @@
|
|||||||
diff -urp webkitgtk-2.22.6.orig/Source/WebCore/accessibility/AccessibilityObject.cpp webkitgtk-2.22.6/Source/WebCore/accessibility/AccessibilityObject.cpp
|
|
||||||
--- webkitgtk-2.22.6.orig/Source/WebCore/accessibility/AccessibilityObject.cpp 2019-02-12 16:58:51.735109641 -0600
|
|
||||||
+++ webkitgtk-2.22.6/Source/WebCore/accessibility/AccessibilityObject.cpp 2019-02-12 17:00:53.987806344 -0600
|
|
||||||
@@ -1780,6 +1780,9 @@ void AccessibilityObject::updateBackingS
|
|
||||||
if (!axObjectCache())
|
|
||||||
return;
|
|
||||||
|
|
||||||
+ if (WidgetHierarchyUpdatesSuspensionScope::isSuspended())
|
|
||||||
+ return;
|
|
||||||
+
|
|
||||||
// Updating the layout may delete this object.
|
|
||||||
RefPtr<AccessibilityObject> protectedThis(this);
|
|
||||||
if (auto* document = this->document()) {
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 8 16:50:58 UTC 2019 - mgorse@suse.com
|
||||||
|
|
||||||
|
- Drop webkit2gtk3-boo1088932-a11y-state-set.patch: fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 2 11:17:11 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Jul 2 11:17:11 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -53,9 +53,6 @@ Source1: https://webkitgtk.org/releases/%{_name}-%{version}.tar.xz.asc
|
|||||||
Source98: baselibs.conf
|
Source98: baselibs.conf
|
||||||
Source99: webkit2gtk3.keyring
|
Source99: webkit2gtk3.keyring
|
||||||
|
|
||||||
# PATCH-FIX-UPSTREAM webkit2gtk3-boo1088932-a11y-state-set.patch boo#1088932 webkit#184366 mgorse@suse.com -- fix crash when atk_object_ref_state_set is called on an AtkObject that's being destroyed
|
|
||||||
Patch1: webkit2gtk3-boo1088932-a11y-state-set.patch
|
|
||||||
|
|
||||||
BuildRequires: Mesa-libEGL-devel
|
BuildRequires: Mesa-libEGL-devel
|
||||||
BuildRequires: Mesa-libGL-devel
|
BuildRequires: Mesa-libGL-devel
|
||||||
BuildRequires: Mesa-libGLESv1_CM-devel
|
BuildRequires: Mesa-libGLESv1_CM-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user