aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-329/+0
* style: [css-properties-values-api] Parsing and serialization for @property sy...Zach Hoffman2023-11-241-0/+1
* Further changes required by ServoOriol Brufau2023-11-241-0/+1
* style: Move a bit declaration_block and cascade modulesEmilio Cobos Álvarez2023-11-241-14/+1
* style: Implement color() function from CSS specificationTiaan Louw2023-11-061-0/+1
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-2/+2
* style: 0% values are not skipped when parsing CSS transformAW2552023-11-031-0/+6
* style: Unify Gecko and Servo EventState/ElementState bitsEmilio Cobos Álvarez2023-10-021-1/+0
* style: More container queries plumbingEmilio Cobos Álvarez2023-08-161-1/+0
* style: Lint and 32-bit build fix.Emilio Cobos Álvarez2023-08-161-0/+1
* style: Convert specified value tests to compile-time testsEmilio Cobos Álvarez2023-08-161-2/+3
* style: Implement piecewise linear functionDavid Shin2023-08-161-0/+1
* style: Move some of the media query code to a more generic queries moduleEmilio Cobos Álvarez2023-08-161-1/+2
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-6/+3
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-3/+6
* style: Shrink maps if needed after stylist rebuildsEmilio Cobos Álvarez2023-06-091-0/+43
* style: Remove servo/components/{hashglobe,fallible} in favor of try_reserveEmilio Cobos Álvarez2023-06-091-1/+24
* Further changes required by ServoOriol Brufau2023-05-241-0/+1
* style: Remove the old profiler label frames code in the servo codebase and re...Nazım Can Altınova2023-05-241-0/+2
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-4/+8
* style: Avoid some allocations in selector serialization.Emilio Cobos Álvarez2021-02-261-2/+2
* style: Remove some unused extern crate declarations now that style is in rust...Emilio Cobos Álvarez2020-06-181-41/+2
* style: Remove the dependency on font-kit from style.Emilio Cobos Álvarez2020-06-181-2/+0
* Enable textAlign, textBaseline and direction attributes for canvasUtsav Oza2020-06-101-0/+2
* style: Let aspect-ratio (css-sizing-4) support 'auto | <ratio>'.Boris Chiou2020-06-041-0/+23
* Start having animations conform to the HTML specMartin Robinson2020-05-051-1/+0
* Add ElementAnimationState and PossibleElementAnimationStateMartin Robinson2020-04-241-2/+0
* Use the `matches!` macro from the standard librarySimon Sapin2020-02-121-3/+0
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-02-121-1/+1
* layout: Resolve word_spacing ahead of time.Emilio Cobos Álvarez2020-02-121-1/+0
* style: Add a style flag for the root element style.Emilio Cobos Álvarez2020-02-121-0/+2
* style: Use cbindgen for content property.Emilio Cobos Álvarez2020-02-121-2/+4
* style: Use serde to serialize LengthPercentage and StyleRayFunction.Boris Chiou2019-11-041-1/+0
* Fix Servo build and unify display representation.Emilio Cobos Álvarez2019-08-151-0/+1
* style: Use `static_prefs::pref!`.Nicholas Nethercote2019-08-151-0/+1
* style: Use ArcSlice for quotes.Emilio Cobos Álvarez2019-05-291-0/+1
* style: Introduce ArcSlice, a small wrapper over ThinArc but without an explic...Emilio Cobos Álvarez2019-05-101-0/+1
* style: Move OwnedSlice to style_traits.Emilio Cobos Álvarez2019-05-101-2/+1
* style: Add an owned slice type which cbindgen can understand.Emilio Cobos Álvarez2019-05-101-0/+3
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-0/+1
* style: Add simple ToShmem implementations.Cameron McCormack2019-04-121-1/+0
* style: Add support for deriving ToShmem.Cameron McCormack2019-04-121-0/+2
* style: Add SharedMemoryBuilder type and ToShmem trait.Cameron McCormack2019-04-121-0/+1
* style: Add a Zero trait that doesn't require Add, and use it in place of num_...Emilio Cobos Álvarez2019-03-131-0/+23
* style: sort extern crates and fix servo build.Emilio Cobos Álvarez2019-01-291-2/+2
* style: Derive more.Bobby Holley2019-01-291-0/+2
* style: Use atom handles in favour of atom pointers in style system code.Cameron McCormack2019-01-111-4/+0
* Remove OrderedMap in favor of IndexMapShanavas M2019-01-101-0/+1
* style: Make Servo use a single thread-pool for layout-related tasks per-process.Emilio Cobos Álvarez2018-12-231-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1