| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #16962 - hiikezoe:prefixed-intrinsic-size-value, r=Manishearthselectors-v0.18.0 | bors-servo | 2017-05-22 | 4 | -77/+61 |
|\ |
|
| * | Rename MinLength to MozLength. | Hiroyuki Ikezoe | 2017-05-21 | 4 | -31/+31 |
| * | Combine LengthOrPercentage and Auto into LengthOrPercentageOrAuto for {Min,Ma... | Hiroyuki Ikezoe | 2017-05-21 | 2 | -55/+39 |
* | | Auto merge of #16984 - emilio:lop-parsing-mode, r=canaltinova | bors-servo | 2017-05-21 | 1 | -5/+12 |
|\ \ |
|
| * | | Bug 1365629: Respect parsing mode in LengthOrPercentage. r=canaltinova | Emilio Cobos Álvarez | 2017-05-21 | 1 | -5/+12 |
| |/ |
|
* | | Derive ToComputedValue | Anthony Ramine | 2017-05-21 | 5 | -422/+98 |
* | | Remove style::values::HasViewportPercentage reexport | Anthony Ramine | 2017-05-20 | 8 | -15/+10 |
|/ |
|
* | Derive HasViewportPercentage 🍷 | Anthony Ramine | 2017-05-20 | 8 | -223/+29 |
* | Auto merge of #16931 - nox:font-feature-descriptor, r=emilio | bors-servo | 2017-05-19 | 2 | -111/+2 |
|\ |
|
| * | Move some style macros into their own module, used first | Anthony Ramine | 2017-05-18 | 2 | -111/+2 |
* | | Auto merge of #16067 - Wafflespeanut:grid, r=nox,Wafflespeanut | bors-servo | 2017-05-18 | 3 | -38/+641 |
|\ \ |
|
| * | | Fix old grid code | Ravi Shankar | 2017-05-18 | 1 | -32/+52 |
| * | | Auto-generate code for grid-template-{rows,columns} | Ravi Shankar | 2017-05-18 | 2 | -0/+16 |
| * | | Merge grid <line-names> in <track-list> computed value | Ravi Shankar | 2017-05-18 | 1 | -1/+95 |
| * | | Add parsing/serialization for <track-list> | Ravi Shankar | 2017-05-18 | 1 | -3/+179 |
| * | | Apply track repetitions and merge grid <line-names> in ToComputedValue | Ravi Shankar | 2017-05-18 | 1 | -0/+55 |
| * | | Add parsing/serialization for repeat() function | Ravi Shankar | 2017-05-18 | 1 | -2/+142 |
| * | | Add RepeatCount enum for handling the first component of repeat() | Ravi Shankar | 2017-05-18 | 1 | -1/+46 |
| * | | Add functions for checking <fixed-size> and <fixed-breadth> | Ravi Shankar | 2017-05-18 | 1 | -0/+39 |
| * | | Add function to parse <line-names> | Ravi Shankar | 2017-05-18 | 1 | -2/+20 |
* | | | Introduce CalcLengthOrPercentage::unclamped_length | Anthony Ramine | 2017-05-18 | 2 | -3/+12 |
| |/
|/| |
|
* | | Refactor how calc() clamping is done on computed values (fixes #15296) | Anthony Ramine | 2017-05-18 | 4 | -48/+84 |
|/ |
|
* | Implement the hashless color quirk (fixes #15341) | Anthony Ramine | 2017-05-17 | 2 | -6/+88 |
* | Make stylo use counter-style for list-style-type and counter functions. | Xidorn Quan | 2017-05-16 | 1 | -0/+50 |
* | Stylo: Let SpecifiedUrl be able to carry ImageValue. | cku | 2017-05-16 | 1 | -4/+24 |
* | Auto merge of #16859 - nox:gradients, r=emilio | bors-servo | 2017-05-15 | 8 | -1230/+1283 |
|\ |
|
| * | Implement -webkit-gradient() (fixes #16542) | Anthony Ramine | 2017-05-15 | 3 | -15/+284 |
| * | Reorganise specified::image::GradientItem methods | Anthony Ramine | 2017-05-15 | 1 | -23/+24 |
| * | Accept strings in -moz-image-rect() (fixes #16823) | Anthony Ramine | 2017-05-15 | 1 | -29/+26 |
| * | Rename LayerImage to ImageLayer and make it a type alias | Anthony Ramine | 2017-05-15 | 4 | -64/+10 |
| * | Clean up methods on specified::Image | Anthony Ramine | 2017-05-15 | 1 | -13/+11 |
| * | Refactor Gradient | Anthony Ramine | 2017-05-15 | 7 | -750/+628 |
| * | Kill side keywords from style::values::specified::image | Anthony Ramine | 2017-05-15 | 4 | -23/+20 |
| * | Introduce style::values::generics::image | Anthony Ramine | 2017-05-15 | 4 | -440/+407 |
* | | Rewrite interpolate() in terms of a more general add_weighted() function | Brian Birtles | 2017-05-15 | 1 | -1/+2 |
* | | stylo: -moz-image-region shouldn't parse unitless lengths in quirks mode | Nazım Can Altınova | 2017-05-14 | 1 | -10/+31 |
* | | Add PARSING_MODE_ALLOW_ALL_NUMERIC_VALUES to force to parse negative values. | Hiroyuki Ikezoe | 2017-05-14 | 1 | -2/+10 |
* | | Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM... | Hiroyuki Ikezoe | 2017-05-14 | 1 | -3/+3 |
* | | Auto merge of #16829 - hiikezoe:disallow-negative-duration, r=emilio | bors-servo | 2017-05-13 | 1 | -9/+23 |
|\ \
| |/
|/| |
|
| * | Disallow negative duration for animation and transition. | Hiroyuki Ikezoe | 2017-05-13 | 1 | -9/+23 |
* | | Fix future illegal_floating_point_literal_pattern warnings. | Simon Sapin | 2017-05-12 | 2 | -12/+13 |
|/ |
|
* | Auto merge of #16805 - brisad:master, r=Wafflespeanut | bors-servo | 2017-05-11 | 6 | -6/+1 |
|\ |
|
| * | Make no_viewport_percentage! use an absolute path for HasViewportPercentage | Michael Brennan | 2017-05-11 | 6 | -6/+1 |
* | | Allow border radii to be set via preshints | Manish Goregaokar | 2017-05-10 | 1 | -0/+6 |
|/ |
|
* | Refactor Position | Anthony Ramine | 2017-05-10 | 5 | -579/+304 |
* | Merge ComputeDistance trait into Animatable trait | Brian Birtles | 2017-05-10 | 1 | -8/+1 |
* | Rename the Interpolate trait to Animatable | Brian Birtles | 2017-05-10 | 1 | -2/+2 |
* | Auto merge of #16728 - emilio:recalc, r=waffles | bors-servo | 2017-05-05 | 3 | -569/+629 |
|\ |
|
| * | style: Rewrite calc to be cleaner and support arbitrary expressions. | Emilio Cobos Álvarez | 2017-05-05 | 3 | -569/+629 |
* | | Allow vector properties to be set by iterator | Manish Goregaokar | 2017-05-04 | 1 | -0/+7 |