61
edits
(linux32 going out. windows stuff resolved.) |
(Updates with current status) |
||
| Line 7: | Line 7: | ||
* URL parser: {{bug|1151899}} | * URL parser: {{bug|1151899}} | ||
* CSS style calculation / {{bug|stylo}}: Experimental work is in progress to use Servo's style code in Gecko. | * CSS style calculation / {{bug|stylo}}: Experimental work is in progress to use Servo's style code in Gecko. | ||
* Replace uconv with encoding-rs: {{bug|1261841}} | * Replace uconv with encoding-rs: {{bug|1261841}} | ||
| Line 14: | Line 13: | ||
What is the high-level status of things? | What is the high-level status of things? | ||
* Build system support is available | * Build system support for Rust is available, but not required by default. | ||
* The MP4 metadata parser is enabled | * The MP4 metadata parser is enabled and shipped on release! | ||
* Rust code is not currently enabled on Android. | * Rust code is not currently enabled on Android. | ||
* Rust is scheduled to be *required* on all platforms as of Firefox 53 (after the next ESR). | |||
== Raw Rust code (lives in m-c) blockers == | == Raw Rust code (lives in m-c) blockers == | ||
| Line 25: | Line 23: | ||
* Android support {{bug|1220307}} | * Android support {{bug|1220307}} | ||
* Linux distro support for Rust [https://internals.rust-lang.org/t/perfecting-rust-packaging/2623] | * Linux distro support for Rust [https://internals.rust-lang.org/t/perfecting-rust-packaging/2623] | ||
* Need to improve call stacks {{bug|1268328 }} | * Need to improve call stacks {{bug|1268328 }} | ||
edits