aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Split values.rs into specified/computed module filesManish Goregaokar2016-07-291-2336/+0
* Store UrlExtraData in {specified,computed}::Image::Url.Cameron McCormack2016-07-291-8/+45
* Pull UrlExtraData up to values.rs.Cameron McCormack2016-07-291-0/+13
* Rename ComputedValuesStruct to ComputedValues.Simon Sapin2016-07-201-6/+6
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-38/+27
* Only restyle viewport-relative nodes on viewport size changeShing Lyu2016-07-181-2/+99
* style: remove is_servo(), as_servo() and as_servo_mut()Emilio Cobos Álvarez2016-07-011-0/+5
* style: Refactor all the animated properties to use the style system properlyEmilio Cobos Álvarez2016-06-281-16/+8
* style: Refactor to pass animations cleanly, land animation-name parsing as ex...Emilio Cobos Álvarez2016-06-281-0/+5
* Auto merge of #11834 - servo:style-docs, r=SimonSapinbors-servo2016-06-271-0/+4
|\
| * Add some documentation to the style crate.Ms2ger2016-06-271-0/+4
* | Clean up codeMichael Howell2016-06-251-2/+2
* | Merge AuExtensionMethods and LocalToCss.Ms2ger2016-06-231-24/+15
|/
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-221-42/+74
* stylo: Support linear-gradients as background-imageEmilio Cobos Álvarez2016-06-011-0/+1
* Remove empty lines following braces.Josh Matthews2016-05-271-2/+0
* Re-use Url serialization in values::specified::Image.Cameron McCormack2016-05-241-6/+4
* layout: Check flow descendants of inline block fragments to find theirPatrick Walton2016-05-041-0/+15
* Add a predefined Number type.Cameron McCormack2016-05-031-0/+38
* Factor out opacity property to use an Opacity type.Cameron McCormack2016-05-031-0/+31
* Add style property for flex-basisDaniel Robertson2016-04-241-0/+102
* Generate a fragment for an empty elements with borders or paddingMatt Brubeck2016-04-161-0/+13
* Removed the T prefix for the style traitsPer Lundberg2016-04-121-1/+1
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-4/+4
* change changes effecting verbosityfaineance2016-03-271-9/+6
* use self.0 instead of destructing single item tuple structsfaineance2016-03-271-9/+8
* Introduce traits for style structs and computed values.Bobby Holley2016-03-241-24/+44
* Auto merge of #10088 - pkondzior:7038-report-memory-usage-in-layout-thread-da...bors-servo2016-03-221-1/+1
|\
| * Report memory usage from LayoutThreadData Stylist [#7038]Pawel Kondzior2016-03-191-1/+1
* | Refactor the cascadeSimon Sapin2016-03-181-23/+18
* | Fix up overflow_x and _y after the fact rather than have their values in comp...Simon Sapin2016-03-151-2/+0
|/
* Update cssparser.Simon Sapin2016-01-211-8/+8
* style: Mark trivial `CalcLengthOrPercentage` accessors as inline.Patrick Walton2015-12-141-0/+2
* Fix warnings: Use Vec.extend_from_slice instead of Vec.push_allTetsuharu OHZEKI2015-12-101-4/+4
* Fix for #8593 'loop..match' should be 'while let'r0e2015-11-191-6/+5
* Update to rust-cssparser 0.4.0Simon Sapin2015-11-051-13/+28
* Implement calc expressions for more value typesDavid Zbarsky2015-11-011-89/+257
* Implement `size` attribute for <font> elementCorey Farwell2015-09-301-1/+21
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-3/+32
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-9/+5
* Remove unnecessary `allow(dead_code)` function attributesCorey Farwell2015-09-211-4/+0
* Add transitions for CSS `calc()`.Michael Howell2015-09-191-2/+49
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+3
* gfx: Add elliptical border-radius shorthand parsingBryan Bell2015-09-151-18/+12
* Auto merge of #7502 - bjwbell:elliptical-borders, r=pcwaltonbors-servo2015-09-041-0/+86
|\
| * gfx: Add elliptical border radius supportBryan Bell2015-09-041-0/+86
* | Add style_traits crate to improve crate separation,João Oliveira2015-09-041-46/+1
* | Fix or silence some warnings.Simon Sapin2015-09-041-0/+1
* | Auto merge of #7519 - Manishearth:clippyfix, r=SimonSapinbors-servo2015-09-021-105/+105
|\ \
| * | Fix match_ref_pats issues in values.rsManish Goregaokar2015-09-031-105/+105