| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Stylo to its own repo (#31350) | Delan Azabani | 2024-02-27 | 1 | -32/+0 |
* | Revert changes to servo_arc, style_derive, and style_traits (#31387) | Martin Robinson | 2024-02-22 | 1 | -2/+1 |
* | style: Remove dependency on servo_url (#31358) | Martin Robinson | 2024-02-16 | 1 | -2/+2 |
* | Further changes required by Servo | Oriol Brufau | 2023-11-06 | 1 | -1/+1 |
* | style: Add lab(), lch(), oklab(), oklch() to specified colors | Tiaan Louw | 2023-11-06 | 1 | -1/+1 |
* | Further changes required by Servo | Oriol Brufau | 2023-08-16 | 1 | -0/+1 |
* | Revert "Backport several style changes from Gecko (5) (#30099)" (#30104) | Oriol Brufau | 2023-08-16 | 1 | -1/+0 |
* | Backport several style changes from Gecko (5) (#30099) | Oriol Brufau | 2023-08-15 | 1 | -0/+1 |
* | Vendor the current version of WebRender | Martin Robinson | 2023-07-03 | 1 | -1/+1 |
* | Upgrade remaining components to edition 2018 | sagudev | 2023-02-18 | 1 | -0/+1 |
* | */Cargo.toml: use the shmem feature for the dependency on the selectors cratre | Federico Mena Quintero | 2023-02-14 | 1 | -1/+1 |
* | Bump euclid to 0.22 | Martin Robinson | 2023-01-26 | 1 | -1/+1 |
* | Updated cssparser dependency to 0.29. | Lewin Probst | 2021-11-18 | 1 | -1/+1 |
* | Miscellaneous build / tidy fixes. | Emilio Cobos Álvarez | 2021-02-26 | 1 | -1/+1 |
* | More Cargo.toml updates | atouchet | 2020-05-31 | 1 | -3/+3 |
* | style: Don't specify minor version for cssparser. | Emilio Cobos Álvarez | 2019-11-30 | 1 | -1/+1 |
* | style: Use serde to serialize LengthPercentage and StyleRayFunction. | Boris Chiou | 2019-11-04 | 1 | -2/+2 |
* | Update rand to 0.7 (fixes #24448) | Anthony Ramine | 2019-10-23 | 1 | -1/+1 |
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -1/+1 |
* | style: Update to euclid 0.20. | Nicolas Silva | 2019-07-23 | 1 | -1/+1 |
* | style: Implement ArcSlice::default(). | Emilio Cobos Álvarez | 2019-05-29 | 1 | -0/+1 |
* | style: Add derived ToShmem implementations. | Cameron McCormack | 2019-04-12 | 1 | -0/+2 |
* | Put malloc_size_of_derive on crates.io, and add a reduced fork of malloc_size... | Bobby Holley | 2019-01-13 | 1 | -1/+1 |
* | style: Implement the env() function with hardcoded zeros for safe-area-inset. | Emilio Cobos Álvarez | 2018-11-05 | 1 | -1/+1 |
* | WR update | Paul Rouget | 2018-08-06 | 1 | -2/+2 |
* | Update euclid to 0.18 | Bastien Orivel | 2018-07-18 | 1 | -1/+1 |
* | style: Upgrade cssparser. | Xidorn Quan | 2018-07-01 | 1 | -1/+1 |
* | style: Fix tidy issues and Servo build. | Emilio Cobos Álvarez | 2018-04-29 | 1 | -2/+3 |
* | Bump euclid to 0.17 | Bastien Orivel | 2018-02-28 | 1 | -1/+1 |
* | Update euclid, azure, skia, offscreen_gl_context, plane-split, webrender | Simon Sapin | 2017-12-08 | 1 | -1/+1 |
* | Update app_units and webrender | Simon Sapin | 2017-12-08 | 1 | -1/+1 |
* | style: Update cssparser to 0.23. | Emilio Cobos Álvarez | 2017-12-05 | 1 | -1/+1 |
* | Bump bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-30 | 1 | -1/+1 |
* | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f... | Gecko Backout | 2017-10-19 | 1 | -1/+1 |
* | Update bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-19 | 1 | -1/+1 |
* | Replace all uses of the `heapsize` crate with `malloc_size_of`. | Nicholas Nethercote | 2017-10-18 | 1 | -3/+1 |
* | Update to cssparser 0.22 (source location in error types) | Simon Sapin | 2017-10-10 | 1 | -1/+1 |
* | style: Share custom property declarations if they don't contain variable refe... | Emilio Cobos Álvarez | 2017-10-09 | 1 | -0/+1 |
* | Preserve sourceURL comment on style sheets | Tom Tromey | 2017-09-14 | 1 | -1/+1 |
* | Measure PropertyDeclaration more thoroughly. | Nicholas Nethercote | 2017-09-14 | 1 | -0/+2 |
* | Remove get_location_with_offset | Tom Tromey | 2017-09-12 | 1 | -1/+1 |
* | Update rust-cssparser to 0.20.2. | Boris Zbarsky | 2017-09-11 | 1 | -1/+1 |
* | Parse at-rule without block in two stages | Xidorn Quan | 2017-09-01 | 1 | -1/+1 |
* | Update to cssparser 0.19, count line numbers during tokenization | Simon Sapin | 2017-08-09 | 1 | -1/+1 |
* | Speculatively evaluate paint functions during style. | Alan Jeffrey | 2017-07-31 | 1 | -1/+2 |
* | WR multi-document update | Dzmitry Malyshau | 2017-07-28 | 1 | -1/+2 |
* | Backed out changeset c424ad1c5f94 for build failures a=backout CLOSED TREE | Gecko Backout | 2017-07-28 | 1 | -1/+0 |
* | WR multi-document update | Dzmitry Malyshau | 2017-07-28 | 1 | -0/+1 |
* | Update cssparser to 0.18 | Simon Sapin | 2017-07-24 | 1 | -1/+1 |
* | stylo: Update rust-cssparser; extract more specific error types when reportin... | Josh Matthews | 2017-07-10 | 1 | -1/+1 |