aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/rules.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Remove nsCSSValue bindings.Emilio Cobos Álvarez2019-05-291-135/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-5/+5
* style: Remove some more leftover code.Emilio Cobos Álvarez2018-10-091-38/+0
* style: Remove nsCSSValue usage from font code.Emilio Cobos Álvarez2018-10-091-155/+1
* Format style component.chansuke2018-09-091-3/+3
* style: Make tidy happy.Emilio Cobos Álvarez2018-04-281-1/+1
* style: Use user defined types for font-stretch / font-style.Jonathan Watt2018-04-281-14/+7
* style: Use a generic type in preparation to fix animation.Emilio Cobos Álvarez2018-04-281-1/+1
* style: Update font-style to css-fonts-4.Emilio Cobos Álvarez2018-04-281-30/+20
* style: Update font-stretch to css-fonts-4.Emilio Cobos Álvarez2018-04-281-35/+47
* style: Fixups for css-fonts-4 font-weight.Emilio Cobos Álvarez2018-04-281-1/+1
* style: Update font-weight property and descriptor to css-fonts-4.Emilio Cobos Álvarez2018-04-281-13/+26
* style: Use a user defined type for font weight everywhere.Jonathan Watt2018-04-141-2/+2
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-18/+27
* Stop using NS_STYLE_FONT_WEIGHT_NORMAL and NS_STYLE_FONT_WEIGHT_BOLDJonathan Watt2018-04-061-2/+2
* Use Servo data to back @counter-style rule.Xidorn Quan2018-04-051-73/+27
* Use Servo data to back @font-face rule in Gecko.Xidorn Quan2018-04-041-58/+21
* refactor(counter_style): parse int via parse_non_negativeOJ Kwon2018-03-211-3/+3
* CounterBound::Integer made to store an IntegerNupur Baghel2018-03-191-1/+1
* Introduce enum CounterBound for the bounds in counter_style::RangesAnthony Ramine2018-03-051-3/+3
* style: Make 'font' shorthand reset the 'font-variation-settings' property.Jonathan Kew2018-03-041-2/+2
* Use CustomIdent in Symbol::IdentAnthony Ramine2018-03-031-1/+1
* Move FontTag to the generic moduleAnthony Ramine2018-02-151-1/+2
* Integrate font-variation-settings descriptor with styloXidorn Quan2018-02-141-7/+24
* style: Refactor font-feature-settings and font-variation-settings.Emilio Cobos Álvarez2018-02-011-18/+18
* style: Move a bunch of font stuff living under generics to the proper module.Emilio Cobos Álvarez2018-02-011-1/+1
* style: Remove the stupid space serialization on font-settings.Emilio Cobos Álvarez2018-02-011-1/+1
* Avoid the generic writer parameter for PropertyDeclaration serialization.Bobby Holley2018-01-221-5/+5
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-12/+12
* style: Move font-family outside of makoCYBAI2017-11-261-1/+1
* Remove nsTFixedString<T>.Nicholas Nethercote2017-10-041-2/+3
* Use integer for specified and computed font-weightXidorn Quan2017-07-061-2/+2
* stylo: Implement font-language-override descriptor for @font-face ruleNazım Can Altınova2017-06-251-0/+12
* stylo: make font-weight descriptor in @font-face preserve keyword valuesFernando Jiménez Moreno2017-06-201-1/+13
* Define Gecko CounterStyle and FontFaceRule clone functions.Brad Werth2017-06-081-0/+24
* stylo: Support font-variation-settingsManish Goregaokar2017-05-271-3/+4
* stylo: Bug 1355345 - Support font-display descriptor in @font-face ruleFernando Jiménez Moreno2017-05-181-1/+13
* Support font-feature-settings as a @font-face descriptorAnthony Ramine2017-05-181-2/+24
* Set atom identifier for counter style names in @counter-style rule.Xidorn Quan2017-05-161-3/+3
* Change ToNsCssValue to take the ownership of value.Xidorn Quan2017-05-161-35/+35
* Add bindings for list and pair list value of nsCSSValue.Xidorn Quan2017-05-161-9/+17
* Add binding for setting pair value of nsCSSValue.Xidorn Quan2017-05-161-6/+5
* Add support for auto value in nsCSSValue sugar.Xidorn Quan2017-05-161-3/+3
* Add basic integration of @counter-style.Xidorn Quan2017-05-161-1/+27
* Stylo: Bug 1350175 - Support getting line / column number of CSS rulesFernando Jiménez Moreno2017-05-121-1/+3
* Add missing 'additive-symbols' validity checksSimon Sapin2017-04-261-2/+2
* Add speak-as descriptor for @counter-styleSimon Sapin2017-04-261-0/+13
* Add 'additive-symbols' descriptor for @counter-styleSimon Sapin2017-04-261-0/+7
* Don’t make up initial values not in spec for @counter-style descriptorsSimon Sapin2017-04-261-3/+2