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
- document.open() does, but shouldn't, "change document's URL (non-active document with an associated Window object; frame is removed)"
- Constructor called in one window that came from another window isn't finding the prototype WPT expects it to
- Timeouts trying to communicate with a <frame>, <embed>, or <object> HTML page in WPT html/browsers/windows/nested-browsing-contexts/name-attribute.window
- document.createElement("iframe") ends up with contentDocument.referrer of "" instead of document.URL
- Timed-out, aborted, and errored XHR incorrectly reporting non-zero bytes loaded
- WPT html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document-open-cancels-javascript-url-navigation.html isn't getting the right execution order between a javascript: src and contentDocument.write
- WPT browsers/browsing-the-web/navigating-across-documents/javascript-url-abort tests behave differently depending on headlessness
- unknown exception accessing a referrer of about:blank iframe in WPT html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-src-about-blank.html
- When an clicked HTMLAnchorElement has both href and onclick, WPT and other browsers are left with the result of the href, but we end up with the result of the the onclick
- Newly-created empty iframe's contentDocument.readyState is "interactive" but should be "complete" after adding to DOM
- Docs
- Rust not yet supported