Add self-update feature please.
Servo nightly builds on Windows now available
101–110 of 117 posts
Re: Servo nightly builds on Windows now available
#102VCRUNTIME140.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.
Re: Servo nightly builds on Windows now available
#103I'm really hopeful for this. The world needs a new browser engine, there is dwindling competition in this space and time and time again I find myself dissatisfied with browser offerings. I've tried every obscure browser out there, and many of them are great at specific things but nearly all of them lack a few key features or present an experience that frequently crashes. I think the Servo project is the biggest chanc…
> The world needs a new browser engine > As a non-dev I expect you are just responding to the inherent lack of performance that the javascript + html + css bundle shamelessly provides, which Servo will do nothing to sort out. Webassembly on the other hand is the first step to bringing superior performance to all browsers.
Re: Servo nightly builds on Windows now available
#104This 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
#105Earlier quoted context omitted.
Haha. As if there is no development going on in V8. Rewriting anything doesn't mean it will beat it's competitors.
First of, isn't V8 the JavaScript engine of Chrome? That's a bit apples to oranges comparison, no? One thing Servo didn't touch is JS Virtual machine, it's still SpiderMonkey. Rewriting that AND the layout engine would be suicidal.
Re: Servo nightly builds on Windows now available
#106Re: Servo nightly builds on Windows now available
#107Earlier quoted context omitted.
Alot of swedes emigrated to the US around 1800-1900s and spread all over the country. https://en.wikipedia.org/wiki/Swedish_emigration_to_the_Unit...
Thanks. Tangentially, search for "The Alot is Better Than You at Everything"
Re: Servo nightly builds on Windows now available
#108VCRUNTIME140.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.
they don't allow the use of the latest api. ex: listening to dpi changes. but what they could do is to link statically with the runtime.