gecko-dev/accessible/ipc
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
..
extension Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
other Bug 1728442 - P4: Use cached description in parent. r=Jamie 2021-09-02 18:06:52 +00:00
win Bug 1728442 - P4: Use cached description in parent. r=Jamie 2021-09-02 18:06:52 +00:00
DocAccessibleChildBase.cpp Bug 1728437 - Keep cache sparse and only store populated fields. r=Jamie 2021-09-01 22:20:09 +00:00
DocAccessibleChildBase.h Bug 1700263 - Split serialize function into a flatten, and then serialize. r=Jamie 2021-08-17 18:17:38 +00:00
DocAccessibleParent.cpp Bug 1728403 - Introduce CacheUpdateType as argument for Cache IPDL message. r=morgan 2021-09-01 20:32:17 +00:00
DocAccessibleParent.h Bug 1728403 - Introduce CacheUpdateType as argument for Cache IPDL message. r=morgan 2021-09-01 20:32:17 +00:00
DocAccessibleTypes.ipdlh Bug 1700263 - Implement async Cache protocol method. r=Jamie 2021-08-17 18:17:38 +00:00
IPCTypes.h Bug 1728437 - Keep cache sparse and only store populated fields. r=Jamie 2021-09-01 22:20:09 +00:00
RemoteAccessibleBase.cpp Bug 1728442 - P4: Use cached description in parent. r=Jamie 2021-09-02 18:06:52 +00:00
RemoteAccessibleBase.h Bug 1729058 - Enable cache initialization in update pushes. r=morgan 2021-09-03 18:56:24 +00:00
RemoteAccessibleShared.h Bug 1728442 - P4: Use cached description in parent. r=Jamie 2021-09-02 18:06:52 +00:00
moz.build Bug 1726391 - Only try to build DocAccessibleTypes.ipdlh if accessibility is enabled. r=eeejay 2021-08-18 16:17:48 +00:00