Bug 235473 - [GTK][a11y] Do not use heap allocated timers in AccessibilityAtspi
Summary: [GTK][a11y] Do not use heap allocated timers in AccessibilityAtspi
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: ATSPI
  Show dependency treegraph
 
Reported: 2022-01-22 01:45 PST by Carlos Garcia Campos
Modified: 2022-01-24 08:20 PST (History)
11 users (show)

See Also:


Attachments
Patch (6.09 KB, patch)
2022-01-22 01:54 PST, Carlos Garcia Campos
aperez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>