servo
https://github.com/mozilla/servo
Rust
The Servo Browser Engine
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported64 Subscribers
View all SubscribersAdd a CodeTriage badge to servo
Help out
- Issues
- Stylesheet load events fire in many cases that shouldn't
- WPT html/semantics/document-metadata/interactions-of-styling-and-scripting/conditionally-block-rendering-on-link-media-attr.html sees a still-loading stylesheet as a member of document.stylesheets with empty cssRules; WPT test isn't expecting this
- beforeunload seems not to be firing on iframe.src=... in several WPT html/webappapis/dynamic-markup-insertion/opening-the-input-stream tests
- contentDocument.open while ignore-opens-during-unload counter>0 is removing nodes from the document
- Servo throws SecurityError instead of InvalidStateError when opening a cross-origin contentDocument during throw-on-dyanamic-insertion state in WPT html/webappapis/dynamic-markup-insertion/opening-the-input-stream/bailout-exception-vs-return-origin.sub.window.js
- Very intermittent crash running html/webappapis/dynamic-markup-insertion/opening-the-input-stream/tasks.window.js [as .tasks.window.html] with a window
- Implememt HTMLCanvasElement.toBlob
- implement window.locationbar in DOM (maybe even as a dummy before Servo has a real one)
- Unexpected SyntaxError opening an XHR to a relative URL, but a similar Fetch works
- document.open() seems to fail to abort XHR and fetch requests that are "navigating through Location" or "queued for navigation" [might be silently discarding without firing abort event/promise rejection]
- Docs
- Rust not yet supported