Martin Robinson

Results 197 comments of Martin Robinson

> Thanks for clarifying, it makes mostly sense to me so far: the three-tier layered structure seems to me make sense, although the need for one 'LayoutFontStore' per layout and...

Ah, there's another issue that I wanted to bring up related to sandboxing as well. It seems impossible to send system font data over IPC or shared memory on macOS,...

> * I had thought that Servo was using [servo/font-kit](https://github.com/servo/font-kit) for font loading, but I see that font-kit is only used for `` and that this functionality is provided by...

> It would be good if the layout_2020 crate could be decoupled from the font store types. And especially from the font thread. Perhaps this could be abstracted behind a...

Thanks for filing this bug, but it isn't super useful without a minimized test case or screenshots. Servo is still lacking many features (fully implemented flexbox, grid, etc), so it's...

Sorry. I'll reopen this one as it isn't layout-related and it's a bit more straight-forward to debug.

Thanks for filing this bug, but it isn't super useful without a minimized test case or screenshots. Servo is still lacking many features (fully implemented flexbox, grid, etc), so it's...

There's really only two dependencies that you need to build Servo on macOS, cmake and pkg-config. I'm not sure if it makes sense to maintain an entire nix build for...

Great investigation work. What happens if we explicitly enable the parallelization feature in `cc`? https://docs.rs/cc/latest/cc/#parallel

> As a stopgap measure, is it safe to compile mozangle with MSVC on Windows while compiling the rest of Servo with clang? It seems to work for me, and...