mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5bf449ab35
The fixes to the miniflush code (nsTransitionManager::UpdateThrottledStyle and UpdateAllThrottledStyles) fix the case where we constructed totally incorrect style contexts for outer table frames (which have special style contexts inheriting from the table frame) during the miniflush, leading to inconsistent style data and other bad things, when we should have been touching the style on the table frame instead. The fixes to the other OMTA codepaths lead to layer tests being performed on the same frame that the styles will be applied to, and probably fix real bugs (which would occur when animating opacity or transform on a table). |
||
---|---|---|
.. | ||
analysis | ||
base | ||
build | ||
doc | ||
forms | ||
generic | ||
inspector | ||
ipc | ||
mathml | ||
media | ||
printing | ||
reftests | ||
style | ||
svg | ||
tables | ||
tools | ||
xul | ||
moz.build |