RESOLVED FIXED Bug 235473
[GTK][a11y] Do not use heap allocated timers in AccessibilityAtspi
https://bugs.webkit.org/show_bug.cgi?id=235473
Summary [GTK][a11y] Do not use heap allocated timers in AccessibilityAtspi
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.