Closed
Bug 571243
Opened 15 years ago
Closed 13 years ago
Create an accessibility whitelist
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: davidb, Assigned: davidb)
References
(Blocks 1 open bug, )
Details
We should know more about who is using us so that we can make better decisions regarding accuracy:performance at run time.
E.g.
Windows:
DetectAT()
{
// NVDA, FS, GWMICRO, DOLPHIN, SYSTEM ACCESS
if (::GetModuleHandleW(L"VBufBackend_gecko_ia2") ||
::GetModuleHandleW(L"jhook") ||
::GetModuleHandleW(L"gwm32inc") ||
::GetModuleHandleW(L"dolwinhk.dll") ||
::GetModuleHandleW(L"STSA32")) {
return true;
}
return false;
}
Assignee | ||
Comment 1•15 years ago
|
||
One thing we should strongly consider is what events we listen for, and what we queue/fire.
Assignee | ||
Updated•15 years ago
|
Assignee | ||
Comment 2•15 years ago
|
||
We'll develop a good plan for this bug in the wiki (see URL in bug header).
Comment 3•13 years ago
|
||
dAVID i AREE WITH GENERALLY DOING THIS SORT OF THING, BUT DO WE WANT THIS BUG STILL?
Assignee | ||
Comment 4•13 years ago
|
||
Let reopen if we get active on this.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•