mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
6dc93cb14d
This switches RebuildAllStyleData() to the normal ProcessPendingRestyles() manner of restyle processing. This means a rebuild-all going through this codepath (the main rebuild-all codepath) only sets up for non-animation restyle processing once rather than doing it twice (and potentially having reframes posted in DoRebuildAllStyleData() that don't get processed until ProcessPendingRestyles(), which causes a variant of bug 1110277 with transitions on reframed elements failing to start because it doesn't match the lifetime of the ReframingStyleContexts). |
||
---|---|---|
.. | ||
analysis | ||
base | ||
build | ||
doc | ||
forms | ||
generic | ||
inspector | ||
ipc | ||
mathml | ||
media | ||
printing | ||
reftests | ||
style | ||
svg | ||
tables | ||
tools | ||
xul | ||
moz.build |