5 ms·
Servo is a complete (although WIP) browser engine in Rust. Stylo is a project to plug the style parts of Servo into Firefox, which currently uses the Gecko brow
by IamCarbonMan 9y ago
Servo is a complete (although WIP) browser engine in Rust. Stylo is a project to plug the style parts of Servo into Firefox, which currently uses the Gecko browser engine. This is part of Mozilla's ongoing efforts to modernize Firefox by gradually rewriting it in Rust.
WebKit is technically only used by Safari. Chrome uses a WebKit fork called Blink, and MS Edge uses its own engine called Chakra.
I assume the above commenter was expressing relief that someone besides Google is making a fast, modern web browser these days.
- bzbarsky 9y agoChakra is just the JS implementation in Edge; it's the equivalent of JavaScriptCore in Safari, V8 in Chrome, or SpiderMonkey in Firefox. The layout engine bits in Edge are https://en.wikipedia.org/wiki/EdgeHTML https://en.wikipedia.org/wiki/EdgeHTML