gecko-dev/accessible
Eitan Isaacson a6a943d0ea Bug 1729058 - Enable cache initialization in update pushes. r=morgan
There can be a scenario where an initial cache is pushed to an accessible via an update and not an "initial" push that a doc load or a subtree show would give.

For example, an accessible might not have a name, description, or numeric value (that is all we currently cache), but then get a name later in its lifetime. If that is the case the accessible will get a cache AccAttributes with a DeleteEntry value for "description" since its description is still empty. That entry should not be stored in the cache.

Differential Revision: https://phabricator.services.mozilla.com/D124484
2021-09-03 18:56:24 +00:00
..
android Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
aom Bug 1714390 - P2: Use AccAttributes for accessible and text attributes. r=Jamie 2021-06-10 23:07:05 +00:00
atk Bug 1728940 - Reverse reverted null check in ATK value functions. r=morgan 2021-09-03 18:02:37 +00:00
base Bug 1728442 - P3: Push description to cache. r=Jamie 2021-09-02 18:06:52 +00:00
basetypes Bug 1728442 - P4: Use cached description in parent. r=Jamie 2021-09-02 18:06:52 +00:00
generic Bug 1728442 - P4: Use cached description in parent. r=Jamie 2021-09-02 18:06:52 +00:00
html Bug 1728442 - P2: Make LocalAccessible:Description const. r=Jamie 2021-09-02 18:06:51 +00:00
interfaces Bug 1691813 - Use TreeWalker to find accessible descendants. r=Jamie 2021-06-16 18:05:13 +00:00
ipc Bug 1729058 - Enable cache initialization in update pushes. r=morgan 2021-09-03 18:56:24 +00:00
mac Bug 1728442 - P5: Use unified description method in xpcom and platforms. r=Jamie 2021-09-02 18:06:53 +00:00
other Bug 1693597 - P2: Rename ProxyAccessible to RemoteAccessible. r=morgan 2021-02-19 23:14:33 +00:00
tests Bug 1728442 - P1: Make browser description test rely on name/desc change events. r=Jamie 2021-09-02 18:06:51 +00:00
windows Bug 1728442 - P5: Use unified description method in xpcom and platforms. r=Jamie 2021-09-02 18:06:53 +00:00
xpcom Bug 1728442 - P5: Use unified description method in xpcom and platforms. r=Jamie 2021-09-02 18:06:53 +00:00
xul Bug 1728442 - P2: Make LocalAccessible:Description const. r=Jamie 2021-09-02 18:06:51 +00:00
moz.build Bug 1694203 - P1: Add Accessible and have LocalAccessible inherit from it. r=Jamie 2021-03-02 16:32:21 +00:00