aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/animation.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Refactor some animations codeMartin Robinson2020-04-141-33/+9
* Avoid infinitely looping CSS transitions.Josh Matthews2020-04-011-19/+16
* style: Use only Origin during the cascade, rather than CascadeLevel.Emilio Cobos Álvarez2019-11-301-2/+2
* Fix some new warningsSimon Sapin2019-06-221-2/+2
* Remove unused code from selector and style cratesest312019-06-071-17/+0
* style: Minor build fixup after the Servo crossbeam_channel update.Emilio Cobos Álvarez2018-12-161-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-2/+1
* `cargo fix --edition`Simon Sapin2018-11-101-17/+17
* Reorder importsPyfisch2018-11-061-3/+3
* Format remaining filesPyfisch2018-11-061-6/+9
* style: Fix servo build and tidy lints.Emilio Cobos Álvarez2018-10-281-1/+1
* style: Implement steps(jump-*) functions.Boris Chiou2018-10-281-5/+33
* style: Split TimingFunction into a separate file to match spec.Boris Chiou2018-10-281-2/+2
* style: Drop frames() timing function.Boris Chiou2018-10-281-16/+0
* Revert "style: Make the transitions code make sense again."Emilio Cobos Álvarez2018-10-191-2/+2
* style: More useful logging for transition-related stuff.Emilio Cobos Álvarez2018-10-151-12/+10
* style: Expire keyframes animations when no longer referenced by the style.Emilio Cobos Álvarez2018-10-151-19/+30
* style: Remove unused expired boolean in Animation::Transition.Emilio Cobos Álvarez2018-10-151-18/+5
* style: Make the transitions code make sense again.Emilio Cobos Álvarez2018-10-151-2/+2
* style: Cleanup some of the animation starting code.Emilio Cobos Álvarez2018-10-151-53/+56
* style: Fix Gecko build.Emilio Cobos Álvarez2018-09-151-0/+8
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* Format style component.chansuke2018-09-091-12/+14
* style: Push visited style computation a bit further down.Emilio Cobos Álvarez2018-07-241-3/+2
* style: Move TransitionProperty where it belongs.Emilio Cobos Álvarez2018-06-121-1/+2
* style: Make the transition-property code make more sense.Emilio Cobos Álvarez2018-06-121-1/+2
* style: Remove some unneeded cfg(..).Emilio Cobos Álvarez2018-05-051-2/+1
* style: Implement Debug for KeyframeAnimationStyle by hand.Emilio Cobos Álvarez2018-05-051-1/+18
* style: Fix servo build.Emilio Cobos Álvarez2018-05-051-18/+17
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-135/+182
* style: Only expose longhands to rust via iterators.Emilio Cobos Álvarez2018-02-281-5/+5
* Remove TransitionProperty::AllAnthony Ramine2018-02-261-16/+0
* style: Return early instead of indenting in animation code.Emilio Cobos Álvarez2018-02-241-3/+5
* style: Make the TElement type arrive to the `cascade` function.Emilio Cobos Álvarez2018-01-231-40/+57
* Skip rule node which contains only inherited properties for rule cache.Xidorn Quan2018-01-051-0/+1
* style: Use the ? operator for OptionMatt Brubeck2017-12-091-6/+1
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-14/+14
* style: Move animation-iteration-count outside of mako.Emilio Cobos Álvarez2017-10-241-1/+1
* style: Cleanup the animated value setup.Emilio Cobos Álvarez2017-09-291-79/+76
* Filter out !important property in keyframes for servo.Hiroyuki Ikezoe2017-09-201-4/+6
* style: Add a TLS-based style struct caching mechanism.Emilio Cobos Álvarez2017-09-141-1/+3
* Auto merge of #18431 - mbrubeck:pdb-size, r=SimonSapinbors-servo2017-09-111-4/+3
|\
| * Use SmallBitVec for important flags in PDBMatt Brubeck2017-09-111-4/+3
* | style: Remove another stale todo in animation.rsEmilio Cobos Álvarez2017-09-091-10/+8
|/
* style: Remove CascadeInfo.Emilio Cobos Álvarez2017-08-281-1/+0
* style: Remove SharedStyleContext::quirks_mode.Emilio Cobos Álvarez2017-08-251-1/+1
* order derivable traits listsClément DAVID2017-08-231-5/+5
* style: Make sure to set the initial value of the transition even if we don't ...Emilio Cobos Álvarez2017-08-211-9/+11
* style: Tweak Stylist API for getting animations to avoid exposing the hash ta...Cameron McCormack2017-08-091-2/+2