aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-281/+0
* Revert changes to servo_arc, style_derive, and style_traits (#31387)Martin Robinson2024-02-221-10/+26
* style: Remove viewport rule codeEmilio Cobos Álvarez2023-11-241-2/+0
* style: [css-properties-values-api] Implement parsing and serialization for @p...Zach Hoffman2023-11-241-0/+2
* style: [css-properties-values-api] Parsing and serialization for @property sy...Zach Hoffman2023-11-241-0/+27
* style: [css-nesting] Do a first pass at parsing nested rules mixed with decla...Emilio Cobos Álvarez2023-11-241-2/+0
* Further changes required by ServoOriol Brufau2023-10-021-1/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+4
* remove `extern crate` (#30311)Samson2023-09-081-3/+1
* Further changes required by ServoOriol Brufau2023-08-161-0/+7
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-7/+0
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-0/+7
* Upgrade remaining components to edition 2018sagudev2023-02-181-24/+3
* style: Add CSS Error for DisallowedImportRule.Erik Nordin2020-04-161-1/+2
* Move `OpaqueNode` to `style_traits`Simon Sapin2020-01-131-0/+1
* style: Use serde to serialize LengthPercentage and StyleRayFunction.Boris Chiou2019-11-041-1/+0
* WebRender units are no longer reexported.Patrick Walton2019-07-091-1/+1
* style: Do not report error for unknown property if its known moz prefixed ver...violet2019-05-291-2/+0
* style: Use ArcSlice for quotes.Emilio Cobos Álvarez2019-05-291-0/+1
* style: Implement ArcSlice::default().Emilio Cobos Álvarez2019-05-291-0/+2
* style: Introduce ArcSlice, a small wrapper over ThinArc but without an explic...Emilio Cobos Álvarez2019-05-101-0/+1
* style: Move OwnedSlice to style_traits.Emilio Cobos Álvarez2019-05-101-0/+1
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-0/+3
* style: Move cursor to cbindgen.Emilio Cobos Álvarez2019-01-201-1/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-4/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-2/+4
* Format component of style_traitschansuke2018-09-081-23/+36
* style: Error reporting fixes for media queries.Emilio Cobos Álvarez2018-07-011-2/+2
* style: Remove PropertyId::name.Emilio Cobos Álvarez2018-06-121-1/+5
* style: Fix tidy issues and Servo build.Emilio Cobos Álvarez2018-04-291-0/+1
* style: Add collect_values function to SpecifiedValueInfo trait for collecting...Xidorn Quan2018-04-291-1/+1
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-0/+2
* style: Trivially cleanup length parsing.Emilio Cobos Álvarez2018-02-161-0/+2
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-1/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-9/+9
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-9/+9
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-9/+9
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-5/+3
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-5/+5
* Remove unused feature flagSimon Sapin2017-10-121-2/+0
* CSS parsing error types: flatten nested enums more stillSimon Sapin2017-10-101-40/+25
* CSS parsing error types: flatten nested enums some moreSimon Sapin2017-10-101-8/+19
* CSS parsing error types: flatten nested enums somewhatSimon Sapin2017-10-101-13/+14
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-35/+46
* style: Share custom property declarations if they don't contain variable refe...Emilio Cobos Álvarez2017-10-091-0/+1
* style: Remove UnsafeNode.Emilio Cobos Álvarez2017-09-251-4/+0
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+2
* stylo: Error reporting for unknown media featuresFernando Jiménez Moreno2017-09-081-1/+7
* Report more specific error for invalid filter properties (bug 1386900).Josh Matthews2017-09-061-0/+8