Two months in Servo: better inline layout, stable Rust, and more! - Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine (servo.org)
from starman@programming.dev to programming@programming.dev on 27 Jan 2024 07:37
https://programming.dev/post/9175729

Improved control over typography, very early support for sticky positioning and tables, plus updates to our minibrowser and build tooling.

#programming

threaded - newest

verdare@beehaw.org on 27 Jan 2024 08:00 next collapse

I was pretty excited for a Servo when it was first announced. Then Mozilla shifted priorities and development slowed down to a crawl. Glad to see some more activity on it now.

I presume the tentative future goal would be to rebase Firefox on top of this. Hopefully Servo does eventually reach that level of maturity.

starman@programming.dev on 27 Jan 2024 08:03 next collapse

IIRC, some code from Servo was merged into Firefox during project Quantum

[deleted] on 27 Jan 2024 13:37 next collapse

.

technom@programming.dev on 28 Jan 2024 12:17 collapse

It’s more likely we’ll see a new browser with Servo rather than Firefox replacing Gecko with it - especially after Mozilla’s recent wayward behavior starting with cutting Rust and Servo lose. But even more likely is Servo becoming a backend for Tauri. Anything beyond that will depend on the developers’ persistence.

Vash63@lemmy.world on 27 Jan 2024 08:57 next collapse

It’s great to see Servo finally getting some development again. I was so hopeful in the early days when Mozilla was using it as a playground and backporting parts to Firefox… Then that totally stopped.

Deebster@programming.dev on 01 Feb 2024 09:00 collapse

I’ve used some of their components in a little helper program that was scraping some stats from a service without an API, so Servo code will end up in plenty of projects besides Firefox (and Tauri). Good news for all of us.

jlh@lemmy.jlh.name on 27 Jan 2024 13:47 collapse

I wonder if servo could be turned into a safer electron alternative.

Kuinox@lemmy.world on 27 Jan 2024 14:16 next collapse
grue@lemmy.world on 28 Jan 2024 07:34 next collapse

Ah, like XULRunner 2.0.

Speaking of which, it’s crazy how Mozilla keeps almost developing technologies that Google later copies and profits from, but keeps giving up at the last minute.

technom@programming.dev on 28 Jan 2024 12:13 collapse

Others have linked it, so just the summary here. Tauri is an alternative to Electron. But unlike electron, Tauri doesn’t bundle the web engine (blink) and uses the platform’s webview instead. Tauri and Servo teams are working together on integrating the latter as the engine.