Closed
Bug 1826862
Opened 2 years ago
Closed 2 years ago
[CtW][tail-end] Sync call RemoteAccessible::ColHeaderCells() is still used in MacOS, Linux, and XPCOM
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: eeejay, Unassigned)
References
(Blocks 1 open bug)
Details
A non sync or cache alternative should be used.
Updated•2 years ago
|
Severity: -- → S3
Comment 1•2 years ago
|
||
I'm not sure this is true.
- Linux calls
acc->AsTableCellBase()->ColHeaderCells(&headers)
if the cache is enabled. - Ditto for Mac.
- XPCOM calls
Intl()->ColHeaderCells(&headerCells)
. Intl() is always a TableCellAccessibleBase.
Where do we make a sync call here when CtW is enabled?
Flags: needinfo?(eitan)
Comment 2•2 years ago
|
||
Note that TableCellAccessibleBase can never use sync IPDL. The only things that inherit from TableCellAccessibleBase are TableCellAccessible (which is local only) and CachedTableAccessibleCell (which doesn't know anything about sync IPDL).
Comment 3•2 years ago
|
||
This just needs an assertion. Adding to bug 1826848.
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(eitan)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•