Servo nightly builds on Windows now available
21–30 of 117 posts
Re: Servo nightly builds on Windows now available
#22This project has moved real slowly but keep remembering how often Eich referred to this as the most important aspect of Mozilla.
Talking is easy, Coding is Hard. Servo is still the most important aspect of Mozilla in terms of Security and Speed, I really think after the full development it will definitely beat the Google Chrome.
Re: Servo nightly builds on Windows now available
#23Re: Servo nightly builds on Windows now available
#24How well should it be expected to work under Wine?
We have had Linux nightlies for ages now though.
Re: Servo nightly builds on Windows now available
#25Earlier quoted context omitted.
Talking is easy, Coding is Hard. Servo is still the most important aspect of Mozilla in terms of Security and Speed, I really think after the full development it will definitely beat the Google Chrome.
Haha. As if there is no development going on in V8. Rewriting anything doesn't mean it will beat it's competitors.
I would be unsurprised if Google were quietly doing something similar, of course, particularly with Mozilla having been quite open about this project for several years.
Re: Servo nightly builds on Windows now available
#26VCRUNTIME140.dll required Why are open source projects built with Visual Studio these days? Especially as binaries built with VS2015 (release and up to service pack 2) are known to phone home "by accident". There are the GNU, Mingw, Msys, LLVM options on Windows - completely open source. Offer binary builds with at least one of these compilers on Windows platform.
but what they could do is to link statically with the runtime.
Re: Servo nightly builds on Windows now available
#27I loved reading https://github.com/servo/servo/issues/12125 . It is a great example of open source persistence despite it not being a priority. Things move forward at snail pace and stalls multiple times. Just when all hope seems lost, they manage to ship it ! This is the case with most opensource projects - things take their own sweet time but they eventually somehow manage. On a side note, I noted that https://gith…
Re: Servo nightly builds on Windows now available
#28Re: Servo nightly builds on Windows now available
#29After seeing a youtube demo[[1] of how the aggressive parallelisation that is done in Servo (safely possible by using Rust) speeds up this browser, i'm really excited for Servo! Also, i think this will give us a great base for all kinds of browser embedding what is not based on ancient webkit-gtk. There is another nice presentation on Rust and Servo: https://www.youtube.com/watch?v=7q9vIMXSTzc [1]: https://youtu.be/U…
Not sure if that's realistic, Servo app ran on macOS takes about 200MB of RAM usage.
Re: Servo nightly builds on Windows now available
#30VCRUNTIME140.dll required Why are open source projects built with Visual Studio these days? Especially as binaries built with VS2015 (release and up to service pack 2) are known to phone home "by accident". There are the GNU, Mingw, Msys, LLVM options on Windows - completely open source. Offer binary builds with at least one of these compilers on Windows platform.
Servo is written primarily in Rust... I'm not a Windows developer by any means, but my understanding was that the major different compilers on Windows aren't ABI compatible. Also it's entirely possible Servo links against an external library that is built with VS.