Accessibility/CacheTheWorld: Difference between revisions

Jump to navigation Jump to search
Add bug tracker
(Add about section from tech brief)
(Add bug tracker)
Line 1: Line 1:
== About ==
== About ==
Firefox's current architecture for multi-process accessibility suffers from severe performance issues and is costly and difficult to maintain due to the massively different and specialised approaches necessary on different operating systems. In addition, it is currently impossible to support builtin Windows accessibility tools such as Narrator and Windows Speech Recognition. This project aims to re-architect our multi-process accessibility support to cache the entire accessibility trees for all content processes within the parent process, similar to the approach taken by Chromium.
Firefox's current architecture for multi-process accessibility suffers from severe performance issues and is costly and difficult to maintain due to the massively different and specialised approaches necessary on different operating systems. In addition, it is currently impossible to support builtin Windows accessibility tools such as Narrator and Windows Speech Recognition. This project aims to re-architect our multi-process accessibility support to cache the entire accessibility trees for all content processes within the parent process, similar to the approach taken by Chromium.
== Current Bug Tracking ==
<bugzilla>
    {
        "product":  ["Core"],
        "component": ["Disability Access APIs"],
        "bug_status": ["NEW", "ASSIGNED", "REOPENED", "UNCONFIRMED"],
        "blocks": ["1694573"],
    }
</bugzilla>
Confirmed users
36

edits

Navigation menu