This Week In Servo 8
2014-10-20 What's up with Servo for the week of 14-20 October, 2014
In the last week, we merged 39 pull requests.
Notable additions
- Keegan integrated html5ever into Servo! Yay! This moves us from using bindings to libhubbub to our own HTML parser written in Rust. See here for more details and discussion.
- Glenn added
@media
query support. - Patrick rewrote some of the code for intrinsic widths and table layout to match the in-progress spec
- Mukilan added
setTimeout()
/setInterval()
support to workers - Martin gave individual layers the ability to render their own background
- Patrick optimized our handling of
font-style
Screenshots
This is with Patrick’s [work on linear-gradient
]. Most of the buttons on GitHub now have the correct linear gradient.
New contributors
Meeting
- The November workweek was discussed. The team is probably going to plan out the work for 2015.
- We’re having intermittent crashes/timeouts from the web platform tests. Might need to temporarily disable a couple of tests until this is sorted out.
- Some interesting resizing/scrolling changes should be coming soon!
- Sync script loading is PR’d and landing soon
- Document load tracking is PR’d and needs a reviewer