aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/specified/grid.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-349/+0
* style: Remove the about:config pref for subgrid, layout.css.grid-template-sub...Daniel Holbert2023-11-041-1/+1
* style: Switch all callsites of try() to try_parse() in the style crate.Emilio Cobos Álvarez2020-06-181-15/+22
* style: Implement style system support for Masonry layout.Mats Palmgren2020-06-041-1/+17
* style: Enable multiple grid repeat values in Servo.Emily McDonough2020-04-161-10/+0
* style: Make some grid/grid-template values serialize to a shorter form.Mats Palmgren2019-11-301-2/+2
* style: Fix formatting of recent changes.Emilio Cobos Álvarez2019-08-151-12/+3
* style: Use `static_prefs::pref!`.Nicholas Nethercote2019-08-151-2/+1
* style: Support multiple track sizes for grid-auto-{columns|rows}.Boris Chiou2019-08-151-2/+17
* Bug 1519958 - Improve stack size of grid templates and re-enable style struct...Emilio Cobos Álvarez2019-08-151-2/+3
* style: Refactor grid types to preserve repeat() at computed value time and us...Emilio Cobos Álvarez2019-08-151-136/+27
* style: rustfmt recent changes.Emilio Cobos Álvarez2019-07-081-3/+1
* style: Use cbindgen for grid track sizing.Emilio Cobos Álvarez2019-07-081-7/+27
* style: Change `StaticPrefs` from a class to a namespace.Nicholas Nethercote2019-07-081-1/+1
* Rustfmt recent changes.Emilio Cobos Álvarez2019-01-081-2/+1
* style: Manually rename some variables.Emilio Cobos Álvarez2019-01-081-5/+5
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-13/+13
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-5/+1
* 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-18/+15
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-22/+25
* Reorder importsPyfisch2018-11-061-1/+1
* style: Don't allow auto in grid line names.Emilio Cobos Álvarez2018-11-051-1/+1
* Format style component.chansuke2018-09-091-9/+20
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-1/+1
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-83/+130
* Manual fixups so that the rustfmt output won't trigger tidy.Bobby Holley2018-04-101-3/+5
* Convert StylePrefs to StaticPrefs.Nicholas Nethercote2018-04-031-1/+1
* style: remove unused AsciiExt imports.Emilio Cobos Álvarez2018-03-041-1/+0
* stylo: Hide accidentally exposed subgrid behind prefsNazım Can Altınova2017-12-061-3/+18
* style: Make css(dimension) apply to the variant.Emilio Cobos Álvarez2017-11-121-1/+1
* Allow unused imports for AsciiExt in style code.Simon Sapin2017-11-091-1/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-11/+14
* style: Properly use integers on grid properties, and derive ToComputedValue.Emilio Cobos Álvarez2017-09-111-11/+15
* stylo: store specified value of grid layout repeat() functionFernando Jiménez Moreno2017-09-061-29/+90
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-36/+1
* Implement #[compute(clone)] for #[derive(ToComputedValue)]Anthony Ramine2017-08-281-37/+0
* Improve handling of trait bounds when deriving fmap-like traitsAnthony Ramine2017-08-281-24/+0
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Update cssparser to 0.18Simon Sapin2017-07-241-4/+4
* Add a bug link as comment for repeat functionNazım Can Altınova2017-07-191-0/+2
* Convert Vec values into boxed slicesNazım Can Altınova2017-07-191-12/+15
* Convert TrackList's 'values' field to store only TrackSize.Nazım Can Altınova2017-07-141-101/+59
* Rename MinMax to MinmaxAnthony Ramine2017-07-121-1/+1
* Prevent parsing 'none' keyword in grid-template's columns partNazım Can Altınova2017-07-031-0/+8
* Fall back to an older version of the spec in TrackRepeat for the parity with ...Nazım Can Altınova2017-07-031-0/+10
* Switch to GridTemplateComponent for subgrid line namesRavi Shankar2017-07-031-2/+50