This Week In Servo 15
2014-12-15 What's up with Servo for the week of 10 Dec - 16 Dec 2014
This week, we merged 41 pull requests
Notable additions
- Patrick implemented
word-spacing
,overflow-wrap
/word-wrap
,outline
,letter-spacing
,box-shadow
,text-indent
, and legacybgcolor
/border
. - Michael landed a gonk port
- Chris improved our rooting safety plugins to ignore unsafe blocks
- Matt Rasmus implemented form resetting
- Ms2ger cleaned up page.rs and some manual
deref()
/deref_mut()
calls, as well as removing a badtransmute()
- Michael added support for
rem
- Patrick fixed a double borrow and some race conditions
New contributors
Meeting
- There’s a lot of interest in seeing Firefox.html work in Servo. We discussed what we need to get that to happen (flexbox, etc)
- We need to try and eliminate
~/.servo
and~/.cargo
, build directories should be self contained - The gonk port has landed!
- Rust upgrade, coming soon