Martin Robinson

Results 446 comments of Martin Robinson

How is `directory-listing.html` convoluted? It's one fairly simple JavaScript function and some straightforward CSS. Instead of adding an external dependency on a templating engine, which every embedder would need to...

We can use fontations for some things and this is definitely in the plan, but I don't think we can completely replace FreeType / CoreText / DirectWrite at the moment...

> Do you mean `.dfont` bundles, or `.ttc`'s? We currently do not have support for `.dfont` bundles in Fontations - and in Chrome we do use CoreText for system fonts....

> Looks like webrender's CoreText glyph rasterizer accepts fonts as either a `(name: String, path: String)` or `(raw_bytes: Arc, index: u32)` pair (and then recreates a CoreText/CoreGraphics handle to it...

I think the issue is that font enumeration on macOS doesn't just return the family name and PostScript name, but some stringified combination of family name, PostScript name, and named...

@nicoburns Thanks for the script. I'll try it out on my system when I get a moment. If this works, you are probably right that we could use it to...

@nicoburns Oh, interesting point. Right now the data passed to Vello is a [Font](https://docs.rs/peniko/0.2.0/peniko/struct.Font.html), but I suppose the interface could change to accept an implementation of a `TableProvider` as you...

Do specification links need to be in this format? For instance in layout we often write things like ```rust /// This is an implementation of , but /// we also...

> Sparkle is now removed from servo's cargo.lock. Someone with permissions should put note in sparkle repo and archive the repo. I've archived the [`sparkle`](/servo/sparkle) repository.

> Well, I believe it would be good to have this preference gated in the meantime. Let's revert the changes and I will re-land it with a preference later. Rather...