aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/media_queries.rs
Commit message (Expand)AuthorAgeFilesLines
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-2/+3
* Bug 1325878: Pass the MediaList down to Servo, making <style media> work. r=x...Emilio Cobos Álvarez2017-04-121-3/+4
* Bug 1325878: Support deep-cloning of ServoMediaLists. r=xidornEmilio Cobos Álvarez2017-04-121-1/+1
* Pass ParserContext down to lengthsJ. Ryan Stinnett2017-04-121-10/+11
* Fix a few media query parsing bugs.Emilio Cobos Álvarez2017-04-111-9/+20
* style: Fix media query parsing when invalid queries are present.Emilio Cobos Álvarez2017-03-151-10/+2
* Implement MediaList for Stylo.Xidorn Quan2017-03-131-1/+34
* Bug 1331213: Bootstrap a Gecko-side Device, and track it's dirtiness manually...Emilio Cobos Álvarez2017-01-171-2/+2
* style: Isolate the soon-to-be style-backend-specific from the media_query mod...Emilio Cobos Álvarez2017-01-071-156/+70
* Bug 1298588 part 13. Make sure Device has a ComputedValues for stylo. r=bholleyBoris Zbarsky2017-01-041-4/+37
* style: Serialize also "only" qualifier, and fix serialization of all media ex...Emilio Cobos Álvarez2016-12-301-9/+29
* style: Simplify media-query parsing so it's easier to split out.Emilio Cobos Álvarez2016-12-301-16/+35
* style: Refactor media query serialization so it doesn't use an intermediate b...Emilio Cobos Álvarez2016-12-301-9/+12
* style: Cleanup and refactor how media types are represented.Emilio Cobos Álvarez2016-12-301-18/+27
* style: Add a way to update an empty stylesheet for @import.Emilio Cobos Álvarez2016-12-161-0/+4
* style: Simplify some code in media_queries.rsEmilio Cobos Álvarez2016-12-161-15/+17
* Implement MediaList interfaceNazım Can Altınova2016-12-021-2/+2
* implement support for the width media queryGregory2016-11-261-6/+10
* style: Refactor and add infrastructure for font metrics in style.Emilio Cobos Álvarez2016-11-131-21/+4
* Allow empty media query listXidorn Quan2016-11-101-7/+13
* Rename media_queries::MediaQueryList to MediaListXidorn Quan2016-11-081-5/+5
* Prefer Servo-specific ToCss for all typesRavi Shankar2016-11-071-2/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Implement matchMedia and MediaQueryListJack Moffitt2016-11-021-7/+56
* style: Don't incorrectly clamp values in calc that might not be only lengths.Emilio Cobos Álvarez2016-09-011-5/+6
* style: Allow calc in media queries.Emilio Cobos Álvarez2016-08-301-9/+14
* Update to euclid 0.8Martin Robinson2016-08-121-4/+4
* Move some unit type definitions to style_traits.Ms2ger2016-07-111-1/+1
* Add some documentation to the style crate.Ms2ger2016-06-271-0/+4
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-221-8/+16
* 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