gecko-dev/servo/ports/geckolib
Emilio Cobos Álvarez 3b4c3ed152 Bug 1739464 - Use first generic rather than only generic to determine fallback font family. r=jfkthame
This seems like more sensible behavior. We have another use of
only_generic(), but that affects font sizing and other browsers agree
with us there:

  <div style="font-family: monospace">Should be 13px</div>
  <div style="font-family: something, monospace">Should be 16px</div>

So not touching that one.

Differential Revision: https://phabricator.services.mozilla.com/D130732
2021-11-11 17:48:55 +00:00
..
tests Bug 1728754 - Plumb layer order through ApplicableDeclarationBlock, and make it have an effect. r=boris 2021-09-06 10:02:07 +00:00
Cargo.toml Bug 1728617 - Tweak at-rule parsing APIs to support cascade layers. r=boris 2021-09-03 09:26:10 +00:00
cbindgen.toml Bug 1733384 - Make inert not modify the computed style. r=sefeng,layout-reviewers,jfkthame 2021-10-07 17:00:36 +00:00
error_reporter.rs Bug 1704179 - Add a CSS error to the console when using non-featureless :host selectors. r=boris 2021-04-15 09:33:58 +00:00
glue.rs Bug 1739464 - Use first generic rather than only generic to determine fallback font family. r=jfkthame 2021-11-11 17:48:55 +00:00
lib.rs Bug 1652560 - Remove the old profiler label frames code in the servo codebase and replace it with the new API r=emilio 2021-07-30 21:49:22 +00:00
stylesheet_loader.rs Bug 1736477 - Remove unused import_rule::PendingSheet. r=emilio 2021-10-19 23:31:04 +00:00