It’s time to give Firefox another chance
41–50 of 733 posts
Re: It’s time to give Firefox another chance
#42Surely one would only offer Mozilla another chance once they have extended an olive branch, rather than a closed-circuit television camera?
Re: It’s time to give Firefox another chance
#43Firefox 57 is great. The interface is no longer ugly, and it's no longer oddly sluggish. Once Lastpass has their extension updated to work with WebExtensions, I'll switch.
Re: It’s time to give Firefox another chance
#44I was extremely skeptical of all the changes they were doing - I said it myself 100 times, "they're just building a Chrome clone, they're killing all the features I like in favor of speed". But here I am, running Nightly because holy shit this thing flies. Their work has paid off and they're not even done yet. Webrender is coming, it's not quite stable enough for daily use yet (mostly just graphics glitching and inte…
One wonders why all the UI issues weren't solved long ago. Good that they're fixing them now, but what were they waiting for to decide to do it? (Rendering performance is a separate topic, that's been waiting on rust/servo.)
Re: It’s time to give Firefox another chance
#45The "built-in video chat service" is a webstandard. Called WebRTC, got mainly pushed by Google. Every modern browser implements this. Mozilla just decided to build a service which implements the server-side of this protocol. Which they needed anyways to test their client-side implementation.
So, the only squandered time and energy is that of the UX people that polished that server-side implementation up for public use.
And in return for that, Mozilla got excellent testing of their client-side implementation and direct feedback, if maybe people would want the Foundation to allocate some money to run such a service.
Re: It’s time to give Firefox another chance
#46Re: It’s time to give Firefox another chance
#47Re: It’s time to give Firefox another chance
#48SeaMonkey (mozilla suite) is the only web browser I have ever truly enjoyed using. I use the browser, email client, irc client, address book, and calendar every single day. Extremely disappointed that Mozilla has basically given a big middle finger to the SeaMonkey/Thunderbird (comm-central) communities with the removal of XUL/XPCOM add-ons, necessity of multi-process, introduction of webextensions, removal of suppor…
Re: It’s time to give Firefox another chance
#49Does the upcoming Firefox start as fast as Chrome? Rendering was never what I had problems with; startup speed is literally the one reason why I haven't switched.
Re: It’s time to give Firefox another chance
#50I was extremely skeptical of all the changes they were doing - I said it myself 100 times, "they're just building a Chrome clone, they're killing all the features I like in favor of speed". But here I am, running Nightly because holy shit this thing flies. Their work has paid off and they're not even done yet. Webrender is coming, it's not quite stable enough for daily use yet (mostly just graphics glitching and inte…
One wonders why all the UI issues weren't solved long ago. Good that they're fixing them now, but what were they waiting for to decide to do it? (Rendering performance is a separate topic, that's been waiting on rust/servo.)
The reason that Firefox switched to webextensions was in order to switch to a formal extension API that could be supported long term, instead of the old open integration API which made it difficult to readable without breaking all sorts of extensions.
There reason they adapted the web extension API that chrome uses, was because it largely made sense, was already pretty fleshed out and would allow extension writers that were already familiar with that to also target Firefox.