aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/animation.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-3/+4
* make layout task fields privateHayden Faulds2015-11-121-11/+0
* Pass the constellation_chan to animation::update_animation_state directly.Ms2ger2015-11-091-7/+5
* Move running_animations from LayoutTaskData to LayoutTask.Ms2ger2015-11-091-3/+4
* Move new_animations_receiver from LayoutTaskData to LayoutTask.Ms2ger2015-11-091-3/+5
* Move LayoutTask::first_reflow out of its Cell.Ms2ger2015-11-091-1/+1
* Wrap SharedLayoutContext::new_animations_sender in a Mutex.Ms2ger2015-11-071-3/+3
* layout: Avoid flooding the compositor with animation state changes ifPatrick Walton2015-11-021-0/+6
* layout: Do a couple of minor style cleanups.Patrick Walton2015-09-271-1/+3
* Ensure that animations expire correctly and stop compositing occurring after ...Glenn Watson2015-09-241-16/+25
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+2