WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2022-01-22 01:54:59 PST
Created
attachment 449726
[details]
Patch
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
Committed
r288446
(
246335@trunk
): <
https://commits.webkit.org/246335@trunk
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug