aboutsummaryrefslogtreecommitdiffstats
path: root/ports/geckolib
Commit message (Expand)AuthorAgeFilesLines
...
* | | style: Record ElementState bits that selectors depend on.Cameron McCormack2017-05-121-0/+8
* | | style: Record names that appear in attribute selectors.Cameron McCormack2017-05-121-0/+7
| |/ |/|
* | Bump cssparser to 0.13.3Manish Goregaokar2017-05-111-1/+1
|/
* Auto merge of #16797 - ferjm:bug1361994.mozdocument.cssom, r=xidornbors-servo2017-05-111-1/+17
|\
| * Stylo: Bug 1361994 - Implement access to CSSMozDocumentRuleFernando Jiménez Moreno2017-05-101-1/+17
* | Auto merge of #16804 - hiikezoe:allow-unitless-length-for-smil, r=birtlesbors-servo2017-05-101-41/+32
|\ \
| * | Allow unitless length for SMIL values.Hiroyuki Ikezoe2017-05-111-2/+3
| * | Use parse_property for Servo_CSSSupports2() as well.Hiroyuki Ikezoe2017-05-111-14/+2
| * | Factor out common part of Servo_ParseProperty() and set_property().Hiroyuki Ikezoe2017-05-111-26/+28
* | | Auto merge of #16800 - Manishearth:border-radius, r=emiliobors-servo2017-05-101-10/+9
|\ \ \ | |/ / |/| |
| * | Make unknown pres attrs panicManish Goregaokar2017-05-101-9/+4
| * | Allow border radii to be set via preshintsManish Goregaokar2017-05-101-1/+5
| |/
* | Auto merge of #16798 - bzbarsky:stylist-lazier-updates, r=emiliobors-servo2017-05-101-28/+9
|\ \
| * | Clear the stylist when Gecko stylesheets change, but don't rebuild it until e...Boris Zbarsky2017-05-101-28/+9
| |/
* / Bug 1355343: Take all the snapshots into account. r=bholleyEmilio Cobos Álvarez2017-05-101-48/+58
|/
* Merge ComputeDistance trait into Animatable traitBrian Birtles2017-05-101-1/+1
* Rename the Interpolate trait to AnimatableBrian Birtles2017-05-101-1/+1
* Bug 1349651 - stylo: Implement HasAuthorSpecifiedRules.Matt Brubeck2017-05-091-1/+69
* Stylo: Bug 1355408 - add support for @-moz-documentFernando Jiménez Moreno2017-05-091-0/+1
* Bug 1346052 - Add Servo_AnimationValue_Compute for AnimationValue::FromString.Boris Chiou2017-05-031-0/+39
* Use StyleArc in the style system.Bobby Holley2017-05-022-2/+3
* Change StyleSet to track stylesheets by unique ID.Brad Werth2017-05-021-8/+9
* Auto merge of #16690 - hiikezoe:multiple-properties-in-keyframe, r=birtlesbors-servo2017-05-021-5/+7
|\
| * Set multiple properties in a keyframe correctly.Hiroyuki Ikezoe2017-05-021-5/+7
* | Auto merge of #16691 - heycam:custom-prop-name, r=xidornbors-servo2017-05-021-1/+1
|\ \ | |/ |/|
| * style: Correctly serialize CSS Custom Property names.Cameron McCormack2017-05-021-1/+1
* | Auto merge of #16688 - KuoE0:make-stylo-support-mozmm-unit, r=xidornbors-servo2017-05-021-2/+2
|\ \ | |/ |/|
| * Make style system support mozmm unit and compute it correctly.KuoE02017-05-021-2/+2
* | stylo: Parse eSafeAgentSheetFeatures as agent sheetTing-Yu Lin2017-05-021-0/+2
|/
* Pass AnimationValueMap raw pointer instead of Arc to Gecko_GetAnimationRule()Hiroyuki Ikezoe2017-05-012-14/+12
* style: Add a StyleBuilder struct to avoid refcount and atomic CAS during the ...Emilio Cobos Álvarez2017-04-301-5/+6
* Bug 1360508: Adjust text-combine properly. r=jryansEmilio Cobos Álvarez2017-04-281-7/+27
* Auto merge of #16642 - upsuper:bug1355394, r=heycambors-servo2017-04-281-9/+35
|\
| * Implement CSSOM support for @supports.Xidorn Quan2017-04-281-1/+17
| * Move GetRules function into macro.Xidorn Quan2017-04-281-8/+18
* | Auto merge of #16609 - nox:quirks, r=Manishearth,emiliobors-servo2017-04-271-12/+25
|\ \ | |/ |/|
| * Implement the unitless length quirk for physical size extremumsAnthony Ramine2017-04-271-1/+1
| * Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-12/+25
* | Port text-combine-upright writing mode fixup to ServoJ. Ryan Stinnett2017-04-271-1/+1
* | Auto merge of #16630 - emilio:nac, r=bholley,hirobors-servo2017-04-271-5/+9
|\ \
| * | Bug 1331047: Implement the new traversal semantics for stylo. r=bholley,hiroEmilio Cobos Álvarez2017-04-271-5/+9
* | | Bug 1336863: Ensure we don't restyle with outdated rules.Emilio Cobos Álvarez2017-04-271-0/+1
|/ /
* / Make Servo_NoteExplicitHints allow multiple animation restyle hints, includin...Brian Birtles2017-04-271-8/+6
|/
* Bug 1357357 - Make the parser of transition-property match the spec.Boris Chiou2017-04-261-3/+3
* Auto merge of #16570 - Manishearth:scriptmin-parent, r=heycambors-servo2017-04-251-1/+2
|\
| * Compute scriptminsize against the parent font base sizeManish Goregaokar2017-04-211-1/+2
* | Auto merge of #16589 - servo:cssparserup, r=emiliobors-servo2017-04-241-1/+1
|\ \
| * | Update to cssparser 0.13Simon Sapin2017-04-251-1/+1
* | | Rename StdoutErrorReporter to RustLogReporter.Simon Sapin2017-04-241-14/+14
|/ /
* | Auto merge of #16575 - emilio:cleanup-matching, r=Wafflespeanutbors-servo2017-04-231-2/+9
|\ \