aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/font_face.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* CSS parsing error types: flatten nested enums somewhatSimon Sapin2017-10-101-2/+2
* Use the location in the error value when reporting a CSS errorSimon Sapin2017-10-101-1/+2
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-8/+8
* Use the current parser location for CSS errorSimon Sapin2017-10-101-1/+1
* Implement `size_hint` for more iterators.Corey Farwell2017-09-131-0/+4
* Parse at-rule without block in two stagesXidorn Quan2017-09-011-1/+2
* Auto merge of #18209 - jdm:devirtualize, r=mbrubeckbors-servo2017-08-241-5/+10
|\
| * Devirtualize CSS error reporting.Josh Matthews2017-08-241-5/+10
* | order derivable traits listsClément DAVID2017-08-231-2/+2
|/
* Update to cssparser 0.19, count line numbers during tokenizationSimon Sapin2017-08-091-5/+3
* Make font-display descriptor behind the pref.Xidorn Quan2017-08-031-1/+11
* Cleanup @font-face rule constructorNazım Can Altınova2017-07-261-7/+3
* Update cssparser to 0.18Simon Sapin2017-07-241-3/+3
* Derive ToCss for font-weight descriptorsAnthony Ramine2017-07-111-12/+1
* Use integer for specified and computed font-weightXidorn Quan2017-07-061-18/+2
* Introduce Separator::parseAnthony Ramine2017-06-271-2/+2
* stylo: Implement font-language-override descriptor for @font-face ruleNazım Can Altınova2017-06-251-1/+6
* stylo: make font-weight descriptor in @font-face preserve keyword valuesFernando Jiménez Moreno2017-06-201-1/+61
* style: Have OneOrMoreSeparated replace OneOrMoreCommaSeparated.Jonathan Chan2017-06-191-2/+4
* Derive ToCss for font-face sourcesAnthony Ramine2017-06-171-20/+3
* Upgrade cssparser to 0.15Simon Sapin2017-06-161-3/+2
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-12/+19
* Report CSS parse errors via enum instead of strings.Josh Matthews2017-06-091-3/+3
* Deep clone ServoStyleSheets.Brad Werth2017-05-241-1/+1
* stylo: Bug 1355345 - Support font-display descriptor in @font-face ruleFernando Jiménez Moreno2017-05-181-1/+15
* Support font-feature-settings as a @font-face descriptorAnthony Ramine2017-05-181-2/+7
* Change ToNsCssValue to take the ownership of value.Xidorn Quan2017-05-161-2/+2
* Stylo: Bug 1350175 - Support getting line / column number of CSS rulesFernando Jiménez Moreno2017-05-121-1/+10
* Reject @font-face descriptors with value value followed by more stuff.Simon Sapin2017-04-011-1/+8
* Macroize conversion of @font-face values to Gecko typesSimon Sapin2017-04-011-13/+28
* Make the parser accept @font-face rules without font-family or src.Simon Sapin2017-04-011-86/+86
* Serialize unquoted font-family without quoteNazım Can Altınova2017-03-301-2/+8
* Rename font_face::FontFaceRule to FontFaceData.Xidorn Quan2017-03-301-9/+9
* Introduce a ToCssWithGuard traitSimon Sapin2017-03-191-4/+4
* Remove some unused impls.Simon Sapin2017-03-071-3/+2
* Update cssparser to 0.9Simon Sapin2017-02-151-52/+5
* Rename CommaSeparated to OneOrMoreCommaSeparated, reflecting its behavior.Simon Sapin2017-02-031-4/+4
* Add unicode-range descriptor to @font-faceSimon Sapin2017-02-021-7/+55
* Fix incorrectly copy-pasted doc-comments.Simon Sapin2017-02-021-4/+4
* Add font-stretch descriptor to @font-faceSimon Sapin2017-02-021-1/+4
* Add font-weight descriptor to @font-faceSimon Sapin2017-02-021-1/+4
* Add font-style descriptor in @font-faceSimon Sapin2017-02-021-0/+17
* Use FamilyName instead of FontFamily in @font-faceSimon Sapin2017-02-021-6/+6
* Separate mandatory and optional descriptors in @font-face parsing macro.Simon Sapin2017-02-021-22/+77
* Macroize @font-face descriptor definitionsSimon Sapin2017-02-021-56/+73
* Use the Parse trait for `@font-face` parsing.Simon Sapin2017-02-021-27/+30
* Remove intermediate FontFaceDescriptorDeclaration enum.Simon Sapin2017-02-021-35/+22
* style: Document the font_face module.Emilio Cobos Álvarez2017-01-021-3/+30
* use Either type for UrlOrNoneThiago Pontes2016-11-301-1/+1