aboutsummaryrefslogtreecommitdiffstats
path: root/ports
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #16962 - hiikezoe:prefixed-intrinsic-size-value, r=Manishearthselectors-v0.18.0bors-servo2017-05-221-7/+17
|\
| * Support prefixed intrinsic size value for flex-basis.Hiroyuki Ikezoe2017-05-211-3/+3
| * Support prefixed intrinsic size value for {width,height,{inline,block}-size}}.Hiroyuki Ikezoe2017-05-211-8/+18
* | Drop initial values of properties other than font-size and font-family in ser...Hiroyuki Ikezoe2017-05-221-0/+23
* | Revert "Auto merge of #16976 - upsuper:bug1366247, r=nox"Emilio Cobos Álvarez2017-05-211-4/+2
* | Auto merge of #16976 - upsuper:bug1366247, r=noxbors-servo2017-05-211-2/+4
|\ \
| * | Add sugar for already_AddRefed and use it for conversion between Atom and nsI...Xidorn Quan2017-05-211-2/+4
| |/
* / Add a new TraversalRestyleBehavior that represents the traversal is triggered...Hiroyuki Ikezoe2017-05-211-3/+4
|/
* style: Refactor RestyleHint to be a struct.Cameron McCormack2017-05-201-4/+4
* Trigger animation-only restyle without normal restyle.Boris Chiou2017-05-201-4/+13
* Use &[ComputedOperation] as the argument type of convert_transform.Boris Chiou2017-05-201-1/+1
* Handle None transform properly.Boris Chiou2017-05-201-1/+10
* Add Servo_GetProperties_Overriding_Animation.Boris Chiou2017-05-201-1/+35
* Avoid returning / passing around a huge ParsedDeclaration typeSimon Sapin2017-05-191-25/+36
* Implement CSSKeyframesRule and CSSKeyframeRule for stylo.Xidorn Quan2017-05-191-15/+134
* stylo: Don't mess up traversal drivers.Emilio Cobos Álvarez2017-05-181-2/+2
* Only use the parallel traversal when traversing from the root.Bobby Holley2017-05-181-1/+1
* Auto merge of #16907 - emilio:postrebuild, r=heycambors-servo2017-05-171-0/+6
|\
| * Bug 1364862: Make PostRebuildAllStyleData async. r=heycamEmilio Cobos Álvarez2017-05-171-0/+6
* | Auto merge of #16882 - canaltinova:more-quirk, r=bholleybors-servo2017-05-171-17/+27
|\ \
| * | stylo: Continue to propagate quirks mode information to ServoNazım Can Altınova2017-05-151-17/+27
* | | Bug 1364850: Move PseudoElement to be just another combinator in selectors. r...Emilio Cobos Álvarez2017-05-171-1/+0
| |/ |/|
* | Informative text about process::abort.Josh Matthews2017-05-161-0/+2
* | Revert "Replace intrinsics::abort with process::abort"Josh Matthews2017-05-163-4/+9
* | Enable querying counter-style rule on Servo backend.Xidorn Quan2017-05-161-0/+13
* | Relax the requirement of Atom::with.Xidorn Quan2017-05-161-1/+1
* | Add basic integration of @counter-style.Xidorn Quan2017-05-161-11/+21
* | Bug 1364412: Convert pseudo-elements to an enum. r=hiro,xidornEmilio Cobos Álvarez2017-05-161-20/+15
* | Bug 1364412: Simplify Servo_HasAuthorSpecifiedRules looking at the pseudo sty...Emilio Cobos Álvarez2017-05-161-66/+12
* | Bug 1364412: Use the pseudo selector to reject state selectors. r=bholleyEmilio Cobos Álvarez2017-05-161-1/+11
* | Stylo: Pass LayerImage's image_value to gecko.cku2017-05-161-1/+2
|/
* Auto merge of #16859 - nox:gradients, r=emiliobors-servo2017-05-151-5/+3
|\
| * Rename LayerImage to ImageLayer and make it a type aliasAnthony Ramine2017-05-151-4/+2
| * Introduce style::values::generics::imageAnthony Ramine2017-05-151-1/+1
* | Auto merge of #16835 - ferjm:bug1350175.line.column.css.rules, r=upsuper,Simo...bors-servo2017-05-151-16/+27
|\ \
| * | Stylo: Bug 1350175 - Support getting line / column number of CSS rulesFernando Jiménez Moreno2017-05-121-16/+27
* | | Implement animation addition in Servo_AnimationComposeBrian Birtles2017-05-151-9/+28
* | | Auto merge of #16819 - canaltinova:quirk-mode, r=bholley,emiliobors-servo2017-05-131-5/+6
|\ \ \
| * | | stylo: Propagate quirks mode information from Gecko to ServoNazım Can Altınova2017-05-141-5/+6
| | |/ | |/|
* | | Make ParsingMode bitflags.Hiroyuki Ikezoe2017-05-141-12/+14
* | | Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM...Hiroyuki Ikezoe2017-05-141-21/+21
* | | Auto merge of #16844 - bradwerth:stylesheet64, r=heycambors-servo2017-05-131-5/+5
|\ \ \
| * | | Bug 1363572 Part 1: Servo-side change stylesheet_set entry unique_id to u64.Brad Werth2017-05-121-5/+5
| |/ /
* | | Rename add_computed_property_value to append_computed_property_value.Hiroyuki Ikezoe2017-05-141-15/+14
* | | Rename FillKeyframesForName to GetKeyframesForName.Hiroyuki Ikezoe2017-05-141-5/+5
* | | Fill in missing keyframe values.Hiroyuki Ikezoe2017-05-141-19/+93
* | | Split off add_computed_property_value().Hiroyuki Ikezoe2017-05-141-17/+16
* | | Merge keyframe values at the same offset and of the same timing function.Hiroyuki Ikezoe2017-05-141-21/+34
* | | Use match instead of 'if let'.Hiroyuki Ikezoe2017-05-141-4/+3
* | | Early return if there is no animation matching to the given name.Hiroyuki Ikezoe2017-05-141-79/+81