Re: [dev-servo] Proposed work for upcoming sharing of Servo components with Firefox

2016-06-24 Thread Bobby Holley
An interesting idea, but off-topic for this thread, and probably not helpful to debate at this moment in time. That is to say: we are inching towards a consensus across several groups on a complicated, important, and time-sensitive topic, so please keep the cats in the bag for now, or at least kee

Re: [dev-servo] 25% Improvement in page load time!

2016-06-24 Thread Brian Anderson
Awesome results, both in the patch, and the monitoring. On Thu, Jun 23, 2016 at 7:44 PM, Shing Lyu wrote: > Hi all, > > Last week, we found that our average page loading time test has a 25% > improvement. After carefully bisecting the commits, we found that PR #11513 > (https://github.com/servo/

Re: [dev-servo] Proposed work for upcoming sharing of Servo components with Firefox

2016-06-24 Thread Anthony Jones
I have a cat I would like to place among the pigeons. I'm going to start with the brave assertion that ultimately we want Servo based components in Firefox to go directly into Firefox release several times per week. "That's impossible" I hear you cry but it is common practice among web services

Re: [dev-servo] Standardizing upgrade procedures for crates.io dependencies for servo/servo

2016-06-24 Thread Jonathan Schuster
Lars was already CC'ed about this, but for what it's worth, I have a PR in progress for Cargo that would warn the user if multiple versions of the same package are used whenever the lock file changes: https://github.com/rust-lang/cargo/pull/2753 . There's some discussion right now about whether

[dev-servo] 25% Improvement in page load time!

2016-06-24 Thread Shing Lyu
Hi all, Last week, we found that our average page loading time test has a 25% improvement. After carefully bisecting the commits, we found that PR #11513 (https://github.com/servo/servo/pull/11513) by fduraffourg is the one that makes the big difference! Good job! ​ As you can see in the graph,