Closed Bug 571243 Opened 15 years ago Closed 13 years ago

Create an accessibility whitelist

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

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; }
One thing we should strongly consider is what events we listen for, and what we queue/fire.
We'll develop a good plan for this bug in the wiki (see URL in bug header).
dAVID i AREE WITH GENERALLY DOING THIS SORT OF THING, BUT DO WE WANT THIS BUG STILL?
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.