aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/animation.rs
Commit message (Expand)AuthorAgeFilesLines
* Move most animation processing to scriptMartin Robinson2020-05-121-218/+0
* Split animations and transitions into separate listsMartin Robinson2020-05-061-84/+83
* Start having animations conform to the HTML specMartin Robinson2020-05-051-8/+10
* Use a restyle for animation ticksMartin Robinson2020-05-051-109/+64
* Add support for animationend eventMartin Robinson2020-05-011-30/+54
* Split animation cancellation from update_style_for_animationMartin Robinson2020-04-301-14/+12
* Restyle should reflect animations and transitionsMartin Robinson2020-04-291-1/+2
* Add support for transitionrun eventsMartin Robinson2020-04-241-55/+78
* Add ElementAnimationState and PossibleElementAnimationStateMartin Robinson2020-04-241-155/+121
* Add support for canceling CSS transitionsMartin Robinson2020-04-221-6/+44
* Eliminate `AnimationFrame`Martin Robinson2020-04-181-5/+5
* Avoid infinitely looping CSS transitions.Josh Matthews2020-04-011-0/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-10/+11
* Cancel animations that affect nodes that do not participate in layout.Josh Matthews2018-12-101-5/+21
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-2/+2
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-7/+13
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* style: More useful logging for transition-related stuff.Emilio Cobos Álvarez2018-10-151-0/+2
* style: Remove unused expired boolean in Animation::Transition.Emilio Cobos Álvarez2018-10-151-8/+7
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-2/+2
* Rustfmt layout cratePyfisch2018-09-011-28/+28
* Fix Servo build.Emilio Cobos Álvarez2018-08-081-4/+4
* style: Fix servo build.Emilio Cobos Álvarez2018-05-051-3/+3
* Move DL items from gfx to layoutPyfisch2018-04-221-1/+1
* style: Make the TElement type arrive to the `cascade` function.Emilio Cobos Álvarez2018-01-231-20/+29
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-2/+2
* stylo: Remove a lot of the restyle damage related complexity.Emilio Cobos Álvarez2017-08-201-3/+4
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+1
* Revert "Backed out changeset b10e6ba9cbdb because gecko part had to be backed...Emilio Cobos Álvarez2017-07-201-1/+3
* Backed out changeset b10e6ba9cbdb because gecko part had to be backed out. r=...Gecko Backout2017-07-201-3/+1
* style: Pass old ComputedValues and old cached struct bits to Gecko_CalcStyleD...Cameron McCormack2017-07-201-1/+3
* style: Avoid some cfg checks in context.rsEmilio Cobos Álvarez2017-05-291-4/+4
* style: Use RestyleDamage to determine whether we must continue cascading styl...Cameron McCormack2017-05-201-1/+3
* Warn about ignored transitions which can't be rooted.Josh Matthews2017-05-151-4/+8
* Accumulate transitioning nodes inside the layout context.Josh Matthews2017-05-151-3/+6
* Root nodes for the duration of their CSS transitions.Josh Matthews2017-05-151-3/+10
* stylo: Store font metrics provider in thread local style contextManish Goregaokar2017-04-091-1/+3
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-2/+2
* style: Document the animated_properties code.Emilio Cobos Álvarez2016-12-311-1/+1
* Make Restyle tracking more granular.Bobby Holley2016-12-091-1/+0
* layout: Minor style cleanup.Patrick Walton2016-11-301-3/+5
* Remove SelectorImpl aliasesSimon Sapin2016-11-221-2/+2
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-1/+1
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-1/+1
* Emit TransitionEnd events in the layout thread and process it in the script t...Keith Yeung2016-10-111-2/+10
* Make RestyleDamage::compute take no optional argument, delegate the handling ...Emilio Cobos Álvarez2016-08-101-1/+1