aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/image.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-614/+0
* style: Make image-set without valid images render nothingEmilio Cobos Álvarez2023-11-211-1/+1
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-8/+8
* style: Introduce Optional<T> to represent optional values in the style systemEmilio Cobos Álvarez2023-08-161-15/+2
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-2/+15
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-15/+2
* Make the choice of layout runtime settingMartin Robinson2023-07-061-2/+2
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-5/+2
* style: Support the type() function in image-setOriol Brufau2023-05-171-2/+28
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+1
* Rustfmt.Emilio Cobos Álvarez2021-02-261-29/+5
* style: Implement source selection for image-set.Emilio Cobos Álvarez2021-02-261-2/+6
* style: Implement parsing and serialization for most of image-set().Emilio Cobos Álvarez2021-02-261-8/+39
* style: Add parsing for cross-fade from CSS Image Values and Replaced Content ...Zeke Medley2021-02-261-3/+94
* Reformat with rustfmt 1.4.36-nightly (7de6968 2021-02-07)Simon Sapin2021-02-251-2/+6
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-1/+1
* style: Port the style crate to rust 2018.Emilio Cobos Álvarez2020-06-181-1/+1
* style: Reformat recent changes.Emilio Cobos Álvarez2020-04-161-5/+29
* style: Omit center positions in conic/radial gradient serialization.Tim Nguyen2020-04-161-12/+36
* style: Ensure that derived types are right for optimized-away implementations.Emilio Cobos Álvarez2020-04-161-0/+2
* style: Implement parsing for CSS conic-gradient syntax.Tim Nguyen2020-04-161-15/+49
* style: Refactor GenericGradient for conic-gradient support.Tim Nguyen2020-04-161-58/+47
* style: Make GradientItem and ColorStop support angular color stops.Tim Nguyen2020-04-161-7/+7
* style: Merge ImageLayer and Image.Emilio Cobos Álvarez2020-04-161-37/+12
* Parse `-moz-image-rect()` and `-moz-element()` only in GeckoSimon Sapin2020-01-071-2/+10
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-10-091-3/+16
* style: Don't allow negative radii in radial gradients.Emilio Cobos Álvarez2019-10-091-14/+22
* Rustfmt and fix tidy on recent changes.Emilio Cobos Álvarez2019-06-251-1/+10
* style: Use cbindgen for gradients.Emilio Cobos Álvarez2019-06-251-19/+60
* style: Cleanup gradient parsing by removing the simple-moz-gradient parsing p...Emilio Cobos Álvarez2019-06-251-16/+7
* style: Use rust types for gradient stops.Emilio Cobos Álvarez2019-05-071-3/+27
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-121-1/+1
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-7/+35
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-11/+11
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-11/+15
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-14/+14
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-3/+3
* Reorder importsPyfisch2018-11-061-1/+1
* Format style component.chansuke2018-09-091-3/+2
* style: Fix tidy issues and Servo build.Emilio Cobos Álvarez2018-04-291-0/+2
* style: Add some attributes for SpecifiedValueInfo to help deriving more from ...Xidorn Quan2018-04-291-0/+1
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-2/+3
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-16/+25
* style: Derive a debug impl instead of implementing by hand.Emilio Cobos Álvarez2018-03-311-13/+1
* Remove #[compute(clone)]Anthony Ramine2018-03-091-2/+0
* Remove some uses of trivial_to_computed_valueAnthony Ramine2018-03-091-3/+1
* style: Optimize serialization of identifiers of length <= 16 🐉🐲Emilio Cobos Álvarez2018-02-071-3/+3
* Don't use define_css_keyword_enum in style anymoreAnthony Ramine2018-02-011-9/+12
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-11/+23