[Webkit-unassigned] [Bug 230254] [GTK][a11y] Add a build option to enable ATSPI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 15 00:26:47 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230254

--- Comment #10 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Andres Gonzalez from comment #7)
> (In reply to Carlos Garcia Campos from comment #6)
> > Created attachment 438134 [details]
> > Patch
> 
> --- a/Source/WebCore/accessibility/AXObjectCache.cpp
> +++ a/Source/WebCore/accessibility/AXObjectCache.cpp
> @@ -770,9 +770,13 @@ AccessibilityObject*
> AXObjectCache::getOrCreate(RenderObject* renderer)
>  #if ENABLE(ACCESSIBILITY_ISOLATED_TREE)
>  bool AXObjectCache::clientSupportsIsolatedTree()
>  {
> +#if USE(APPLE_INTERNAL_SDK)
> 
> Instead of adding more #if throughout the platform-independent source, it
> would be cleaner to move this mac implementation to AXObjectCacheMac.mm, and
> add a new implementation for atspi.
> 
> Same comment for AXObjectCache::isIsolatedTreeEnabled,
> initializeSecondaryAXThread and usedOnAXThread.

Ok

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210915/2c895cbf/attachment.htm>


More information about the webkit-unassigned mailing list