| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Auto merge of #16769 - MortimerGoro:android_archs, r=larsbergstrom | bors-servo | 2017-05-13 | 6 | -26/+95 |
|\ \ \
| |/ /
|/| | |
|
| * | | Support for Android armv7 and aarch64 target triples | Imanol Fernandez | 2017-05-08 | 6 | -26/+95 |
* | | | Auto merge of #16802 - emilio:slim-down-slc, r=bholley | bors-servo | 2017-05-12 | 1 | -13/+8 |
|\ \ \ |
|
| * | | | style: Slim down SharedStyleContext. | Emilio Cobos Álvarez | 2017-05-11 | 1 | -13/+8 |
* | | | | style: Record ElementState bits that selectors depend on. | Cameron McCormack | 2017-05-12 | 1 | -0/+8 |
* | | | | style: Record names that appear in attribute selectors. | Cameron McCormack | 2017-05-12 | 1 | -0/+7 |
| |_|/
|/| | |
|
* | | | Bump cssparser to 0.13.3 | Manish Goregaokar | 2017-05-11 | 1 | -1/+1 |
|/ / |
|
* | | Auto merge of #16797 - ferjm:bug1361994.mozdocument.cssom, r=xidorn | bors-servo | 2017-05-11 | 1 | -1/+17 |
|\ \ |
|
| * | | Stylo: Bug 1361994 - Implement access to CSSMozDocumentRule | Fernando Jiménez Moreno | 2017-05-10 | 1 | -1/+17 |
* | | | Auto merge of #16804 - hiikezoe:allow-unitless-length-for-smil, r=birtles | bors-servo | 2017-05-10 | 1 | -41/+32 |
|\ \ \ |
|
| * | | | Allow unitless length for SMIL values. | Hiroyuki Ikezoe | 2017-05-11 | 1 | -2/+3 |
| * | | | Use parse_property for Servo_CSSSupports2() as well. | Hiroyuki Ikezoe | 2017-05-11 | 1 | -14/+2 |
| * | | | Factor out common part of Servo_ParseProperty() and set_property(). | Hiroyuki Ikezoe | 2017-05-11 | 1 | -26/+28 |
* | | | | Auto merge of #16800 - Manishearth:border-radius, r=emilio | bors-servo | 2017-05-10 | 1 | -10/+9 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Make unknown pres attrs panic | Manish Goregaokar | 2017-05-10 | 1 | -9/+4 |
| * | | | Allow border radii to be set via preshints | Manish Goregaokar | 2017-05-10 | 1 | -1/+5 |
| |/ / |
|
* | | | Auto merge of #16798 - bzbarsky:stylist-lazier-updates, r=emilio | bors-servo | 2017-05-10 | 1 | -28/+9 |
|\ \ \ |
|
| * | | | Clear the stylist when Gecko stylesheets change, but don't rebuild it until e... | Boris Zbarsky | 2017-05-10 | 1 | -28/+9 |
| |/ / |
|
* / / | Bug 1355343: Take all the snapshots into account. r=bholley | Emilio Cobos Álvarez | 2017-05-10 | 1 | -48/+58 |
|/ / |
|
* | | Merge ComputeDistance trait into Animatable trait | Brian Birtles | 2017-05-10 | 1 | -1/+1 |
* | | Rename the Interpolate trait to Animatable | Brian Birtles | 2017-05-10 | 1 | -1/+1 |
* | | Bug 1349651 - stylo: Implement HasAuthorSpecifiedRules. | Matt Brubeck | 2017-05-09 | 1 | -1/+69 |
* | | Stylo: Bug 1355408 - add support for @-moz-document | Fernando Jiménez Moreno | 2017-05-09 | 1 | -0/+1 |
|/ |
|
* | Remove obsolete paint threads option #16716 | zombiefungus | 2017-05-07 | 1 | -1/+0 |
* | Bug 1346052 - Add Servo_AnimationValue_Compute for AnimationValue::FromString. | Boris Chiou | 2017-05-03 | 1 | -0/+39 |
* | Use StyleArc in the style system. | Bobby Holley | 2017-05-02 | 2 | -2/+3 |
* | Change StyleSet to track stylesheets by unique ID. | Brad Werth | 2017-05-02 | 1 | -8/+9 |
* | Auto merge of #16690 - hiikezoe:multiple-properties-in-keyframe, r=birtles | bors-servo | 2017-05-02 | 1 | -5/+7 |
|\ |
|
| * | Set multiple properties in a keyframe correctly. | Hiroyuki Ikezoe | 2017-05-02 | 1 | -5/+7 |
* | | Auto merge of #16691 - heycam:custom-prop-name, r=xidorn | bors-servo | 2017-05-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | style: Correctly serialize CSS Custom Property names. | Cameron McCormack | 2017-05-02 | 1 | -1/+1 |
* | | Auto merge of #16688 - KuoE0:make-stylo-support-mozmm-unit, r=xidorn | bors-servo | 2017-05-02 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Make style system support mozmm unit and compute it correctly. | KuoE0 | 2017-05-02 | 1 | -2/+2 |
* | | stylo: Parse eSafeAgentSheetFeatures as agent sheet | Ting-Yu Lin | 2017-05-02 | 1 | -0/+2 |
|/ |
|
* | Replace intrinsics::abort with process::abort | Matt Brubeck | 2017-05-01 | 3 | -9/+4 |
* | Pass AnimationValueMap raw pointer instead of Arc to Gecko_GetAnimationRule() | Hiroyuki Ikezoe | 2017-05-01 | 2 | -14/+12 |
* | style: Add a StyleBuilder struct to avoid refcount and atomic CAS during the ... | Emilio Cobos Álvarez | 2017-04-30 | 1 | -5/+6 |
* | Bug 1360508: Adjust text-combine properly. r=jryans | Emilio Cobos Álvarez | 2017-04-28 | 1 | -7/+27 |
* | Auto merge of #16642 - upsuper:bug1355394, r=heycam | bors-servo | 2017-04-28 | 1 | -9/+35 |
|\ |
|
| * | Implement CSSOM support for @supports. | Xidorn Quan | 2017-04-28 | 1 | -1/+17 |
| * | Move GetRules function into macro. | Xidorn Quan | 2017-04-28 | 1 | -8/+18 |
* | | Auto merge of #16609 - nox:quirks, r=Manishearth,emilio | bors-servo | 2017-04-27 | 1 | -12/+25 |
|\ \
| |/
|/| |
|
| * | Implement the unitless length quirk for physical size extremums | Anthony Ramine | 2017-04-27 | 1 | -1/+1 |
| * | Propagate quirks mode all the way to ParserContext | Anthony Ramine | 2017-04-27 | 1 | -12/+25 |
* | | Port text-combine-upright writing mode fixup to Servo | J. Ryan Stinnett | 2017-04-27 | 1 | -1/+1 |
* | | Auto merge of #16630 - emilio:nac, r=bholley,hiro | bors-servo | 2017-04-27 | 1 | -5/+9 |
|\ \ |
|
| * | | Bug 1331047: Implement the new traversal semantics for stylo. r=bholley,hiro | Emilio Cobos Álvarez | 2017-04-27 | 1 | -5/+9 |
* | | | Bug 1336863: Ensure we don't restyle with outdated rules. | Emilio Cobos Álvarez | 2017-04-27 | 1 | -0/+1 |
|/ / |
|
* / | Make Servo_NoteExplicitHints allow multiple animation restyle hints, includin... | Brian Birtles | 2017-04-27 | 1 | -8/+6 |
|/ |
|
* | Bug 1357357 - Make the parser of transition-property match the spec. | Boris Chiou | 2017-04-26 | 1 | -3/+3 |