I am using FF on Android (both phone and tablet) with sync and great addons like adblock/self destructing cookies/lastpass and am mostly a happy camper. Mozilla has resolved most of the performance issues barring one - compared to Chrome or stock browser the time it takes for FF to go from link tapped to page loading started is a bit annoyingly high. Many times after tapping a link it just sits there doing nothing or…
The video isn't online yet, but at FOSDEM this weekend there was a talk about "Firefox on Android". The guy said that it's actually adblock that's causing the long delays.
Firefox 27 Released
61–70 of 187 posts
Re: Firefox 27 Released
#62Im on FF 24 and there seems to be no button to update it. I thought FF nowadays updates itself automatically?
It does, but if you want to update immediately go to About, there's a button there to update.
Re: Firefox 27 Released
#63Earlier quoted context omitted.
I would much rather a long-term-stable product with fewer security vulnerabilities that didn't need frequent updates.
Check out the Firefox ESR builds. They're supported for 1 year. Not super long-term, but better than 6 weeks: http://www.mozilla.org/en-US/firefox/organizations/all/
Re: Firefox 27 Released
#64Some time ago I was a Firefox user. Then Chrome came out and I first started using it for free-time browsing, while still developing on Firefox. Later, I decided to fully migrate to Chrome. I've decided to change it again, so I'm going to give Firefox a try during this month. For now, it looks really nice, performance seems to be quite good and the feeling of getting at least a small part of my digital life away from…
Re: Firefox 27 Released
#65I am using FF on Android (both phone and tablet) with sync and great addons like adblock/self destructing cookies/lastpass and am mostly a happy camper. Mozilla has resolved most of the performance issues barring one - compared to Chrome or stock browser the time it takes for FF to go from link tapped to page loading started is a bit annoyingly high. Many times after tapping a link it just sits there doing nothing or…
Firefox is both better and worse than other browsers in dealing with intents. On the worse side, unlike some other browsers Firefox doesn't raise intents for redirected URLs, missing some opportunities to match appropriate apps. I believe the underlying issue is that too many redirect situations are ambiguous (especially if you might not be the default browser). I mostly deal with this with an external wrapper (Brows…
Great find, I hadn't noticed that one before! It does make things better.
Re: Firefox 27 Released
#66I see no one has mentioned Firefox 27 is the first major browser to have ES6 generators enabled by default - http://swannodette.github.io/2013/08/24/es6-generators-and-c... . Callback hell begone!
I realised yesterday that "yield" in Python (and I guess javascript) is kind of a baby continuation ( http://en.wikipedia.org/wiki/Continuation ). It can be used to create coroutines and turn async code into sync (looking) code. Really powerful. Anyone interested should learn what continuations are (in Scheme).
Re: Firefox 27 Released
#67The second bullet is important, having up to date TLS is a big deal in today's security/spy conscience world. Its possible to currently get (if you monkey around in about:config), but default settings are powerful since the average user won't bother. And I mean average-user type average user, not average hackernews reader/poster.
Re: Firefox 27 Released
#68The glsl shader editor isn't announced in the release notes. It is supposed to be included in FF 27. https://hacks.mozilla.org/2013/11/live-editing-webgl-shaders...
Anyways, powerful new tools for developing WebGL.
Re: Firefox 27 Released
#69Earlier quoted context omitted.
Right now firefox beats the pants off chrome for memory usage - that is why I'm using it.
Still it can't deal with memory pressure, and will just eventually oom & crash.
Re: Firefox 27 Released
#70I see no one has mentioned Firefox 27 is the first major browser to have ES6 generators enabled by default - http://swannodette.github.io/2013/08/24/es6-generators-and-c... . Callback hell begone!
I realised yesterday that "yield" in Python (and I guess javascript) is kind of a baby continuation ( http://en.wikipedia.org/wiki/Continuation ). It can be used to create coroutines and turn async code into sync (looking) code. Really powerful. Anyone interested should learn what continuations are (in Scheme).
[0] http://cs.brown.edu/courses/cs173/2012/book/Control_Operatio...