зеркало из https://github.com/mozilla/gecko-dev.git
77088bfef9
When applying an ancestor transform, ApplyTransform is supplied with the cumulative bounds calculated so far; i.e. from descendants. When removing the parent relative offset, the code previously set the top left to (0, 0). This not only removed the parent relative offset, but also the cumulative offset calculated for all descendants! Instead, we now pass in the cumulative bounds as well as the parent relative bounds. We only subtract the parent relative bounds. Differential Revision: https://phabricator.services.mozilla.com/D164995 |
||
---|---|---|
.. | ||
extension | ||
other | ||
win | ||
DocAccessibleChildBase.cpp | ||
DocAccessibleChildBase.h | ||
DocAccessibleParent.cpp | ||
DocAccessibleParent.h | ||
DocAccessibleTypes.ipdlh | ||
IPCTypes.h | ||
RemoteAccessibleBase.cpp | ||
RemoteAccessibleBase.h | ||
RemoteAccessibleShared.h | ||
moz.build |