Release Of Browser Engine Servo 0.0.2

Published release of the browser engine Servo 0.0.2 and the demo browser developed with it ServoShell, written in the Rust language. In terms of functionality, the release is similar to the nightly build of November 14, for which additional manual testing was carried out. Ready-made builds provided for Linux, Android, macOS and Windows.

The engine was originally developed by Mozilla, but then came under the auspices of the Linux Foundation. Servo is distinguished by its support for multi-threaded rendering of web pages, parallelization of operations with the DOM (Document Object Model) and the use of safe programming mechanisms provided by the Rust language. Servo is natively designed to support breaking DOM and rendering code into smaller subtasks that can run in parallel and make more efficient use of multi-core CPU resources. Firefox already integrates some parts of Servo, such as the multi-threaded CSS engine and the WebRender rendering system.


Main changes:

/Reports, release notes, official announcements.