aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/properties/data.py
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-912/+0
* style: Implement parsing for `baseline-source`David Shin2023-11-241-0/+5
* style: Rework -x-text-zoom to allow disabling text zoom and min-font-size sep...Emilio Cobos Álvarez2023-11-211-1/+1
* style: Add forced-color-adjust propertyFred Chasen2023-11-061-0/+1
* style: Fixes for font-language-override parsing and testsJonathan Kew2023-11-061-0/+1
* style: Implement the font-synthesis-{weight,style,small-caps} longhand proper...Jonathan Kew2023-11-061-1/+1
* style: Style changes to support the 'page-orientation' propertyJonathan Watt2023-11-041-0/+1
* style: Remove spurious mention of FontStyleAdjust from style/properties/data.pyJonathan Kew2023-11-041-1/+0
* style: Remove system font support for various font longhandsEmilio Cobos Álvarez2023-11-031-7/+1
* style: Implement <tabpanels> and <deck> without XUL layoutEmilio Cobos Álvarez2023-11-031-1/+1
* style: Move line-clamp out of mako and do some adjacent clean-upEmilio Cobos Álvarez2023-11-031-1/+1
* style: Propagate flags from original property to aliasesEmilio Cobos Álvarez2023-10-021-0/+1
* style: Parse scroll-snap-stop style and propagate it to APZ sideHiroyuki Ikezoe2023-08-161-0/+1
* style: Implement parsing / serialization for container{,-type,-name} CSS prop...Emilio Cobos Álvarez2023-08-161-0/+1
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-2/+0
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-0/+2
* Auto merge of #29950 - mrobinson:unify-style-crate, r=mukilanbors-servo2023-07-061-47/+23
|\
| * Make the choice of layout runtime settingMartin Robinson2023-07-061-47/+23
* | Updated data.py(First Pull Request)THARAK HEGDE2023-07-051-1/+1
|/
* style: Add support for parsing the `content-visibility` property from the CSS...Martin Robinson2023-06-091-0/+1
* style: Apply line-height to ::markerEmilio Cobos Álvarez2023-06-091-0/+1
* style: Make color-adjust an alias of print-color-adjust as per specEmilio Cobos Álvarez2023-06-091-0/+1
* style: Support scrollbar-gutter in the style systemTing-Yu Lin2023-06-091-0/+1
* style: [css-lists] Remove the internal '-moz-list-reversed' CSS property that...Mats Palmgren2023-06-091-1/+0
* style: Move image-rendering out of makoEmilio Cobos Álvarez2023-05-261-0/+1
* style: Specify has_no_effect_on_gecko_scrollbars on inherited internal proper...Emilio Cobos Álvarez2023-05-241-2/+3
* style: Un-prefix -moz-tab-size (keeping the prefixed version as an alias for ...Jonathan Kew2023-05-241-1/+1
* style: [css-pseudo] Use 'white-space: pre' by default in ::markerOriol Brufau2023-05-161-0/+1
* style: Move moz-control-character-visibility out of mako, and remove support ...Oriol Brufau2023-05-161-0/+1
* style: Clean up text-justify, and make distribute a parse-time aliasOriol Brufau2023-05-161-0/+1
* style: Part 1 - Ignore any properties which aren't valid for a style rule whe...Oriol Brufau2023-05-161-0/+10
* style: part 1 - Support parsing ruby-position: alternateOriol Brufau2023-05-161-0/+1
* Miscellaneous rebase fixes.Emilio Cobos Álvarez2021-02-261-13/+8
* style: Rename alias to aliases in Longhand and ShorthandEmily McDonough2021-02-261-11/+11
* style: Use a base class for Shorthand and LonghandEmily McDonough2021-02-261-75/+89
* style: Switch properties to use a bitfield to determine validity in rules.Emily McDonough2021-02-261-24/+30
* style: Move caption-side outside of mako.Emilio Cobos Álvarez2021-02-261-0/+1
* Standardize on Black for Python code in `mozilla-central`.Ricky Stewart2021-02-261-146/+228
* style: Rename -moz-math-script-level to math-depth.Frederic Wang2021-02-261-1/+1
* style: [css-lists-3][css-pseudo-4] Add support for 'text-transform' on ::marker.Mats Palmgren2021-02-261-0/+1
* style: Make appearance: button behave like auto.Emilio Cobos Álvarez2021-02-261-1/+0
* style: Allow animations and transitions on ::markerBrian Birtles2021-02-261-1/+3
* style: Make `appearance: button` behave like auto on various elements.Cameron McCormack2021-02-261-0/+1
* Fix remaining flake8 warningsKagami Sascha Rosylight2020-06-211-5/+5
* style: Allow 'opacity' on ::first-letter/::first-line pseudos.Mats Palmgren2020-06-041-0/+2
* style: Let aspect-ratio (css-sizing-4) support 'auto | <ratio>'.Boris Chiou2020-06-041-1/+1
* style: Implement style system support for Masonry layout.Mats Palmgren2020-06-041-0/+1
* style: Convert GenerateServoCSSPropList.py to py3.Mike Hommey2020-04-161-5/+5
* style: Use enums for text-align / text-align-last.Emilio Cobos Álvarez2020-04-161-0/+1
* style: Add support for parsing of the CSS text-underline-position property.Jonathan Kew2019-12-151-0/+1