aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/animation.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make it possible to construct StyleBuilder with two different inherited styles.Boris Zbarsky2017-07-261-0/+1
* Auto merge of #17775 - michael-p:rename-stylearc-to-servo-arc, r=emiliobors-servo2017-07-191-1/+1
|\
| * Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* | Auto merge of #17774 - servo:derive-all-the-things, r=emiliobors-servo2017-07-191-13/+5
|\ \ | |/ |/|
| * Don't use Point2D<f32> for cubic curves anymoreAnthony Ramine2017-07-191-13/+5
* | style: Cleanup most of the Inner mess.Emilio Cobos Álvarez2017-07-181-8/+9
|/
* stylo: Use ComputedValuesInner instead of ComputedValues when we don't need itManish Goregaokar2017-07-171-6/+6
* stylo: Create error reporters linked to documents (bug 1352669)Josh Matthews2017-07-101-1/+0
* Move match and cascade temporaries to CurrentElementInfoJ. Ryan Stinnett2017-06-221-0/+1
* style: Be more strict when setting the root font size.Emilio Cobos Álvarez2017-06-211-1/+0
* Use AnimatableLonghand for AnimationValueMap and related codeBrian Birtles2017-06-151-7/+27
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Use generics for transition-timing-function 📈Anthony Ramine2017-06-051-19/+20
* style: Split stylesheets.rsEmilio Cobos Álvarez2017-06-041-1/+1
* style: Add support for disabled document colors.Cameron McCormack2017-05-301-1/+3
* Match and cascade visited stylesJ. Ryan Stinnett2017-05-241-0/+3
* Change device and rule_set references to accessorsheyzoos2017-05-181-1/+1
* Root nodes for the duration of their CSS transitions.Josh Matthews2017-05-151-9/+17
* style: Slim down SharedStyleContext.Emilio Cobos Álvarez2017-05-111-0/+2
* Use StyleArc in the style system.Bobby Holley2017-05-021-1/+1
* Auto merge of #16640 - hiikezoe:timing-function, r=xidornbors-servo2017-04-281-5/+13
|\
| * Use FunctionKeyword for computed_value of timing-function as well.Hiroyuki Ikezoe2017-04-281-5/+13
* | Bug 1360508: Adjust text-combine properly. r=jryansEmilio Cobos Álvarez2017-04-281-1/+0
* | Auto merge of #16609 - nox:quirks, r=Manishearth,emiliobors-servo2017-04-271-1/+2
|\ \ | |/ |/|
| * Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-1/+2
* | Port text-combine-upright writing mode fixup to ServoJ. Ryan Stinnett2017-04-271-0/+1
* | Fix inaccurate input progress in the final animation frame.Boris Chiou2017-04-271-1/+9
* | Add frames into style system and update animation with frames functions.Boris Chiou2017-04-271-0/+8
|/
* Bug 1357357 - Make the parser of transition-property match the spec.Boris Chiou2017-04-261-7/+11
* Keep custom-ident and string separate in animation/keyframes name.Simon Sapin2017-04-261-6/+13
* Use CustomIdent for animation-name and @keyframesSimon Sapin2017-04-261-4/+4
* Auto merge of #16527 - BorisChiou:stylo/transition/shorthands, r=emiliobors-servo2017-04-191-0/+11
|\
| * Bug 1353628 - Part 3: Create PropertyAnimation for shorthands.Boris Chiou2017-04-191-0/+11
* | Fix indentation errors in servo rust code that tidy now finds.coalman2017-04-181-1/+1
|/
* stylo: Store font metrics provider in thread local style contextManish Goregaokar2017-04-091-5/+10
* style: Properly track whether <angle> or <time> values came from calc() expre...Emilio Cobos Álvarez2017-03-271-2/+2
* Move all PropertyDeclarationBlock from RwLock<_> to Locked<_>Simon Sapin2017-03-191-1/+1
* style: Avoid cloning all over the error reporter.Emilio Cobos Álvarez2017-03-141-1/+1