Confirmed users
3,339
edits
m (→Getting Involved: Temporarily unlink the mailing list) |
(Add Quantum Compositor) |
||
| Line 37: | Line 37: | ||
* [https://github.com/servo/webrender/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+label%3Aeasy WebRender's “easy” bugs] do not require specific experience with graphics rendering or WebRender. | * [https://github.com/servo/webrender/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+label%3Aeasy WebRender's “easy” bugs] do not require specific experience with graphics rendering or WebRender. | ||
* [https://github.com/servo/webrender/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+label%3Aless-easy WebRender's “less-easy” bugs] assume familiarity with Rust, graphics, and WebRender. | * [https://github.com/servo/webrender/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+label%3Aless-easy WebRender's “less-easy” bugs] assume familiarity with Rust, graphics, and WebRender. | ||
== Quantum Compositor == | |||
The '''Quantum Compositor''' project will move Gecko's compositor to its own process so GPU bugs can't crash Firefox. If the GPU compositor process crashes, Firefox can just restart the process without losing any web page state because the compositor process is only responsible for painting. This work is tracked in {{bug|1264543}}. | |||
== Quantum DOM == | == Quantum DOM == | ||