Bug 1748775 - Expire column children when table expires. r=morgan, a=RyanVM
I think there is a potential crasher if an AT holds a reference to a column object while its parent table expires, and then tries to retrieve AXChildren. We need to expire te column objects when the table expires or is destroyed. Differential Revision: https://phabricator.services.mozilla.com/D136288
Showing
- accessible/mac/mozTableAccessible.h 3 additions, 0 deletionsaccessible/mac/mozTableAccessible.h
- accessible/mac/mozTableAccessible.mm 8 additions, 0 deletionsaccessible/mac/mozTableAccessible.mm
- accessible/tests/browser/mac/browser_table.js 16 additions, 0 deletionsaccessible/tests/browser/mac/browser_table.js
Please register or sign in to comment