aboutsummaryrefslogtreecommitdiffstats
path: root/components/style
Commit message (Expand)AuthorAgeFilesLines
* Stop transitioning properties with a discrete animation type (#30565)Oriol Brufau2023-10-202-0/+16
* Temporarily convert more cfg(debug_assertions) crashes to warnings (#30590)Delan Azabani2023-10-201-0/+32
* Anonymous boxes that wrap inlines should not inherit overflow (#30579)Martin Robinson2023-10-191-51/+60
* Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578)Delan Azabani2023-10-181-0/+16
* Implement support for the `drop-shadow` filter (#30439)Ennui Langeweile2023-10-044-13/+5
* Further changes required by ServoOriol Brufau2023-10-021-0/+14
* style: Implement CSS @supports font-format(...) and font-tech(...) functionsJonathan Kew2023-10-022-16/+55
* Further changes required by ServoOriol Brufau2023-10-021-1/+8
* style: Put the @font-face src tech() function behind a pref, enabled only on ...Jonathan Kew2023-10-021-1/+1
* style: When serializing background shorthand skip initial values and order va...Connor Pearson2023-10-021-17/+53
* Further changes required by ServoOriol Brufau2023-10-021-9/+8
* style: Add basic support for nan / infinity in calc()Emilio Cobos Álvarez2023-10-021-11/+17
* style: Implement atan2(), and enable calc() trigonometric functions by defaul...Emilio Cobos Álvarez2023-10-023-117/+180
* Further changes required by ServoOriol Brufau2023-10-021-0/+1
* style: Add support for the @font-face src descriptor's tech() functionJonathan Kew2023-10-021-4/+124
* style: Use the style-system format hint directly in gfx, instead of mapping t...Jonathan Kew2023-10-021-0/+5
* Further changes required by ServoOriol Brufau2023-10-021-2/+16
* style: Accept keywords in addition to strings in the @font-face format() hint...Jonathan Kew2023-10-021-4/+33
* style: Do not allow a list of strings in the @font-face src descriptor's form...Jonathan Kew2023-10-021-19/+10
* style: Don't use -moz-bool-pref for flexbox -moz-box emulationEmilio Cobos Álvarez2023-10-021-1/+2
* style: Add a chrome-only -moz-box-layout: legacy | flex, and use that to impl...Emilio Cobos Álvarez2023-10-021-0/+10
* style: Remove -moz-* display values enabled-in-content prefsEmilio Cobos Álvarez2023-10-021-12/+3
* style: Remove aspect-ratio preferenceBoris Chiou2023-10-021-1/+0
* style: Make color-scheme affect Windows' non-native menusEmilio Cobos Álvarez2023-10-022-12/+5
* style: Properly fail to serialize grid shorthand when not roundtrippingEmilio Cobos Álvarez2023-10-021-29/+36
* style: Remove nsTimingFunction and ComputedTimingFunctionEmilio Cobos Álvarez2023-10-021-8/+4
* style: `linear(...)` easing: Implement right-continuous behaviour on disconti...David Shin2023-10-021-15/+18
* style: Ensure we cancel transitions without the need of an extra flushEmilio Cobos Álvarez2023-10-022-1/+7
* style: Propagate flags from original property to aliasesEmilio Cobos Álvarez2023-10-021-0/+1
* Further changes required by ServoOriol Brufau2023-10-021-1/+2
* style: Support animation-composition in keyframe at rulesBoris Chiou2023-10-022-34/+85
* style: Implement CSS animation-composition longhand in style systemBoris Chiou2023-10-022-1/+19
* style: Clean up a bit traversal cullingEmilio Cobos Álvarez2023-10-021-26/+4
* 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