aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/specified/gecko.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-82/+0
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-1/+3
* style: Treat empty root margin as zero as per specEmilio Cobos Álvarez2023-05-311-0/+5
* style: Split LengthPercentage again.Emilio Cobos Álvarez2020-02-121-1/+1
* Rustfmt recent changes.Emilio Cobos Álvarez2019-12-161-1/+1
* style: Use less Au in font code.Emilio Cobos Álvarez2019-12-161-3/+2
* style: Remove old CSS scroll snap implementation.Emilio Cobos Álvarez2019-05-291-21/+0
* style: Derive more length stuff, and shrink MaxLength / MozLength's repr(C) r...Emilio Cobos Álvarez2019-02-101-6/+6
* style: Use Rust lengths for margin / padding / inset.Emilio Cobos Álvarez2019-02-101-58/+29
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-3/+3
* 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-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-9/+9
* Reorder importsPyfisch2018-11-061-1/+1
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-16/+19
* Make DOMIntersectionObserver use nsStyleSides for mRootMargin, and use Servo ...Xidorn Quan2018-04-051-16/+40
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* style: Add some more tests for disallowed rootMargin values.Cameron McCormack2017-10-171-0/+5
* style: Add FFI function for parsing IntersectionObserver rootMargin values.Cameron McCormack2017-10-171-2/+69
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-1/+2
* Use generics for scroll-snap-points-*Anthony Ramine2017-06-061-0/+26