Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style: Remove nsCSSValue bindings. | Emilio Cobos Álvarez | 2019-05-29 | 1 | -135/+0 |
| | | | | | | Depends on D31320 Differential Revision: https://phabricator.services.mozilla.com/D31321 | ||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition --features gecko` | Simon Sapin | 2018-11-10 | 1 | -5/+5 |
| | |||||
* | style: Remove some more leftover code. | Emilio Cobos Álvarez | 2018-10-09 | 1 | -38/+0 |
| | | | | Differential Revision: https://phabricator.services.mozilla.com/D7755 | ||||
* | style: Remove nsCSSValue usage from font code. | Emilio Cobos Álvarez | 2018-10-09 | 1 | -155/+1 |
| | | | | | | Really sorry for the size of the patch. Differential Revision: https://phabricator.services.mozilla.com/D7753 | ||||
* | Format style component. | chansuke | 2018-09-09 | 1 | -3/+3 |
| | |||||
* | style: Make tidy happy. | Emilio Cobos Álvarez | 2018-04-28 | 1 | -1/+1 |
| | |||||
* | style: Use user defined types for font-stretch / font-style. | Jonathan Watt | 2018-04-28 | 1 | -14/+7 |
| | | | | | | | Co-authored-by: Emilio Cobos Álvarez <emilio@crisal.io> Bug: 1436048 Reviewed-by: jfkthame,jwatt MozReview-Commit-ID: 7ONYtICeAqb | ||||
* | style: Use a generic type in preparation to fix animation. | Emilio Cobos Álvarez | 2018-04-28 | 1 | -1/+1 |
| | | | | | | | | Apart from a bit more code reuse. Bug: 1455358 Reviewed-by: xidorn MozReview-Commit-ID: 2BNOK6v30lX | ||||
* | style: Update font-style to css-fonts-4. | Emilio Cobos Álvarez | 2018-04-28 | 1 | -30/+20 |
| | | | | | | Bug: 1455358 Reviewed-by: xidorn MozReview-Commit-ID: 1Nq5DyCjaZe | ||||
* | style: Update font-stretch to css-fonts-4. | Emilio Cobos Álvarez | 2018-04-28 | 1 | -35/+47 |
| | | | | | | | | | These won't "just work", pending changes from bug 1436048 to use a floating point representation for those. Bug: 1454883 Reviewed-by: xidorn MozReview-Commit-ID: Bi5iTdFreMA | ||||
* | style: Fixups for css-fonts-4 font-weight. | Emilio Cobos Álvarez | 2018-04-28 | 1 | -1/+1 |
| | |||||
* | style: Update font-weight property and descriptor to css-fonts-4. | Emilio Cobos Álvarez | 2018-04-28 | 1 | -13/+26 |
| | | | | | | Bug: 1454596 Reviewed-by: xidorn MozReview-Commit-ID: 27aS2UrgXjs | ||||
* | style: Use a user defined type for font weight everywhere. | Jonathan Watt | 2018-04-14 | 1 | -2/+2 |
| | | | | | Bug: 1436048 Reviewed-by: emilio | ||||
* | Run rustfmt on selectors, servo_arc, and style. | Bobby Holley | 2018-04-10 | 1 | -18/+27 |
| | | | | | | | | | | This was generated with: ./mach cargo fmt --package selectors && ./mach cargo fmt --package servo_arc && ./mach cargo fmt --package style Using rustfmt 0.4.1-nightly (a4462d1 2018-03-26) | ||||
* | Stop using NS_STYLE_FONT_WEIGHT_NORMAL and NS_STYLE_FONT_WEIGHT_BOLD | Jonathan Watt | 2018-04-06 | 1 | -2/+2 |
| | | | | | The Servo side of the changes for https://bugzilla.mozilla.org/show_bug.cgi?id=1452040 | ||||
* | Use Servo data to back @counter-style rule. | Xidorn Quan | 2018-04-05 | 1 | -73/+27 |
| | |||||
* | Use Servo data to back @font-face rule in Gecko. | Xidorn Quan | 2018-04-04 | 1 | -58/+21 |
| | |||||
* | refactor(counter_style): parse int via parse_non_negative | OJ Kwon | 2018-03-21 | 1 | -3/+3 |
| | |||||
* | CounterBound::Integer made to store an Integer | Nupur Baghel | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Introduce enum CounterBound for the bounds in counter_style::Ranges | Anthony Ramine | 2018-03-05 | 1 | -3/+3 |
| | |||||
* | style: Make 'font' shorthand reset the 'font-variation-settings' property. | Jonathan Kew | 2018-03-04 | 1 | -2/+2 |
| | | | | | | | | | As required by the spec: https://drafts.csswg.org/css-fonts-4/#font-prop See https://bugzilla.mozilla.org/show_bug.cgi?id=1435983 Basically, make font-variation-settings work in the same way as font-feature-settings already does. | ||||
* | Use CustomIdent in Symbol::Ident | Anthony Ramine | 2018-03-03 | 1 | -1/+1 |
| | | | | The former code was not following the spec. | ||||
* | Move FontTag to the generic module | Anthony Ramine | 2018-02-15 | 1 | -1/+2 |
| | |||||
* | Integrate font-variation-settings descriptor with stylo | Xidorn Quan | 2018-02-14 | 1 | -7/+24 |
| | |||||
* | style: Refactor font-feature-settings and font-variation-settings. | Emilio Cobos Álvarez | 2018-02-01 | 1 | -18/+18 |
| | | | | | | | | | | This fixes all known issues with serialization and parsing of these two properties, and in particular calc handling and such: https://bugzilla.mozilla.org/show_bug.cgi?id=1434692 https://bugzilla.mozilla.org/show_bug.cgi?id=1434724 Also does a fair amount of cleanup and all that, which was needed. | ||||
* | style: Move a bunch of font stuff living under generics to the proper module. | Emilio Cobos Álvarez | 2018-02-01 | 1 | -1/+1 |
| | | | | | | FontSettingsTagInt and such shouldn't be in the generic module, I know... But that will change in a bit. | ||||
* | style: Remove the stupid space serialization on font-settings. | Emilio Cobos Álvarez | 2018-02-01 | 1 | -1/+1 |
| | |||||
* | Avoid the generic writer parameter for PropertyDeclaration serialization. | Bobby Holley | 2018-01-22 | 1 | -5/+5 |
| | | | | MozReview-Commit-ID: JR3IcL1NRHO | ||||
* | style: Make all keywords CamelCase for consistency. | Emilio Cobos Álvarez | 2017-12-06 | 1 | -12/+12 |
| | | | | This prevents confusion and paves the ground for derive(Parse) of them. | ||||
* | style: Move font-family outside of mako | CYBAI | 2017-11-26 | 1 | -1/+1 |
| | |||||
* | Remove nsTFixedString<T>. | Nicholas Nethercote | 2017-10-04 | 1 | -2/+3 |
| | | | | | | | | | | | | | | nsTFixedString<T> is only used as a base class for nsTAutoStringN<T, N>, so this patch merges the former into the latter, cutting some code and simplifying the string class hierarchy. Because the "Fixed" name is now gone, the patch also renames StringDataFlags::FIXED as INLINE and ClassDataFlags::FIXED as INLINE. The patch also removes nsFixed[C]String and ns_auto_[c]string! from Rust code because nsAutoString can't be implemented directly in Rust due to its move semantics. There were only two uses of ns_auto_string! outside of tests so this seems like a minor loss. | ||||
* | Use integer for specified and computed font-weight | Xidorn Quan | 2017-07-06 | 1 | -2/+2 |
| | |||||
* | stylo: Implement font-language-override descriptor for @font-face rule | Nazım Can Altınova | 2017-06-25 | 1 | -0/+12 |
| | |||||
* | stylo: make font-weight descriptor in @font-face preserve keyword values | Fernando Jiménez Moreno | 2017-06-20 | 1 | -1/+13 |
| | |||||
* | Define Gecko CounterStyle and FontFaceRule clone functions. | Brad Werth | 2017-06-08 | 1 | -0/+24 |
| | |||||
* | stylo: Support font-variation-settings | Manish Goregaokar | 2017-05-27 | 1 | -3/+4 |
| | |||||
* | stylo: Bug 1355345 - Support font-display descriptor in @font-face rule | Fernando Jiménez Moreno | 2017-05-18 | 1 | -1/+13 |
| | |||||
* | Support font-feature-settings as a @font-face descriptor | Anthony Ramine | 2017-05-18 | 1 | -2/+24 |
| | |||||
* | Set atom identifier for counter style names in @counter-style rule. | Xidorn Quan | 2017-05-16 | 1 | -3/+3 |
| | |||||
* | Change ToNsCssValue to take the ownership of value. | Xidorn Quan | 2017-05-16 | 1 | -35/+35 |
| | |||||
* | Add bindings for list and pair list value of nsCSSValue. | Xidorn Quan | 2017-05-16 | 1 | -9/+17 |
| | |||||
* | Add binding for setting pair value of nsCSSValue. | Xidorn Quan | 2017-05-16 | 1 | -6/+5 |
| | |||||
* | Add support for auto value in nsCSSValue sugar. | Xidorn Quan | 2017-05-16 | 1 | -3/+3 |
| | |||||
* | Add basic integration of @counter-style. | Xidorn Quan | 2017-05-16 | 1 | -1/+27 |
| | |||||
* | Stylo: Bug 1350175 - Support getting line / column number of CSS rules | Fernando Jiménez Moreno | 2017-05-12 | 1 | -1/+3 |
| | | | | Fix font_cache_thread test | ||||
* | Add missing 'additive-symbols' validity checks | Simon Sapin | 2017-04-26 | 1 | -2/+2 |
| | |||||
* | Add speak-as descriptor for @counter-style | Simon Sapin | 2017-04-26 | 1 | -0/+13 |
| | |||||
* | Add 'additive-symbols' descriptor for @counter-style | Simon Sapin | 2017-04-26 | 1 | -0/+7 |
| | |||||
* | Don’t make up initial values not in spec for @counter-style descriptors | Simon Sapin | 2017-04-26 | 1 | -3/+2 |
| |