aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/viewport.rs
Commit message (Expand)AuthorAgeFilesLines
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Use num-traits in style.Ms2ger2016-04-201-1/+1
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-3/+3
* Introduce traits for style structs and computed values.Bobby Holley2016-03-241-3/+3
* Refactor the cascadeSimon Sapin2016-03-181-16/+3
* Fix up overflow_x and _y after the fact rather than have their values in comp...Simon Sapin2016-03-151-2/+0
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+0
* Deny unsafe code in style.Ms2ger2015-12-301-0/+2
* Make log_css_error in parser.rs take a &ParserContext argument and call this ...GauriGNaik2015-12-021-1/+1
* Derive HeapSizeOf on more Stylesheet-related typesTill Schneidereit2015-11-071-3/+4
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-3/+3
* Fix issues found by rust-clippyCorey Farwell2015-10-121-4/+4
* Implement CSS Device Adaption § 9 (Viewport <META> element)James Gilbertson2015-09-301-31/+306
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+3
* Add style_traits crate to improve crate separation,João Oliveira2015-09-041-91/+11
* Various fixes in styleManish Goregaokar2015-09-031-9/+9
* Properly serialize % values in calc expressionsDavid Zbarsky2015-08-261-1/+1
* Clean up serialization and other hacksDavid Zbarsky2015-08-261-13/+31
* Implement Calc for LengthOrPercentageOrAutoDavid Zbarsky2015-08-261-0/+2
* sort all usesJohann Tuffe2015-08-201-2/+2
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
* compositing: Make the constellation messages serializable.Patrick Walton2015-07-181-1/+1
* Use euclid from crates.ioecoal952015-06-191-2/+2
* rust-geom API changesCorey Farwell2015-06-131-3/+3
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* Implement constraining as per DEVICE-ADAPT § 6James Gilbertson2015-05-051-0/+207
* Implement parsing of an @viewport ruleJames Gilbertson2015-05-051-0/+302