aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
...
* style: make contain-intrinsic-size *animatable*Ziran Sun2023-10-022-2/+3
* style: C++ `ComputedTimingFunction` uses Rust's timing function calculationDavid Shin2023-10-025-85/+134
* style: Port bezier edge cases handling from C++ to RustDavid Shin2023-10-022-13/+68
* style: Update rust's step function basd on C++ `ComputedTimingFunction`David Shin2023-10-023-19/+50
* style: Move Rust animation to `ComputedTimingFunction`David Shin2023-10-022-69/+75
* Further changes required by ServoOriol Brufau2023-10-021-1/+1
* style: Add color-mix to DevTools autocompleteEmilio Cobos Álvarez2023-10-021-0/+3
* style: Minor indentation fix. DONTBUILDEmilio Cobos Álvarez2023-10-021-1/+1
* style: Add support for parsing the `contain-intrinsic-size` property from the...Ziran Sun2023-10-027-3/+101
* style: Make fullscreen modalEmilio Cobos Álvarez2023-10-021-1/+1
* style: `linear(...)` easing: Simplify piecewise linear implementation given p...David Shin2023-10-022-8/+4
* style: `linear(...)` easing: Parsing should split a linear stop value into tw...David Shin2023-10-023-31/+37
* style: `linear(...)` Easing: First linear entry should Get 0.0 assigned for i...David Shin2023-10-021-11/+5
* style: Improve LookAndFeel color cachingEmilio Cobos Álvarez2023-10-021-52/+53
* Further changes required by ServoOriol Brufau2023-10-021-2/+0
* style: Use Rust's `ComputedTimingFunction` for IPDLDavid Shin2023-10-022-0/+11
* style: Use style interpolation code for gradientsEmilio Cobos Álvarez2023-10-023-3/+5
* Further changes required by ServoOriol Brufau2023-10-021-0/+2
* style: Implement CSS 'contain: style'Martin Robinson2023-10-023-6/+24
* style: Implement AccentColor/AccentColorText and remove -moz-prefixed version...Emilio Cobos Álvarez2023-10-021-4/+4
* style: Refactor function parsing branches for `specified::easing::TimingFunct...David Shin2023-10-021-60/+74
* Further changes required by ServoOriol Brufau2023-10-021-1/+4
* style: Check for allowed colors recursively in forced-colors modeEmilio Cobos Álvarez2023-10-022-22/+20
* Further changes required by ServoOriol Brufau2023-10-023-3/+19
* style: Add simple parsing and matching support for :hasTiaan Louw2023-10-028-10/+85
* style: Fix grid shorthand parsing to not incorrectly ignore the last token in...Emilio Cobos Álvarez2023-10-021-1/+1
* style: Update stylo to itertools:0.10, itoa:1.0 and toml:0.5Mike Hommey2023-10-022-3/+6
* style: Only accept the CSS2 font-variant values (normal/small-caps) in the fo...Jonathan Kew2023-10-021-2/+14
* style: Fix dynamic viewport sizeEmilio Cobos Álvarez2023-10-021-4/+7
* style: Make viewport-relative units zoomable via "zoom text only"Emilio Cobos Álvarez2023-10-024-25/+47
* style: Hook named scroll timelines to animation-timelineBoris Chiou2023-10-021-2/+6
* style: Support scroll-timeline shorthand in style systemBoris Chiou2023-10-021-0/+73
* style: Support scroll-timeline-axis longhand in style systemBoris Chiou2023-10-025-8/+20
* style: Support scroll-timeline-name longhand in style systemBoris Chiou2023-10-026-6/+65
* Further changes required by ServoOriol Brufau2023-10-029-89/+73
* style: Move fixed-point font types to RustEmilio Cobos Álvarez2023-10-0210-318/+393
* style: Update derive_more to 0.99.17Mike Hommey2023-10-022-2/+2
* Further changes required by ServoOriol Brufau2023-10-021-1/+1
* style: Add a low-priority selector list for pseudo-classes that have global r...Emilio Cobos Álvarez2023-10-022-15/+86
* style: Rename :-moz-modal-dialog to :modalTiaan Louw2023-10-022-2/+2
* style: While at it use some better names for some bitsEmilio Cobos Álvarez2023-10-022-6/+6
* Further changes required by ServoOriol Brufau2023-10-0227-91/+266
* style: Unify Gecko and Servo EventState/ElementState bitsEmilio Cobos Álvarez2023-10-0217-220/+70
* style: Add parsing for linear easing function and gate it behind prefDavid Shin2023-10-021-1/+38
* style: Hook up linear easing calculation for servo and expose it to C++David Shin2023-10-023-11/+64
* style: Rust side plumbing work for linear easing functionDavid Shin2023-10-026-25/+81
* style: Use debug_unreachable!() in matches_simple_selectorEmilio Cobos Álvarez2023-10-022-1/+5
* style: Reorder some variantsEmilio Cobos Álvarez2023-10-022-69/+70
* style: Simplify a bit hot selector-matching loopEmilio Cobos Álvarez2023-10-021-11/+7
* style: Compute hover / active quirk state lazilyEmilio Cobos Álvarez2023-10-021-35/+22