зеркало из https://github.com/mozilla/gecko-dev.git
a6a943d0ea
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 |
||
---|---|---|
.. | ||
extension | ||
other | ||
win | ||
DocAccessibleChildBase.cpp | ||
DocAccessibleChildBase.h | ||
DocAccessibleParent.cpp | ||
DocAccessibleParent.h | ||
DocAccessibleTypes.ipdlh | ||
IPCTypes.h | ||
RemoteAccessibleBase.cpp | ||
RemoteAccessibleBase.h | ||
RemoteAccessibleShared.h | ||
moz.build |