Meeting notes: https://github.com/servo/servo/wiki/Meeting-2014-08-04
Also, since we haven't had a "This Week in Servo" in a while, I thought I'd point out some interesting PRs that have landed somewhat recently: - Simon landed the first part of CSS Writing Modes, renaming all of the layout crate to use logical directions (https://github.com/servo/servo/pull/2869). - Jack landed an upgrade this weekend to a Rust compiler from 7/16, bringing us much closer to Rust master (https://github.com/servo/servo/pull/2984). This was another epic upgrade, with lots of help from many people investigating Rust compiler and library bugs we ran into. - Glenn improved Servo's page load perf by 20x by finding and backing out an ages-old workaround for a long-fixed Rust issue (https://github.com/servo/servo/pull/2966). - Ms2ger enabled running the Web Platform Tests (https://github.com/w3c/web-platform-tests) on our continuous integration infrastructure, Travis (https://github.com/servo/servo/pull/2942). We plan to transition our one-off content tests into the WPT infrastructure and upstream them where appropriate. - Simon enabled publishing Rust documentation (https://github.com/servo/servo/pull/2922). It shows up at URLs like: http://servo.github.io/servo/servo/index.html - Martin Robinson replaced our QuadTree tile mapping structure with a uniform TileGrid (https://github.com/servo/rust-layers/pull/82) We are pretty consistently landing between 45-85 commits to master per week - usually less on weeks with a major change like a Rust upgrade or refactoring and more immediately following. _______________________________________________ dev-servo mailing list [email protected] https://lists.mozilla.org/listinfo/dev-servo

