Earlier quoted context omitted.
So glad I am not the only one noticing the filter change. That additional click to display the filtering options that Chrome introduced really made me start using FF more and more for work. I think this dumbing-down approach Google is doing with all their apps and websites will only alienate more and more professionals out of using their platform.
(Chrome DevTools team here). We cleaned up the filtering as it was totally inconsistent across all panels. So now it introduces one more click, but felt like generally that extra click was OK. I think we can still improve the UX, however. Which panels do you most use filters on (and for what?) Console, Network?
Firefox 27 Released
141–150 of 187 posts
Re: Firefox 27 Released
#142One disturbing thing about Mozilla security is that most of the "Critical" flaws[1] in their list would be marked as "High" on Chrome because of Chrome's superior security model. [1] https://www.mozilla.org/security/known-vulnerabilities/firef...
In short, no, they wouldn't.
Re: Firefox 27 Released
#143Chrome has recently started to be more of a burden for us. We use the Application Shortcuts on our sales teams Windows PCs, which has broken over the last couple of updates: * Scrollbars have now changed, there are no up and down arrows. This has really confused our elder staff. * Application shortcuts have started hanging and throwing the "Jim" screen, but the same web pages work fine usually. * Java is awful to get…
There are some things I use Chrome for, like its JS profiling tools, but every time it freezes and forces a restart I go back to FF. Been staying with the latter more and more lately.
Re: Firefox 27 Released
#144I 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).
Does this mean that we can use Task.js in ordinary web pages now?
Re: Firefox 27 Released
#145I 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.
For page load lag, addons like ABP are often especially bad because they're running the URI of each request against a bunch of regex filters to determine if the load should be allowed to begin.
Re: Firefox 27 Released
#146I 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!
Re: Firefox 27 Released
#147Earlier quoted context omitted.
Still it can't deal with memory pressure, and will just eventually oom & crash.
The problems I've been having in Firefox are with badly behaved apps - with memory leaks and stuff. Firefox manages memory better than Chrome, but when a tab leaks it can freeze the whole browser. Still, this happens rarely enough that it isn't an issue for me, plus Firefox is much better at keeping many tabs open. I did disable Flash and now I have to "click to play" - but I'm doing the same thing in Chrome too, bec…
Process per tab is _almost_ ready: http://billmccloskey.wordpress.com/2013/12/05/multiprocess-f...
You can play with it by setting `browser.tabs.remote` to true in about:config.
Re: Firefox 27 Released
#148Earlier quoted context omitted.
What's your host environment and browsing habits like (lots of tabs open, many pinned tabs, lots of video, flash video)?
Having just one gigabyte of physical RAM, I run Firefox with a 512M rlimit (the OpenBSD default), as I have to reserve some space for other software too (and swap is painfully slow on the spinning disk). As far as browsing habits go, I do usually have quite a few tabs open (currently I've got 38, though they're not all loaded; I don't think I often go much over this often). None are pinned. Video is disabled, and I'v…
You can ping me directly on irc, too. My handle is a literal new line character (which _is_ a valid nick), and I'd be happy to help you get the bug filed if you run into any issues. Once you have a bugzilla account, you'll see it's generally pretty easy to submit bugs and provide feedback in channels that allow us to more easily find and work on issues. We're happy to help, too!
I'd file the issue myself, but I'd prefer to enable you to see how easy it is, and for you to provide the stack trace. Even providing steps to reproduce issues makes you a part of our Mozilla community. Welcome!
[0] https://bugzilla.mozilla.org/ [1] https://wiki.mozilla.org/Performance/MemShrink
Re: Firefox 27 Released
#149The 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.
How's My SSL? [1] now reports "Your SSL client is Probably Okay." for Firefox 27. Awesome! [1] https://www.howsmyssl.com/
Re: Firefox 27 Released
#150Earlier quoted context omitted.
Well, davexunit did say "Firefox is the only major browser that is free software". Chromium is arguably a very minor browser. Besides, if you would like take a tiny amount of market share from Google (thereby weakening their ability to set standards such as the W3C's "EME" DRM, which they support), you know that using Firefox is the right thing to do. It also shows Google that you're not buying into their free/nonfre…
Chromium isn't a "minor brower", it is Chrome. Nearly all the code that does any real work is developed as part of Chromium, google just throw a few patches on top to make Chrome.