aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/media_queries.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | This merges import blocks that were reported by tidy as unmerged.
* 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
| | | | https://github.com/servo/rust-geom/pull/81
* 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
| | | | This is now the default.
* 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
| | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there.
* 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
| | | | https://github.com/servo/rust-cssparser/pull/68
* Move to to_owned rather than into_string.Ms2ger2015-01-201-126/+127
| | | | into_string has been removed from Rust.
* 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 ↵Glenn Watson2014-10-151-43/+627
| | | | like bootstrap3.
* 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