aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/media_queries.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-5/+5
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-8/+8
* Use the location in the error value when reporting a CSS errorSimon Sapin2017-10-101-1/+2
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-4/+4
* Use the current parser location for CSS errorSimon Sapin2017-10-101-2/+1
* stylo: Error reporting for unknown media featuresFernando Jiménez Moreno2017-09-081-4/+19
* Replace some more uses of `write!` in components/styleSimon Sapin2017-09-041-4/+4
* order derivable traits listsClément DAVID2017-08-231-4/+4
* Rework MediaType to be an atom-based struct instead of an enum.Brad Werth2017-08-091-30/+30
* Utilize match_ignore_ascii_case! in more places.Corey Farwell2017-07-291-15/+9
* Update cssparser to 0.18Simon Sapin2017-07-241-3/+3
* Untry styleSimon Sapin2017-06-181-13/+13
* Derive ToCss for media query qualifiersAnthony Ramine2017-06-171-12/+1
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-9/+17
* 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