Accessibility.disablecacheFrom MozillaZine Knowledge Base
[edit] BackgroundIn order to allow external applications to track what’s happening inside the browser, Mozilla implements an MSAA (Microsoft Active Accessibility) server. This lets outside programs—such as screen readers, voice recognition software, and other accessibility-enhancing applications—track focus changes, listen for events, and read window contents. In its implementation, Mozilla keeps a hash table (cache) of every object it makes available via the MSAA server. This cache can help prevent crashes due to other applications improperly using the MSAA server, and may also speed up certain interactions with other accessibility software. This preference exists largely for debugging purposes. [edit] Possible values and their effects[edit] TrueDisable the accessibility cache and directly query Mozilla for returning MSAA server requests. [edit] FalseUse the internal cached information of accessible objects for returning MSAA server requests. (Default) [edit] First checked in[edit] Has an effect in
[edit] Related preferences[edit] Related bugs[edit] External links |
|