aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/media_queries.rs
Commit message (Expand)AuthorAgeFilesLines
* Removed unused importsPer Lundberg2016-05-151-1/+0
* style: Support lazy pseudo-elementsEmilio Cobos Álvarez2016-05-031-2/+8
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+0
* Update cssparser.Simon Sapin2016-01-211-2/+2
* Derive HeapSizeOf on more Stylesheet-related typesTill Schneidereit2015-11-071-8/+9
* 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-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Improve style in properties.mako.rsManish Goregaokar2015-09-041-2/+2
* Various fixes in styleManish Goregaokar2015-09-031-4/+4
* sort all usesJohann Tuffe2015-08-201-1/+1
* Use euclid from crates.ioecoal952015-06-191-1/+1
* rust-geom API changesCorey Farwell2015-06-131-2/+2
* Rename Au methods with f32/f64 instead of frac32/frac/subpxSimon Sapin2015-05-051-2/+2
* Implement Clone for Copy types.Ms2ger2015-04-281-5/+5
* Add links to the spec for components/styleCorey Farwell2015-04-171-1/+5
* Remove now-empty module.Simon Sapin2015-04-081-5/+0
* Move style crate unit tests into the unit_tests crate.Simon Sapin2015-04-081-414/+4
* Remove allow(missing_copy_implementations) attributes.Ms2ger2015-03-231-1/+0
* Implement viewport percentage length units ('vw', 'vh', 'vmin', 'vmax')James Gilbertson2015-03-051-0/+2
* Defer media query width computation until evalationJames Gilbertson2015-03-051-27/+43
* Do "computed value" calculation with a trait with an associated type.Simon Sapin2015-02-201-2/+2
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-8/+8
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-11/+11
* Port to the new cssparser.Simon Sapin2015-01-211-182/+77
* Move to to_owned rather than into_string.Ms2ger2015-01-201-126/+127
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-3/+5
* Import ast::ComponentValue more consistently.Ms2ger2015-01-041-0/+1
* style: to_string() -> into_string()Manish Goregaokar2014-12-271-126/+126
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-97/+96
* style: Address review comments relating to `bgcolor` and column spansPatrick Walton2014-12-151-6/+19
* Fix spelling mistakes in comments.Joseph Crail2014-12-111-1/+1
* Add support for the 'rem' css unitMichael Wu2014-12-111-1/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-12/+12
* Fix unit tests for media queries.Glenn Watson2014-11-061-2/+3
* Make media queries work with resize and page zoom.Glenn Watson2014-11-041-3/+3
* Implement media queries parser and matching. Improves mobile first sites like...Glenn Watson2014-10-151-43/+627
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-6/+6
* Eliminate warningsKeegan McAllister2014-09-201-3/+3
* Cargoify servoJack Moffitt2014-09-081-0/+131