aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/specified/image.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-1308/+0
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-3/+1
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-27/+27
* style: Support rendering content: <gradient> imagesEmilio Cobos Álvarez2023-11-211-0/+13
* style: Add resolution support to calc()Emilio Cobos Álvarez2023-11-211-1/+1
* style: Make image-set without valid images render nothingEmilio Cobos Álvarez2023-11-211-1/+1
* style: Fix parsing nested image-set funcs as validCanadaHonk2023-11-061-22/+31
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-1/+1
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-2/+6
* style: Improve Percentage -> LengthPercentage conversionEmilio Cobos Álvarez2023-08-161-4/+4
* Further changes required by ServoOriol Brufau2023-08-161-1/+1
* style: Move size of tests to compile-time tests in the style crateEmilio Cobos Álvarez2023-08-161-0/+3
* style: Introduce Optional<T> to represent optional values in the style systemEmilio Cobos Álvarez2023-08-161-22/+17
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-24/+26
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-26/+24
* Make the choice of layout runtime settingMartin Robinson2023-07-061-1/+1
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-10/+29
* Further changes required by ServoOriol Brufau2023-05-261-0/+1
* style: Implement image-rendering: smooth and image-rendering: pixelatedEmilio Cobos Álvarez2023-05-261-2/+3
* Further changes required by ServoOriol Brufau2023-05-261-0/+2
* style: Move image-rendering out of makoEmilio Cobos Álvarez2023-05-261-0/+35
* Further changes required by ServoOriol Brufau2023-05-241-3/+17
* style: Remove layout.css.image-set.enabledEmilio Cobos Álvarez2023-05-241-17/+3
* style: Support -webkit-image-set as a parse-time alias to image-set()Emilio Cobos Álvarez2023-05-241-1/+8
* style: Support the type() function in image-setOriol Brufau2023-05-171-4/+21
* style: Support image-set() on the cursor propertyOriol Brufau2023-05-161-8/+34
* Keep not parsing conic gradient, update WPT expectations.Emilio Cobos Álvarez2021-02-271-1/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-9/+0
* Rustfmt.Emilio Cobos Álvarez2021-02-261-15/+32
* style: Don't allow to parse image-set(none).Emilio Cobos Álvarez2021-02-261-11/+20
* style: Implement source selection for image-set.Emilio Cobos Álvarez2021-02-261-0/+1
* style: Implement parsing and serialization for most of image-set().Emilio Cobos Álvarez2021-02-261-17/+92
* style: Remove layout.css.conic-gradient.enabled preference.Tim Nguyen2021-02-261-16/+4
* style: Add parsing for cross-fade from CSS Image Values and Replaced Content ...Zeke Medley2021-02-261-1/+90
* style: Switch all callsites of try() to try_parse() in the style crate.Emilio Cobos Álvarez2020-06-181-55/+70
* Some servo build fixes.Emilio Cobos Álvarez2020-04-161-3/+13
* style: Reformat recent changes.Emilio Cobos Álvarez2020-04-161-9/+16
* style: Implement parsing for CSS conic-gradient syntax.Tim Nguyen2020-04-161-15/+62
* style: Minor gradient parsing cleanup.Emilio Cobos Álvarez2020-04-161-20/+20
* style: Refactor GenericGradient for conic-gradient support.Tim Nguyen2020-04-161-45/+71
* style: Make GradientItem and ColorStop support angular color stops.Tim Nguyen2020-04-161-15/+15
* style: Merge ImageLayer and Image.Emilio Cobos Álvarez2020-04-161-20/+5
* Parse `-moz-image-rect()` and `-moz-element()` only in GeckoSimon Sapin2020-01-071-6/+36
* style: Simplify some code now that lifetimes are non-lexical.Emilio Cobos Álvarez2019-11-301-22/+17
* style: Experiment with implementing zoom as a transform + transform-origin sh...Emilio Cobos Álvarez2019-11-041-4/+1
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-1/+1
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-10-091-4/+10
* style: Don't allow negative radii in radial gradients.Emilio Cobos Álvarez2019-10-091-19/+27
* Rustfmt and fix tidy on recent changes.Emilio Cobos Álvarez2019-06-251-9/+24
* style: Use cbindgen for gradients.Emilio Cobos Álvarez2019-06-251-63/+64