Accepting request 714108 from home:mgorse:branches:GNOME:Factory

- Drop webkit2gtk3-boo1088932-a11y-state-set.patch: fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/714108
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=224
This commit is contained in:
Bjørn Lie 2019-07-08 18:22:43 +00:00 committed by Git OBS Bridge
parent c1c34861e4
commit 9930f26686
3 changed files with 5 additions and 16 deletions

View File

@ -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()) {

View File

@ -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>

View File

@ -53,9 +53,6 @@ Source1: https://webkitgtk.org/releases/%{_name}-%{version}.tar.xz.asc
Source98: baselibs.conf
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-libGL-devel
BuildRequires: Mesa-libGLESv1_CM-devel