Bug 235473

Summary: [GTK][a11y] Do not use heap allocated timers in AccessibilityAtspi
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, andresg_22, aperez, apinheiro, bugs-noreply, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 230253    
Attachments:
Description Flags
Patch aperez: review+

Description Carlos Garcia Campos 2022-01-22 01:45:18 PST
It was needed to ensure they were constructed in the ax thread, but they are now always created in the main thread, so they can be created once in the constructor.
Comment 1 Carlos Garcia Campos 2022-01-22 01:54:59 PST
Created attachment 449726 [details]
Patch
Comment 2 Adrian Perez 2022-01-24 06:35:37 PST
Nice simplification =)
Comment 3 Carlos Garcia Campos 2022-01-24 08:20:32 PST
Committed r288446 (246335@trunk): <https://commits.webkit.org/246335@trunk>