aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/grid.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-829/+0
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-4/+2
* style: add subgrid to list of suggestions for grid-template-* propertiesChristian Sonne2023-11-061-0/+1
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-11/+11
* style: Check that we do not insert more than MAX_GRID_LINE subgrid line name ...Emily McDonough2023-11-031-12/+23
* style: Switch all callsites of try() to try_parse() in the style crate.Emilio Cobos Álvarez2020-06-181-8/+8
* style: Use fill length rather than index to indicate a repeat(auto) in subgri...Emily McDonough2020-06-041-3/+3
* style: Implement style system support for Masonry layout.Mats Palmgren2020-06-041-0/+3
* style: Enable multiple grid repeat values in Servo.Emily McDonough2020-04-161-8/+0
* style: Add auto-fill length field to line name lists returned from Servo.Emily McDonough2020-04-161-14/+19
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-11-301-1/+4
* style: Make 'grid-area'/'grid-column'/'grid-row' shorthands serialize to shor...Mats Palmgren2019-11-301-2/+18
* style: Make some grid/grid-template values serialize to a shorter form.Mats Palmgren2019-11-301-9/+44
* style: Implement 'repeat(auto-fill, <line-names>)' in subgridded axis.Mats Palmgren2019-10-091-5/+4
* style: Update cbindgen.Emilio Cobos Álvarez2019-09-121-8/+0
* style: Fix formatting of recent changes.Emilio Cobos Álvarez2019-08-151-2/+11
* style: Support multiple track sizes for grid-auto-{columns|rows}.Boris Chiou2019-08-151-7/+41
* Bug 1519958 - Improve stack size of grid templates and re-enable style struct...Emilio Cobos Álvarez2019-08-151-2/+2
* style: Refactor grid types to preserve repeat() at computed value time and us...Emilio Cobos Álvarez2019-08-151-118/+80
* style: rustfmt recent changes.Emilio Cobos Álvarez2019-07-081-4/+15
* style: Use cbindgen for grid track sizing.Emilio Cobos Álvarez2019-07-081-76/+27
* style: Use the cbindgen representation for grid line properties.Emilio Cobos Álvarez2019-07-081-5/+20
* style: Use a more similar representation in Rust and C++ for grid lines.Emilio Cobos Álvarez2019-07-081-22/+29
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-121-1/+1
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-2/+13
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-7/+28
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-10/+40
* style: Use Rust sizes for flex-basis, width, height, and their min/max proper...Emilio Cobos Álvarez2019-02-231-4/+1
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-01-131-25/+8
* style: Implement Animate for track lists on grid-template-{columns|rows}.Boris Chiou2019-01-131-6/+36
* style: Manually rename some variables.Emilio Cobos Álvarez2019-01-081-6/+6
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-6/+6
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Revert try -> r#try change.Emilio Cobos Álvarez2018-11-101-8/+8
* `cargo fix --edition`Simon Sapin2018-11-101-13/+13
* Reorder importsPyfisch2018-11-061-2/+2
* style: Don't allow auto in grid line names.Emilio Cobos Álvarez2018-11-051-1/+3
* Format style component.chansuke2018-09-091-16/+23
* style: Add some attributes for SpecifiedValueInfo to help deriving more from ...Xidorn Quan2018-04-291-4/+6
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-11/+20
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-46/+57
* Opt into field bounds for #[derive(ToComputedValue)]Anthony Ramine2018-03-091-1/+1
* Remove #[compute(clone)]Anthony Ramine2018-03-091-1/+0
* Remove some uses of trivial_to_computed_valueAnthony Ramine2018-03-091-3/+1
* Don't use define_css_keyword_enum in style anymoreAnthony Ramine2018-02-011-5/+8
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-9/+25
* style: Fix grid line serialization to avoid redundant spacing.Emilio Cobos Álvarez2017-12-161-2/+6
* style: Make css(dimension) apply to the variant.Emilio Cobos Álvarez2017-11-121-17/+8
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-30/+10
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-11/+11