aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/properties/data.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* style: Handle logical shorthand animations with variable references correctly.Emilio Cobos Álvarez2019-11-301-5/+7
* style: Fix Servo build, and rustfmt recent changes.Emilio Cobos Álvarez2019-09-121-0/+1
* style: Support css use counters for unimplemented properties.Boris Chiou2019-09-121-0/+8
* style: updating text-underline-offset to support ::first-line/first-letter/pl...Charlie Marlow2019-08-151-1/+0
* style: updating text-decoration-skip-ink to support ::first-line/first-letter...Charlie Marlow2019-08-151-1/+0
* style: added text-decoration-thickness to the text-decoration shorthands.Charlie Marlow2019-08-151-1/+0
* Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020}Simon Sapin2019-07-291-64/+93
* style: Appease tidy.Emilio Cobos Álvarez2019-07-231-15/+15
* Fix Servo build.Emilio Cobos Álvarez2019-07-231-14/+18
* style: renamed text-decoration-width to text-decoration-thickness.Charlie Marlow2019-07-231-1/+1
* style: Centralize property restrictions.Emilio Cobos Álvarez2019-07-231-0/+171
* style: Ignore pref-controlled properties in cached scrollbar style assertions.Cameron McCormack2019-07-231-0/+9