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+

Carlos Garcia Campos
Reported 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.
Attachments
Patch (6.09 KB, patch)
2022-01-22 01:54 PST, Carlos Garcia Campos
aperez: review+
Carlos Garcia Campos
Comment 1 2022-01-22 01:54:59 PST
Adrian Perez
Comment 2 2022-01-24 06:35:37 PST
Nice simplification =)
Carlos Garcia Campos
Comment 3 2022-01-24 08:20:32 PST
Note You need to log in before you can comment on or make changes to this bug.