gecko-dev/servo
Emilio Cobos Álvarez 9ee318b187 Bug 1500260 - Remove unused expired boolean in Animation::Transition. r=emilio
The last caller who used was #14418, which did fix a problem but introduced
multiple. In particular, now transitions don't get expired ever, until they
finish running of course.

That is not ok, given you can have something that the user can trigger to change
the style (hi, :hover, for example), and right now that triggers new
transitions, getting this into a really funny state.

I should give fixing this a shot, but it's non-trivial at all.

This cherry-picks part of servo/servo#20757.
2018-10-19 01:17:15 +02:00
..
components Bug 1500260 - Remove unused expired boolean in Animation::Transition. r=emilio 2018-10-19 01:17:15 +02:00
ports/geckolib Bug 1499408 - followup test fix to the followup build fix. 2018-10-17 17:19:39 +02:00
support/gecko/nsstring Bug 1486711 - Fill logically uninitialized parts of an XPCOM string's buffer with a marker byte in debug builds. r=froydnj 2018-09-07 05:47:57 +00:00
tests/unit Bug 1488172 - Fix Servo and unit tests build. r=me 2018-09-03 14:13:36 +02:00
moz.build Bug 1464834: Bring back servo/moz.build to fix the linting failure. r=me 2018-05-29 11:07:31 +02:00