aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/animation.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* style: Refactor TRestyleDamage and TNode to accept/provide a "style source"Emilio Cobos Álvarez2016-08-031-2/+4
* style: Add a new Timer structure to the shared style context, and basic infra...Emilio Cobos Álvarez2016-07-201-4/+5
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-7/+6
* style: Fix parsing and add generated keyframesEmilio Cobos Álvarez2016-06-281-6/+11
* layout: Simplify logic in layout/animation.rsEmilio Cobos Álvarez2016-06-281-25/+18
* layout: animation: hoist down precise_time_s() call to avoid calling it unnec...Emilio Cobos Álvarez2016-06-281-1/+1
* style: Allow pausing and unpausing animations.Emilio Cobos Álvarez2016-06-281-20/+16
* style: WTF I was thinking about when I wrote that?Emilio Cobos Álvarez2016-06-281-1/+0
* style: Support animation-direction.Emilio Cobos Álvarez2016-06-281-18/+7
* tidy: Clean up warnings and tidy lints.Emilio Cobos Álvarez2016-06-281-2/+1
* style: layout: Get actual keyframes working!Emilio Cobos Álvarez2016-06-281-2/+40
* layout: Make animations work... more or less.Emilio Cobos Álvarez2016-06-281-23/+43
* style: Rewrite the animation representation to allow having state in layoutEmilio Cobos Álvarez2016-06-281-13/+18
* Introduce a script_layout_interface crate and move RestyleDamage to it.Ms2ger2016-06-201-1/+1
* Remove ConstellationChan.Ms2ger2016-05-191-4/+4
* Move AnimationState to script_traitsJoshua Holmer2016-01-131-2/+2
* Stop reexporting Animation from layout_interface.Ms2ger2016-01-111-2/+1
* Hoist the rest of css/matching.rs into style/.Bobby Holley2016-01-041-64/+2
* Remove the dependency of css/matching.rs on concrete RestyleDamage.Bobby Holley2016-01-041-5/+6
* Auto merge of #9077 - bholley:split_layout_context_etc, r=SimonSapinbors-servo2015-12-301-3/+3
|\
| * Hoist style-related context bits into style/.Bobby Holley2015-12-291-3/+3
* | Separate script and layout messages, issue #8843Joe Kachmar2015-12-261-1/+1
|/
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-2/+1
* Move from clock_ticks to time.Ms2ger2015-12-071-4/+4
* Write animated values into the `ComputedValues` structures whenPatrick Walton2015-11-241-32/+58