Slashdot Mirror


Firefox 27 Released: TLS 1.2 Support, SPDY 3.1, SocialAPI Improvements

jones_supa writes "Mozilla has released Firefox 27 for Linux, Android, Mac, and Windows (download). One of the big changes is enabling support for TLS 1.1 and 1.2 by default. Firefox 27 also supports the SPDY 3.1 protocol. Developers got some new toys: support was added for ES6 generators in SpiderMonkey, the debugger will de-obfuscate JavaScript, and style sheets can be reset by using all:unset. Mozilla also announced some new social integration options. In addition to all these changes, the Android version got some UI improvements and font readability upgrades. For a future release, Mozilla is currently testing a new approach for Firefox Sync in Nightly builds. They recognized the headaches involved with how it works, and they're now opting to use a simple e-mail and password combination like Google Chrome does. In the old system, users were forced to store an auto-generated authorization code, which, if lost, would render their bookmarks, passwords and browsing history inaccessible. "

167 comments

  1. Ciphers by manu0601 · · Score: 1

    Recent Firefox versions supported TLSv1.1 and TLSv1.2, by setting security.tls.version.max=2 in about:config. It is nice to have it by default now, but the missing bit was GCM ciphers support. They are important because CBC ciphers are more and more under attack (BEAST was CBC-specific). Do they implement GCM now?

    1. Re:Ciphers by TechyImmigrant · · Score: 2

      What makes you think that the ciphers available in TLS were chosen for the benefit of users?

      --
      I should use this sig to advertise my book ISBN-13 : 978-1501515132.
    2. Re:Ciphers by Anonymous Coward · · Score: 0

      What the hell does that have to do with anything?

    3. Re:Ciphers by TechyImmigrant · · Score: 1

      GoogleCloudMessaging != Galois Counter Mode

      Galois Counter Mode != Offset Codebook Mode

      Offset Codebook Mode != Counter Mode with Counter Block Chaining Mode

      So from the field of block cipher modes we can extrapolate that:
                    X != Y for all X and Y.

      --
      I should use this sig to advertise my book ISBN-13 : 978-1501515132.
    4. Re:Ciphers by Anonymous Coward · · Score: 0

      Yes.

    5. Re:Ciphers by manu0601 · · Score: 2

      At least I know what happens on servers I manage.

      Here is an Apache setup which blocks no modern client, and achieve 97% of AES256 with PFS enabled at mine:

      SSLProtocol all -SSLv2
      SSLHonorCipherOrder On
      SSLCipherSuite ECDH@STRENGTH:DH@STRENGTH:HIGH:!RC4:!MD5:!DES:!aNULL:!eNULL

    6. Re:Ciphers by Anonymous Coward · · Score: 1

      Supporting TLSv1.2 requires GCM support.

      Not to be picky, but CBC and GCM aren't ciphers; they're modes of operation. AES can be run in either mode (and many others besides). Also, the concept of CBC isn't flawed, it was the particular implementation prior to TLSv.1.1 that was flawed. The CBC implementation in TLSv1.2 is not susceptible to BEAST.

    7. Re:Ciphers by epyT-R · · Score: 1

      The same could potentially be said of any of them.

  2. Do not want ... by gstoddart · · Score: 5, Insightful

    Mozilla also announced some new social integration options

    I sincerely hope these are optional and not going to get rammed down our throats so Mozilla can collect more ad revenue.

    Because, quite frankly, I have no interest in having my web browser trying to integrate with social media.

    --
    Lost at C:>. Found at C.
    1. Re:Do not want ... by 0racle · · Score: 4, Informative

      Did you see them before? This release didn't add them, it added more. Personally I have no idea where they are.

      --
      "I use a Mac because I'm just better than you are."
    2. Re:Do not want ... by dysmal · · Score: 2

      On the plus side, the social integration probably won't work until version 30!

    3. Re:Do not want ... by UnknownSoldier · · Score: 0

      I don't use social media so could care less about bloatware.

      I just want FF's memory leak to be fixed instead of the devs ignoring it version after version, year after year.

      Chrome's "Task Manager" that shows per tab it's Name, Memory, CPU Usage, Network Traffic and FPS still lacks any counter part in FF.

    4. Re:Do not want ... by Billly+Gates · · Score: 5, Informative

      I don't use social media so could care less about bloatware.

      I just want FF's memory leak to be fixed instead of the devs ignoring it version after version, year after year.

      Chrome's "Task Manager" that shows per tab it's Name, Memory, CPU Usage, Network Traffic and FPS still lacks any counter part in FF.

      Chrome uses more ram than any other browser according to benchmarks. FF the least. A lot has changed since 2011.

    5. Re:Do not want ... by Anonymous Coward · · Score: 2, Insightful

      The fact that you do not see it is irrelevant.The code is there, increasing the attack surface of Firefox and thus adding risk for the user without giving him choice.

      This is especially annoying because 'social' is not a core function of a browser and should not be an integral part of it. This is what add-ons are for.

    6. Re:Do not want ... by Anonymous Coward · · Score: 3, Funny

      you mean, next Tuesday?

    7. Re:Do not want ... by Drew617 · · Score: 2

      With you on social media, but I'll go further and say the browser shouldn't really be integrated with anything external to the OS.

      The concept of browser-as-platform (looking at you, Chrome) seems wrong and disruptive to me, but it should be especially unnecessary for a browser to integrate with a service that's normally delivered in a browser to begin with.

      When I want to integrate with something, I'll let you know by punching in the address, thankyouverymuch.

    8. Re:Do not want ... by Anonymous Coward · · Score: 1

      It's not even enabled until YOU (as in: user) decide to turn on the social stuff. So no, it is not an attack surface if you leave it disabled.

    9. Re:Do not want ... by Anonymous Coward · · Score: 2, Informative

      "I just want FF's memory leak to be fixed instead of the devs ignoring it version after version, year after year."
      Do you happen to have a bug number on bugzilla? Also, please start reading Nicolas Nethercote's blog, they fixed a sh*tload of leaks already.

      "Chrome's "Task Manager" that shows per tab it's Name, Memory, CPU Usage, Network Traffic and FPS still lacks any counter part in FF."
      Content elements of separate pages can be shared in FF, making a per-page memory report much harder than in the per-process Chrome.

    10. Re:Do not want ... by Anonymous Coward · · Score: 0

      Then I suggest you review the default settings. Merging the browser with those sites (facebook only, by default) occurred a long time ago, but since then they have hidden it in the background.

      This is why I use my firewall to block Facebook's IP-ranges.

    11. Re:Do not want ... by Anonymous Coward · · Score: 0

      Care to actually give an attack scenario? Someone else suggest blocking Facebook's IP, but if you don't use Facebook, and don't have a Facebook account, what does it risk compromising?

    12. Re:Do not want ... by Anonymous Coward · · Score: 0

      Maybe "social" isn't a core feature to us old fogies, but there's a LOT of people who like it. Just like a LOT of people like how intimately Chrome is tied to Google's ecosystem. There's absolutely no reason to care if you're not using it, and therefore haven't enabled it. There are worse things to worry about in terms of security, which almost nobody uses by comparison to social media features.

    13. Re:Do not want ... by Jane+Q.+Public · · Score: 1

      I've used Firefox for years, and I have been very privacy-conscious. So I am curious what "default settings" you mean. Your comment is not very informative.

    14. Re:Do not want ... by reikae · · Score: 2

      The integration features certainly don't seem intrusive in any way, because I have no idea how to access them. There is nothing in the main menu about social media integration, nor in the options dialog. Which is nice.

    15. Re:Do not want ... by paziek · · Score: 1

      Well, we've got internet search engines integrated into almost any browser nowadays. Difference would be that you can choose what search engine you want to use.
      Seems like they added some support for Delicious and whatever India streaming service; what you need to do in order to get integrated, beats me, but I bet on $. I guess its sad, but then again Mozilla in its manifesto never mentions neutrality or any such thing and they need money to pay staff.

    16. Re:Do not want ... by Anonymous Coward · · Score: 0

      Maybe "social" isn't a core feature to us old fogies, but there's a LOT of people who like it. Just like a LOT of people like how intimately Internet Explorer is tied to Microsoft's ecosystem. There's absolutely no reason to care if you're not using it, and therefore haven't enabled it. There are worse things to worry about in terms of security, which almost nobody uses by comparison to social media features.

      FTFY

    17. Re:Do not want ... by Drew617 · · Score: 1

      Good point. I guess my concern isn't so much for neutrality, but good design. In general I want a browser to do one thing well, and otherwise get out of the way.

      I do understand the technical difference, but looking at it functionally: I expect "apps" to run in the OS. I do not also want a separate set of "apps" to run on the browser, or inside any other application for that matter. For example, in OSX or Windows I can have both a native Evernote binary "app" and a separate Evernote "app" running in Chrome. That's confusing and, to me, messes with the whole paradigm that most of us understand.

    18. Re:Do not want ... by complete+loony · · Score: 4, Informative

      It's called "about:memory" and it shows you memory allocation in all kinds of fine or coarse grained ways. And it's been almost continually improved for the past couple of years, while the big issues this page has revealed have been fixed.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    19. Re:Do not want ... by Rufty · · Score: 1

      FF had a huge memory leak problem. It thrashed. And thrashed and thrashed. This was consistently denied. Now I'm told "It's been fixed!" Why should I trust them now - I now use Chrome and that doesn't suck. My trust in FF has gone, why should I spend my time trying it again when the devs can't even be honest with me?

      --
      Red to red, black to black. Switch it on, but stand well back.
    20. Re:Do not want ... by Anonymous Coward · · Score: 0

      Fear mongering. Go fucking install the java plugin and kill yourself, troll.

    21. Re:Do not want ... by Anonymous Coward · · Score: 0

      I just want FF's memory leak to be fixed

      If I wasn't balls deep into Mozilla's internet freedom propaganda I'd be demanding that they sensor internet echo chambers.

      Why don't you take a step outside of your circle jerk and look around for a change. You might realize how stupid you look. Unless you're just a senseless troll that goes for that kind of thing.

    22. Re:Do not want ... by Anonymous Coward · · Score: 0

      The problem is that you're not the only person to consider. There are a LOT of people who would rather not leave the browser to do things they would otherwise do in the browser - like social media. Improving their experience is not a net loss if it's done properly, and frankly I don't see how Mozilla is "doing it wrong" in this case. Only those people who want even seem to have noticed it exists, let alone enabled it.

    23. Re:Do not want ... by UnknownSoldier · · Score: 1

      I'm quite well aware of about:memory for years and no, it still doesn't fix the problem.

      My suspicion was that it was the Flash plugin leaking memory but I don't use any plugins with FF and it still leaks memory albeit -- much more slowly.

    24. Re:Do not want ... by UnknownSoldier · · Score: 1

      > Chrome uses more ram than any other browser according to benchmarks.

      And in the real world of actual usage when I use it for a month straight with 100+ tabs, closing ALL the tabs down Firefox STILL hogs about 2 GB of RAM. The only work around I've found is to completely restart FF which has minimal RAM usage. And no, "about:memory" with manual forcing the GC to run doesn't help.

      > A lot has changed since 2011.
      LOL. I've been using FF since the 1.x days. I see the same slow memory leak version after version. I will agree that FF is getting better, but it still has a ways to go. I gave up on it being my primary browser about 4 years ago. Chrome is faster, has more features, doesn't leak memory. The only thing I use FF these days is for a you-tube downloader which is why I continue to suspect that I believe they aren't properly releasing the extension's memory.

    25. Re:Do not want ... by tibman · · Score: 1

      Didn't you say a few posts up that you use a youtube downloader?

      --
      http://soylentnews.org/~tibman
    26. Re:Do not want ... by Anonymous Coward · · Score: 1

      I stand corrected. The defaults seem to have changed in the last 2-3 versions. It is deactivated, but remote installation and Facebook is still there, but they have added a couple of URLs. Also, Mozilla has a habit of auto-enabling privacy invasive options when they release new versions and reverting config changes you've made (unless you've saved them in a separate .js file), so I am confident that they will start enabling it by default as soon as they are done integrating social media into the browser.

      Search for "social" in "about:config" to view all relevant settings.

      If you are privacy-conscious, also check out the settings you find searching for "media.peerconnection", which are also fairly recent.

    27. Re:Do not want ... by Drew617 · · Score: 1

      Of course not. But I am, at least, a person to consider. My position is that development effort might be better spent on refinement than feature creep. I can't be the only one.

      Frankly, extensibility isn't always good. Consider two theoretical browsing conditions: A minimal, lightweight browser with built-in support for $codecswegenerallyneed, then another browser running any number of different add-ons or extensions for media types, third-party website integration, semi-malicious toolbars, etc.

      Even if Joe User thinks he wanted the blinking sendmymovementstothensa.com button and the McAfee search redirect feature, which is likely to provide the better general-purpose browsing experience? Which is less likely to fail in some manner as Joe attempts to pay bills, etc.?

      I'd point to iPad adoption (in the States, anyway) as an indication that users will happily accept a product with limited customizability, but which almost always Just Works(TM). I'd be one of them, but I live in the *nix (and sometimes Win) world. I happen to feel that, for the moment, nobody's doing it right.

    28. Re:Do not want ... by Drew617 · · Score: 1

      Also - I do agree to an extent and understand not wanting to leave the browser. What I originally pointed out is that at least some of this integration appears to be with products that were already delivered by the browser. Users never had to leave. What seemed inappropriate to me is making product delivery a _function_ of the browser.

    29. Re:Do not want ... by Jane+Q.+Public · · Score: 1

      "Search for "social" in "about:config" to view all relevant settings."

      I see. I had looked for "facebook" before, but hadn't thought to look for "social".

    30. Re:Do not want ... by Anonymous Coward · · Score: 0

      It is possible to use multiple profiles in firefox with different settings.

      I have one profile for my social websites (which also keep passwords, allows a few more cookies, and some other features enabled).

      I have a different profile for most of my other browsing which is more locked down/stripped. Of course, this is also the one with more plugins installed to "fix" things which should be standard in Firefox (ghostery, https anywhere, smart referrer, 2-click-like and a couple others).

    31. Re:Do not want ... by Anonymous Coward · · Score: 1

      Answer: you shouldn't, if that's how you feel. But then don't bother coming onto Firefox threads just to be a jerk about it. It's not your business anymore, especially if you don't have any interest in giving Firefox a fair shake. That's what we in the real world call "an asshole".

      Besides, if you can still trust Google enough to use their browser, then it's clear you really aren't the type of person who should have been using Mozilla products to begin with. Just move on already and enjoy Chrome, you miseryguts.

    32. Re:Do not want ... by UnknownSoldier · · Score: 1

      Sorry for not communicating the context of the time frame more succinctly ...

      FF v?? -- forgot which version added the about:memory -- memory leak was about 1/2 plugged
      FF v25 -- no youtube downloader, no plugins, leaks memory slowly
      FF v26 -- youtube downloader, still leaks memory slowly

      I find Chrome's design of 1-process-per-tab to not have any hidden memory leaks compared to FF's lets-share-everything and GC everything later.

      When you FF using 2 GB of RAM, every tab closed except 1 blank one, and pressing the GC button in the about:memory which does NOTHING -- there is a fundamental deeper problem with FF's memory usage design.

  3. WebApi/WebPayment by buchner.johannes · · Score: 3, Interesting

    I want to see WebPayment lift off. This could be a huge enabler for small internet businesses. Any news on that?

    --
    NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.
    1. Re:WebApi/WebPayment by PRMan · · Score: 1

      How does this differ from credit cards or bitcoins?

      --
      Peter predicted that you would "deliberately forget" creation 2000 years ago...
  4. Too late, switched to Chrome by PvtVoid · · Score: 0

    Firefox has gradually turned into a bloated, buggy piece of crap. I finally gave up, and started using Chrome instead. Yes, the Great Google is watching my every browsing move. But at least it works.

    1. Re:Too late, switched to Chrome by chipschap · · Score: 5, Informative

      I used Chrome for quite a while but just switched back to Firefox. Chrome restricts things like downloading media (especially from YouTube) and doesn't work correctly on some ecommerce sites that I use. Firefox isn't (subjectively) that much slower than Chrome any longer and clearly has the widest choice of add-ons.

    2. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      Your mom's become bloated and full of bugs (crabs) but we have the decency to stick with her.

    3. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 1

      Thanks to weaklings such as you, our society turns into 1984.

    4. Re:Too late, switched to Chrome by Billly+Gates · · Score: 5, Informative

      Chrome uses almost 300% more ram than FF or IE 11 on my system when I have +40 tabs opened.

      Tomshardware.com did some benchmarks that can confirm this. It even hit slashdot that FF 13 used the least amount of ram a year and a half ago.

      FF 4.0 != FF 25 and later and a lot has changed since 2011. I am tempted to switch back to Firefox as it is so light and quick now.

    5. Re:Too late, switched to Chrome by SammyIAm · · Score: 1

      Does Chrome's RAM usage cause problems on your machine? If the RAM is available, I don't see why Chrome shouldn't be taking advantage of it to improve browsing performance.

      Have you looked at the hard drive usage of Chrome versus FF? I haven't looked, but it would be interesting to see if Chrome's increased RAM usage results in lower hard drive usage.

    6. Re:Too late, switched to Chrome by JDG1980 · · Score: 4, Interesting

      What we really need is "Firefox Classic": a maintainable fork that takes the Firefox code base and strips it down to the essentials, without social networking add-ons or any of that garbage. Sort of like how Firefox itself originally forked off of the Mozilla Application Suite, come to think of it.

    7. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      I had the opposite experience and I tested it out only 2-3 versions ago. After leaving FF opened with 20+ tabs, like Chrome, it gobbled up my memory much quicker and eventually become unstable to interactions. I was running both with no plugins/extensions.

    8. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      You could try Opera.

    9. Re:Too late, switched to Chrome by porjo · · Score: 1

      Firefox is my browser of choice and I find it does everything I need with the small, but irritating, exception of Flash. Adobe Flash plugin on Linux is horribly glitchy with Firefox and it's replacement, Shumway, is not supported on the websites I visit. I use Chrome for any Flash-heavy websites.

    10. Re:Too late, switched to Chrome by archen · · Score: 5, Insightful

      I'm not sure a "Classic" version would help much, it's the Internet itself that's bloated. You can have the fastest browser ever, but you're still downloading all that social media crap with Javascript pulled from all corners of the globe. The fastest web browsing experience? Firefox with Adblock and NoScript.

    11. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      Weird, my experience is just the opposite. Firefox has been rock solid stable and has gotten less bloated, while Chrome has been and still is extremely buggy. I tried Chrome for a month and in that time I reported many bugs, none of which I would consider minor. Most if not all have yet to be fixed and it's been almost two years now since I reported them. Chrome does a lot of quirky things too that aren't really bugs per se but are really annoying.

    12. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      What we really need is "Firefox Classic": a maintainable fork that takes the Firefox code base and strips it down to the essentials, without social networking add-ons or any of that garbage. Sort of like how Firefox itself originally forked off of the Mozilla Application Suite, come to think of it.

      This. Use a modern JS engine, and the Fx 3.6 UI. Book it,done.

    13. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      The ram usage comes from a 1 instance per object invocation process Chrome has. each tab/plugin etc has it's own process running in task manager each with it's own private working set.

    14. Re:Too late, switched to Chrome by UltraZelda64 · · Score: 3

      The browser could at least help, by not automatically assuming that everyone wants JavaScript support and re-enabling it even for anyone who willfully turned it off in the first place, while at the same time removing the GUI, requiring digging through the bowels of the hell that is about:config just to find the option to re-enable. The first step to cutting web bloat is to disable JavaScript, but ironically Mozilla seems to be directly against this idea.

    15. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 1

      What we really need is "Firefox Classic": a maintainable fork that takes the Firefox code base and strips it down to the essentials, without social networking add-ons or any of that garbage. Sort of like how Firefox itself originally forked off of the Mozilla Application Suite, come to think of it.

      You should have a look at Pale Moon. It is not exactly what you asked for but it is a slightly slimmer version of Firefox that still has compatibility with the plugins.

    16. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      You could try Opera.

      Opera pre 15. Because 15+ is as shit as Firefox.

    17. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      The way I see, Chrome's just using far more memory to do basically the same job. Why waste memory, if all you're going to get is a sliver of performance (which may not be the case at all, as we don't know WHY Chrome is using so much more memory).

      Your hard drive question is genuinely interesting, though Firefox is changing their entire caching engine over the next few releases so the results may change drastically over the next half a year.

    18. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      That only happens once when the crowd of poorly behaved coders first refuse to improve coding style, and then, when the slim version proves to be more popular rebase on that and port their cruft. What would be the motivation for the original break aways to break away again?

    19. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      Came here to say exactly this. Been using PaleMoon for almost 2 years now, and I love it.

    20. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 1

      It's a lost battle. The best you can do is give people the option to properly manage Javascript, which requires something finer-grained than what they had implemented in the Firefox UI. Since few users care about this kind of thing, and there's already at least one world-class addon dealing with it that gets regular updates, there's really no reason for Mozilla to continue doing an inferior job of it.

      You can argue all you want about principles, but Mozilla can't just cater to YOUR principles. They have to remain a viable option for lots of users, and if removing a dumb checkbox that's too convenient (as in, many users toggle it accidentally) is the easiest way to go, then so be it. Someone else can (and does) handle the more advanced UI for users who want it.

      It mostly seems that some people can't quite grasp that Mozilla isn't able to do EVERYTHING, and sometimes an old feature that's convenient for some of us has to be let go. The people who really need that feature should be the ones who figure out how to make it work, not one company with limited resources who are already maintaining what's required for us to maintain such addons.

    21. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      Been using Pale Moon since Australis was announced. Windows only, but your welcome to fork it...

    22. Re:Too late, switched to Chrome by gmhowell · · Score: 2

      Only because she's Free AND Open.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    23. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      I'm a developer and I've been using FF almost from the beginning but things like removing the status bar and all the new non-sense crap got me doing some research and I discovered the PaleMoon build. I didn't expect much at first, but a half-and-a-year later I can tell you that the PaleMoon 64-bit build running on W2008 R2 Server (configured as a workstation) *never* crashed. I could not be more happy with it. It's fast, rock-solid, brought back the status-bar, removed much of the non-sense and again ... it's rock solid which is what I care most. I use it on a daily basis, I don't have any other browser except IE which is built into the OS and I never ever opened it.

    24. Re:Too late, switched to Chrome by DrHoneydew · · Score: 0

      Firefox isn't (subjectively) that much slower than Chrome any longer

      This may be true if you load web pages one at a time, but as soon as you open multiple background tabs, you see that Firefox is slower. Chrome is optimised for multicore CPUs, Firefox isn't. Open multiple background tabs in Firefox and watch as the Firefox UI turns to molasses as everything renders on a single core.

      Tabbed browsing is the norm. Opening background tabs is commonplace. The browser UI shouldn't crap itself under that use case.

      As the years tick by, it's increasingly embarrassing for Mozilla that Firefox is not multicore optimised. Firefox is starting to look quaint and out of step with modern browsers.

    25. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      I doubt this. When Tom's Hardware ran their latest benchmark, Opera.next (which had switched to Chromium) used substantially less RAM than Chrome did. It can't be the whole story.

      Has anyone compared the development version of multi-process Firefox to confirm how much more RAM it uses than the stock version?

    26. Re:Too late, switched to Chrome by doublebackslash · · Score: 2

      I'm actually working on a fairly JS intensive algorithm right now. FF's JS engine is, on this test, *slightly* faster and a bit less memory intensive. Subjectively chrome has a faster layout engine (I'm not testing that right now and , honestly, I try not to anger that particular demon since reflow is the slowest thing one can do in JS!) .
      Right now it is a bit of a wash. *This is a good thing.* Everyone chasing each other, trying to out-perform, out-do, etc. Remember before the browser speed wars? How slow it was be default? Sub-second laoding-procesing-rendering times wasn't always the norm!
      Pick whichever browser you want. IE10+, FF, Chrome, etc etc. They are all relatively compliant, fast, and will serve you well. Choose on features!

      Isn't the future awesome?

      --
      md5sum /boot/vmlinuz
      d41d8cd98f00b204e9800998ecf8427e /boot/vmlinuz
    27. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      So you insist. I claim you're full of it, because Firefox has definitely been optimized for multicore systems, just not to the extent Chrome has yet. My computers don't suffer such lag with Firefox compared to Chrome, not until I force both to load enough to make my PC stutter period. I regularly browse with 20+ tabs open on both browsers, and they're competitively similar in terms of basic performance unless I cherry-pick pages to make one look worse than the other.

      But then, I wouldn't expect someone who obviously loves Chrome to give Firefox a fair shake. It might as well still be 2008 for you. I'm sure there are still memory leaks galore, Internet Explorer still sucks with CSS, and Opera still can't render all the pages Chrome can.

    28. Re:Too late, switched to Chrome by smash · · Score: 2

      I can buy more RAM. I can't buy process-per-tab for Firefox.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    29. Re:Too late, switched to Chrome by psychonaut · · Score: 2

      What we really need is "Firefox Classic": a maintainable fork that takes the Firefox code base and strips it down to the essentials, without social networking add-ons or any of that garbage. Sort of like how Firefox itself originally forked off of the Mozilla Application Suite, come to think of it.

      What's wrong with just using the Mozilla Application Suite? It got renamed to SeaMonkey a long time ago and development has continued ever since. It's got a mail and news client in addition to the browser, but apart from that there's no bloat or garbage. If, like me, you don't want to use the mail and news client, just don't open that window, and you'll never even know it's there.

    30. Re:Too late, switched to Chrome by Arrepiadd · · Score: 2

      The first step to cutting web bloat is to disable JavaScript, but ironically Mozilla seems to be directly against this idea.

      What world do you live in? I have to agree with the previous AC, it's a lost battle. Sure, for casual websites I can do without Javascript, and even opt to not look at blog X if it's done in such a crippled way that I'd need JS to read test. But my bank has such a web interface that I can't do without JS. Should I just start changing banks every time they do such a move? My time is more precious than that!

      Hell, the nearest cinema has such a crippled webpage (recently upgraded to being a lot more JS-abuser) that I can't do anything (not even look at the schedule) without accepting a cookie for which is my preferred location (it's from a national chain of theaters). Almost feel like never going there again...

    31. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      Anon here again. I just re-ran my naive test and FF did do dramatically better on memory this time, even after leaving the tabs opened over night at work. I may start looking back into FF. It's at least back on my radar.

    32. Re:Too late, switched to Chrome by Anonymous Coward · · Score: 0

      When Firefox gobbles up your RAM, it's the worst product imaginable. When Chrome does it, just buy more RAM you cheap sod! After all, the only thing that matters is per-process tabs.

    33. Re:Too late, switched to Chrome by UltraZelda64 · · Score: 1

      "It mostly seems that some people can't quite grasp that Mozilla isn't able to do EVERYTHING, and sometimes an old feature that's convenient for some of us has to be let go. The people who really need that feature should be the ones who figure out how to make it work, not one company with limited resources who are already maintaining what's required for us to maintain such addons."

      You must use Apple systems. Yeah, let's dumb everything down, for all the idiots out there...

      No, I'd rather not see GUIs become crippled, while powerful options get buried in messes like about:config or some registry or something. Just because advanced users are more capable of finding things and getting around a system, doesn't mean the developers should make it unnecessarily difficult to do so.

    34. Re:Too late, switched to Chrome by smash · · Score: 1

      Its not the only thing that matters. What matters to me as an end user is that I have a responsive UI. Firefox does not offer me this reliably, and other browsers (not just Chrome) have for several years now. IE9 onwards has process per tab. Safari splits the rendering and UI into different threads. Firefox? Oh, this javascript in some random tab has locked up the browser's UI. Oops.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
  5. Search engine misfeature still there by ebh · · Score: 2

    I see they haven't reversed the horrible misfeature of the "awesome" bar being restricted to whatever's specified in the search bar (e.g., Wikipedia) instead of using your default search engine regardless.

    Or is there an about:config setting for that which I don't know about?

    1. Re:Search engine misfeature still there by Anonymous Coward · · Score: 1

      No about:config entry whatsoever. Maybe this will help: https://addons.mozilla.org/en-US/firefox/addon/foobar/ You may find this to be handy: http://kb.mozillazine.org/Using_keyword_searches

      Also, blame Alex Limi.

    2. Re:Search engine misfeature still there by Anonymous Coward · · Score: 1

      No. There were viable security reasons to remove your pet search feature from the default installation, but it's still available if you use an addon.

      And now I'll sit back with my popcorn and watch the idiotic cries of "they're dumbing it down for the filthy casuals!"

    3. Re:Search engine misfeature still there by dbug78 · · Score: 2

      The workaround here is to use keywords:
      Click the engine dropdown in the search box and choose Manage Search Engines.
      Create keywords for the search engines you care about (eg. 'g' for google, 'wp' for wikipedia, 'd' for dictionary.com, etc).
      Perform searches in the Awesome Bar by typing "<keyword> <search terms>" and ignore the search box (except to configure more search engines and/or keywords).

  6. Yes, but have they fixed the crashes? by rjmx · · Score: 1

    Maybe it's me, but Firefox 26 would crash at the drop of a hat (and that's on Windows and Linux). I would sincerely hope that 27 is somewhat better in that respect.

    1. Re:Yes, but have they fixed the crashes? by gigaherz · · Score: 2

      I have only had one single crash while running Firefox Aurora (the alphas) in years. Are you using any misbehaving Extension or plugin?

    2. Re:Yes, but have they fixed the crashes? by Lord+Crc · · Score: 3, Interesting

      Maybe it's me, but Firefox 26 would crash at the drop of a hat

      Tried running it in "safe mode" without addon's and see how that goes?

      Firefox still crashes for me when it runs out of memory due to buggy javascript in either an addon or on a page. For example we use FinalBuilder at work, and the build control page has a massive memory leak in the javascript (sucky dom handling in web 2.0 crap) causing FF to run out of memory if I leave the page open over night.

      Other than that it's been very stable on all the machines I've used it on for many years now (and that's both Windows and Linux).

    3. Re:Yes, but have they fixed the crashes? by tyle · · Score: 2

      Had this as well in Firefox 26 on Linux with Nvidia drivers, but Firefox stopped crashing when I updated to Nvidia driver 331.38.

    4. Re:Yes, but have they fixed the crashes? by jones_supa · · Score: 1

      But then again, it's bad if an extension or plugin crashes the whole browser.

    5. Re:Yes, but have they fixed the crashes? by dkman · · Score: 1

      I'm with the other guys. I almost solely run FF current builds on multiple machines (work 6GB ram with intel graphics. home main 16GB with AMD. home media server was 2GB with nvidia - very recently upgraded). I haven't had crash issues on any of them. I definitely would have switched or investigated the cause, but I would have to say you have a bad addon. Potentially you have bad ram, but I would imagine that using a different browser wouldn't have fixed the issue.

      --
      I refuse to sign
    6. Re:Yes, but have they fixed the crashes? by Anonymous Coward · · Score: 0

      I'm with the others in potentially blaming iffy drivers, since I've had two boxes struggle with them recently (nvidia drivers on Linux especially). I've managed to mitigate that by upgrading the drivers, disabling hardware acceleration or changing the acceleration backends in about:config from cairo to skia (or the other way around, I don't recall).

      Another potential reason is (as always) Flash. I'd suggest checking if you're running an up-to-date version (along with disabling/updating/removing other plugins that you don't use).

      Also, there HAVE been a lot of things changing with the Javascript engine in Firefox that are finally starting to come together and get resolved since around Firefox 24 or so. The nightlies would crash on me a lot a few weeks ago, due to strange glitches with certain websites (especially with Zimbra or Trello and large amounts of data). Then suddenly it all got better (and Trello even optimized their site, which was nice of them). It might simply be that kind of thing. It seems like Mozilla's been working day and night to get their new JS engine working consistently well, not to mention optimizing the hell out of their garbage collector.

    7. Re:Yes, but have they fixed the crashes? by Anonymous Coward · · Score: 0

      Disable hardware acceleration?

    8. Re:Yes, but have they fixed the crashes? by Anonymous Coward · · Score: 0

      Unreliable ram/bad caps/bad power supply?

      Even passing all modules memtest86+ tests for some reason found that with 1.5GB ram FF crashed as crazy when browsing heavy JS sites. With 1GB had no crashes in months running 24/7.

    9. Re:Yes, but have they fixed the crashes? by Anonymous Coward · · Score: 0

      It's you

    10. Re:Yes, but have they fixed the crashes? by Anonymous Coward · · Score: 0

      Heh, for me, Firefox tends to remain running long after I close the window (sometimes I will not notice for days as I mainly use a different browser as of late (Midori)). Only in 26 though. Not sure if I want to move to 27 with social crap built in, especially since I only use Firefox for downloading Youtube and other such videos.

  7. Still waiting for GTK3 by Drew617 · · Score: 2

    I'll give FF another shot when there's a GTK3 port.

    But, uh, hey... apparently we got us some Saavn (?) integration.

    1. Re:Still waiting for GTK3 by Anonymous Coward · · Score: 2, Informative

      The GTK3 support seems to be coming along nicely. They're actually supposedly pretty close, if I'm reading the bug tickets correctly. They mostly just have to support spinning off GTK2 process for plugins like Flash that don't support GTK3, and I believe there are some GTK3 widget glitches to iron out. I even remember seeing a Red Hat/Fedora test binary with GTK3 support that you can try out, though I don't have a link handy.

    2. Re:Still waiting for GTK3 by Billly+Gates · · Score: 0

      Ain't gonna happen.

      One of the weaknesses of Linux is you can't have more than one library with dynamic linking for .so objects like you can with .dlls starting with Windows 7 and later.

      This means gnome2 users and Mate users will be fucked as you can't have GTK2 and GTK3 on the same system. Since CentOS comes with gnome 2 by default it means Firefox can not be made to work with it until they downgrade to GTK2.

    3. Re:Still waiting for GTK3 by Anonymous Coward · · Score: 0

      LOL your concern was answered a minute earlier by someone just reading the bug comments!

    4. Re:Still waiting for GTK3 by Anonymous Coward · · Score: 0

      I run gtk2 and gtk3 programs side by side using bits of xfce for a desktop, it works just fine. I take your point about mixing gtk 2 and 3 in the same application but a gtk2 desktop can happily run gtk3 based programs.

    5. Re:Still waiting for GTK3 by Anonymous Coward · · Score: 0

      Key word was port.

    6. Re:Still waiting for GTK3 by Anonymous Coward · · Score: 0

      Fedora has been moving this along. http://copr-fe.cloud.fedoraproject.org/coprs/stransky/FirefoxGtk3/

    7. Re:Still waiting for GTK3 by shutdown+-p+now · · Score: 2

      One of the weaknesses of Linux is you can't have more than one library with dynamic linking for .so objects like you can with .dlls starting with Windows 7 and later. This means gnome2 users and Mate users will be fucked as you can't have GTK2 and GTK3 on the same system.

      Just FYI, .so files are versioned in Linux, and you can (and any sane distro does) have libgtk2 and libgtk3 side by side.

  8. Whenever a new Firefox is released... by Anonymous Coward · · Score: 0

    ...the first thing I think is, "Oh God, what have they broken this time?"

    Mozilla really need to stop fucking around with things that aren't broken and fix the things that are.

    1. Re:Whenever a new Firefox is released... by Anonymous Coward · · Score: 0

      So you're saying TLS 1.0 isn't broken? Then why does TLS 1.1 and 1.2 exist?

    2. Re:Whenever a new Firefox is released... by Anonymous Coward · · Score: 0

      I completely agree with you. It is sad, that after each FF release one needs to spend time searching for plugins and hacks to get even some of the previous functionality back.

  9. DANE by vanyel · · Score: 1

    I'm hoping support for DANE will show up soon...

    1. Re:DANE by jones_supa · · Score: 1

      What's that?

    2. Re:DANE by vanyel · · Score: 4, Informative

      http://en.wikipedia.org/wiki/D...

      "Mozilla Firefox via add-on" - a start at least...

    3. Re:DANE by halcyon1234 · · Score: 1

      Slightly OT.. but is it just me, or has Slashdot started cropping the text inside an A tag? Your link shows up as "http://en.wikipedia.org/wiki/D...", which is less than useful. Sure I can hover over it to find out the target, but that's more mouse interaction that I really want with a Slashdot page.

      Anyone know if there's an option to NOT crop useful information like URLS???

    4. Re:DANE by vanyel · · Score: 1

      The actual link is all there, it's just not showing it.

  10. Sync by dkman · · Score: 1

    I only sync Bookmarks and Addons (for security reasons I don't even store passwords). But I've never had a problem with the way sync works now. You need to have a synced device on had to generate a code to feed into the device you want to add. As long as you have 1 accessible synced device you're good.

    If you were using it to back up bookmarks on one machine and you are rebuilding that machine, then you may be in trouble. So I guess that's what they're referring to here.

    I have it on my phone, so I can always have that one on hand

    --
    I refuse to sign
    1. Re:Sync by jones_supa · · Score: 1

      As long as you have 1 accessible synced device you're good.

      And if you don't, you're fucked. So that's the problem.

    2. Re:Sync by rts008 · · Score: 1

      If you were using it to back up bookmarks on one machine and you are rebuilding that machine, then you may be in trouble.

      For that specific issue, try FEBE(Firefox Extension Backup Extension)
      I highly recommend it for this.(and a whole lot more useful stuff)

      FEBE allows my Firefox experience to be almost exactly the same between Windows and Kubuntu(dual boot), and having a current backup of the FEBE folder allows me to painlessly restore Firefox to my liking after a fresh install, or a new PC.

      --
      Down With Slashdot BETA!!! I've been around the corner and seen the oliphant; you can only abuse me from your perspecti
    3. Re: Sync by c0l0 · · Score: 2

      I switched over from Chromium to Firefox mainly because of how Firefox Sync worked back then - in the way that it encrypted your sync data with a secret that Mozilla would never know. Now, with the new sync that just requires a tuple of email address and password, I wonder what - if anything - they use to encrypt the data so they cannot know what I store there (which is a strict requirement for me to even consider any kind of "cloud"-y offering). Given that email/password is used for authentication and authorization only (I'm pretty certain they'll have a routine for users to "reset" their password...), I'm worried they'd left out the one thing that made Firefox Sync usable for folk concerned with privacy...

      --
      :%s/Open Source/Free Software/g

      YTARY!
    4. Re: Sync by c0d3g33k · · Score: 1

      I switched over from Chromium to Firefox mainly because of how Firefox Sync worked back then - in the way that it encrypted your sync data with a secret that Mozilla would never know. Now, with the new sync that just requires a tuple of email address and password, I wonder what - if anything - they use to encrypt the data so they cannot know what I store there (which is a strict requirement for me to even consider any kind of "cloud"-y offering). Given that email/password is used for authentication and authorization only (I'm pretty certain they'll have a routine for users to "reset" their password...), I'm worried they'd left out the one thing that made Firefox Sync usable for folk concerned with privacy...

      I have the same general concerns you did but am less trusting, so I set up my own sync server. Check out Run your own Sync Server at mozilla.com.

      If you're technically inclined, familiar with general LAMP server management and have a personal linux server handy, it isn't that hard. There's a time investment up front, but once I got it running, it's been working flawlessly across several platforms and multiple browser profiles. I hope they deprecate the old sync behavior but keep it in place for awhile to give time to migrate to the new sync behavior. It's been working so well it's been "set it (up) and forget it" since I first got it running, so it will take a little time just to remember the details so I can migrate to the new server code (assuming there is even a viable migration pathway).

      That said, the old sync that required the code to add new browser instances (ie. Firefox on another device or OS) was a little cumbersome, so making that a little simpler would be welcome. That would make it easier for other members of the household to manage their own devices without requiring me to set up and manage it for them.

    5. Re: Sync by c0l0 · · Score: 4, Informative

      Yeah, I knew about that possibility before, but since the data to be stored on Mozilla servers was being properly encrypted on my device and in my client, I opted out of the usual "maintain my own infrastructure" chores that one time. Now, the "old" (read: current) Firefox Sync system is going away completely in the not too distant future, and you'll probably have to install some kind of add-on to keep your existing, self-hosted infrastructure functional. Meanwhile, I asked some Mozilla people/developers what the change was about, and how the new system is supposed to keep users' data confidential. The transcript of the IRC session is available here, on Debian's inofficial pastebin - enjoy! :)

      --
      :%s/Open Source/Free Software/g

      YTARY!
    6. Re: Sync by c0d3g33k · · Score: 1

      Thanks for that transcript. It seems to clarify some things (the questions you were asking and the answers) but raises others. Such as why the desperate push to move to an entirely new infrastructure that's apparently incompatible with the old, requires Firefox Accounts and introduces "recoverable" keys (in the hands of Mozilla) alongside the current non-recoverable keys that only the client has. The rather vague answer was the 'recoverable' keys were for some nebulous future service of benefit to the user (Mozilla can recover their data for them), but my tinfoil hat tells me it also allows Mozilla to recover user data for another party like the NSA. It smells a bit too much like a back door, because we can't have user-only encryptable and decryptable data in the cloud now, can we? They claim that it doesn't touch the data encrypted with the non-recoverable key, but that's just a claim.

      I'm not optimistic about an addon to maintain current sync functionality (at the current breakneck pace Mozilla is moving it would be difficult to maintain), so perhaps they will release their new server code as open source. We'll see.

    7. Re: Sync by c0l0 · · Score: 4, Informative

      The new server code/service building blocks are already (at least in part) available: https://github.com/mozilla/fxa... https://github.com/mozilla/fxa... - there's probably more, but mozila shares so much on github I don't really know what to look for.

      --
      :%s/Open Source/Free Software/g

      YTARY!
    8. Re:Sync by Anonymous Coward · · Score: 0

      They need to settle on a consistent configuration storage format. We have text files, sqlite files, json files and other files in other obscure formats (and presumably the registry on windows).

      Keep to simple text files which allow us to audit, compare and manually edit to our needs.

      I want to be able to easily, understandibly and manually sync my configuration between multiple firefox instances and profiles.

      The programmers need to learn about file locking so they can properly update the bookmarks from multiple instances (and don't keep updating with last visit time, visit counts and other sillyness).

    9. Re: Sync by c0d3g33k · · Score: 1

      Cool, thanks.

  11. Enough of the social media garbage by TheMadTopher · · Score: 4, Interesting

    Am I the only one who could care less about social media integration?

    1. Re:Enough of the social media garbage by Anonymous Coward · · Score: 2

      Am I the only one who could care less about social media integration?

      No, I'm pretty sure there's a lot of people who couldn't care less.

    2. Re:Enough of the social media garbage by rts008 · · Score: 0

      I see this frequently...*sigh*

      I personally couldn't(could not) care less about social media integration.

      I think that was what you meant...if so, then the answer would be no, but the two statements are opposite in their actual meaning.

      Your version: "I could care less about it, but I don't."

      My version:
      "I could not possibly care less about it, as I don't care for it at all."

      Think about it a little, and it is very clear that 'could' and 'could not' have opposite and specific meanings.

      --
      Down With Slashdot BETA!!! I've been around the corner and seen the oliphant; you can only abuse me from your perspecti
    3. Re:Enough of the social media garbage by Anonymous Coward · · Score: 0

      You are too verbose. Next time just reply "Yes, you're the only one. Everyone else couldn't care less".

    4. Re:Enough of the social media garbage by Anonymous Coward · · Score: 0

      aspergers' detected...

    5. Re:Enough of the social media garbage by Anonymous Coward · · Score: 0

      That depends on who (or what) you could care less than.

    6. Re:Enough of the social media garbage by Anonymous Coward · · Score: 0

      Logic fail. Let A be the set of people who could care less about social media integration. Parent asks:

      Is A = {TheMadTopher} ?

      And you reply "no", and justify it by claiming that complement(A) contains a lot of people. Sorry but that doesn't justify it.

    7. Re:Enough of the social media garbage by Anonymous Coward · · Score: 0

      aspergers' detected...

      This is not some minute detail that might not matter. This is the difference between saying what you mean and meaning what you say.

      Also, it is "Asperger's".

    8. Re:Enough of the social media garbage by Anonymous Coward · · Score: 0

      I do not know, how much less could you care?

    9. Re:Enough of the social media garbage by Tom · · Score: 1

      No. On the contrary, it's rather a counter-argument for me.

      Because "social" media is anti-social. When I invite friends over for chill-out or a movie or whatever, I can either call up 6 or 7 and get 4 or 5 "ok, sounds cool, I'll be there" - or I can invite 30 on Facebook, get 10 replies, half of which are "maybe" which is just code for "not really but I don't want to look as if I don't like you" and half of the "yes" will drop out at the last moment.

      Nothing beats actual personal face-to-face social interaction, period. And I say that as a nerd who at times doesn't feel like leaving the house today.

      --
      Assorted stuff I do sometimes: Lemuria.org
  12. Bring Back Javascript Optoins by tlhIngan · · Score: 3, Informative

    One of the biggest changes in Firefox was that JavaScript was permanently enabled.

    But a side effect of the removal of "Enable JavaScript" checkbox was the removal of the "Advanced" button which limited what scripts could do - move/resize windows, bring windows to front/back, allow scrpits to write to status bar, disable context-click (right click), etc.

    Which is annoying because those options were good to have - especially sites that disable right-click.

    On Firefox, it's possible to re-enable right click if you hold down Shift then right-click - this will force Firefox to display the proper right-click menu. But that's a PITA

    While extensions like NoScript work, they don't prevent permitted sites from playing around with stuff like that - a site needs javascript ot work and then they promptly open a bunch of windows or disable right-click while it's enabled.

    1. Re:Bring Back Javascript Optoins by Anonymous Coward · · Score: 0

      "One of the biggest changes in Firefox was that JavaScript was permanently enabled."

      about:config
      javascript.enabled
      disable both entries

      javascript disabled - but use NoScript too

  13. Sync changes by fph+il+quozientatore · · Score: 1

    So, just curious to know. The previous sync version had client-side encryption, i.e., Mozilla did not know what data you upload on their servers. In order to do authentication with a Mozilla account, I presume this has to be changed and now the Mozilla people have full access to an unencrypted version of your bookmarks/passwords etc.

    Is this correct? That seems a worrisome change.

    --
    My first program:

    Hell Segmentation fault

  14. Have you tried SettingSanity? by cjellibebi · · Score: 2

    https://addons.mozilla.org/en-US/firefox/addon/settingsanity/ It even restores the 'Advanced' dialog but does not restore all it's options.

  15. Android version let you start in privacy mode now? by trytoguess · · Score: 1

    Curious if the folks who got the update saw this feature. I thought it would be a pretty desirable setting in a mobile browser, but the last version didn't seem to have it, even in about:config.

  16. Troll by billstewart · · Score: 2

    Back under the bridge...

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
    1. Re:Troll by TechyImmigrant · · Score: 1

      Has the NSA sent out its minions to mod down comments pointing out they standards they worked to subvert?

      --
      I should use this sig to advertise my book ISBN-13 : 978-1501515132.
    2. Re:Troll by utkonos · · Score: 1

      Didn't some Snowden documents reveal that slashdot was used as an NSA vector to spread malware?

  17. Enough RAM vs. crashes? by billstewart · · Score: 1

    Last year I was running Firefox on Win7-32, on a machine with 4GB RAM, and it would crash five times a day. Now that I'm running Win7-64, on the same hardware but with a lot more swap space enabled, it still crashes occasionally, but maybe once or twice a week.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  18. TLS 1.2 Long Overdue by SerenelyHotPest · · Score: 2

    I breathed a sigh of relief upon reading this headline.

    The latest TLS version Firefox supported until now has been broken in principle--and increasingly in practice--since almost a year ago

    Here's Matthew Green, JHU cryptography engineering professor/researcher, with a full account: http://blog.cryptographyengineering.com/2013/03/attack-of-week-rc4-is-kind-of-broken-in.html

    1. Re:TLS 1.2 Long Overdue by Anonymous Coward · · Score: 0

      WAY WAY WAAAAAAY overdue. If Snowden wouldn't have happened we'll still be waiting.

  19. Firefox previous releases by Anonymous Coward · · Score: 0

    Firefox Classic? What about some previous version. Here you go, take your pick: http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/

  20. I think they mean ... by ezzthetic · · Score: 1

    de-minify, not de-obfuscate. Obfuscated code generally replaces named variables with random letters, thus making it hard to read. Obviously there's no way of restoring the original code. But minified code can be restored by a parser. That seems to be what they are referring to.

    --
    You know what they say about opinions. They're all fabulous!
  21. The real question by Luckyo · · Score: 1

    So, what useful UI elements were removed this time? I think they're starting to run out of things to axe, but pretty much every time there is "UI improvements" in patch notes, it meat a useful element of UI was removed from the browser, often with no real means of putting it back in.

    Well, good thing that 3.6.28 is still quite functional, and for all other needs, there's pale moon.

  22. Stop breaking things by Anonymous Coward · · Score: 0

    Can I turn off the tab bar again? What other new bugs have they added this time?

    1. Re:Stop breaking things by Anonymous Coward · · Score: 0

      https://input.mozilla.org/en-US/dashboard/response/4188929

  23. Square one by Anonymous Coward · · Score: 0

    They need to go back to square one and stop programming for Windows 1.0. By Windows 3.1 Microsoft had nearly fixed the broken programming model which required Windows programs to be single instance. After that you could actually write applications which kept proper data separation. No more silly reading of data from other application windows.

    The Windows 1.0 single instance programming has crippled computers for over 30 years now.

    Windows 1.0 programming did introduce many people to object oriented programming (but didn't call it that). In the long run, that ight not even have been a good think, now we are stuck with programmers who only know java.

  24. Social FireFox by Anonymous Coward · · Score: 0

    This kind of crap is why I want to go back to 3.6

  25. Firefox Memory and CPU Hogging bugs: 20 Excuses by Futurepower(R) · · Score: 2, Interesting

    Thanks, UnknownSoldier, for this: "I just want FF's memory leak to be fixed instead of the devs ignoring it version after version, year after year."

    I first reported that problem about 10 years ago.

    Mozilla Foundation
    Top 20 Excuses
    for Not Fixing the
    Firefox Memory and CPU Hogging bugs


    These are actual excuses given at one time or another. They are not all the excuses, just the top 20.

    1) Maybe this bug is fixed in the nightly build. [The same memory and CPU hogging bug has been reported many, many times over a period of TEN years.]

    2) Yes, this bug exists, but other things are more important. [The bug eventually causes Firefox to take 100% of the power of one CPU, and makes Windows 7 unusable, even after Firefox is killed. The bug affects the heaviest users of Firefox, those who do a lot of research online.]

    3) Yes, this bug exists, but it is not a common occurrence. [Numerous users have reported the bug. See the links.]

    4) Works for me. [The bug is complicated to reproduce, so the developers did a simplified test, which didn't show the bug.]

    5) No one has posted a TalkBack report. [If they had read the bug report, they would know that there is often no TalkBack report, because the bug crashes TalkBack, too, or a TalkBack report is not generated. TalkBack does not generate a report if Firefox is hogging the CPU. TalkBack cannot generate a report if the bug takes 100% of the CPU time.]

    6) If you would just give us more information, we would fix this bug. [They didn't bother to reproduce the bug using the detailed information provided.]

    7) This bug report is a composite of other bugs, so this bug report is invalid. [The other bugs aren't specified.]

    8) You are using Firefox in a way that would crash any software. [But the same use does not crash any version of Chrome or Opera.]

    9) I don't like the way you worded your bug report. [So, he didn't read it or think about it.]

    10) You should run a debugger and find what causes this problem yourself. [Then when you have done most of the work, tell us what causes the problem, and we may fix it.]

    11) Many bugs that are filed aren't important to 99.99% of the users.

    12) If you are saying bad things about Mozilla and Firefox, you must be trolling. [They say this even though Firefox and Mozilla instability is beginning to be reported in media such as Information Week. See the links to magazine articles in this Slashdot comment: Firefox is the most unstable program in common use.]

    13) Your problem is probably caused by using extensions. [These are extensions advertised on the Firefox and Mozilla web site, and recommended.]

    14) Your problem is probably caused by a corrupt profile. [The same bug has been reported many times over a period of five years. One of the reports discusses an extensive test in both Linux and Windows that used a completely clean installation of the operating systems, not just a clean profile. The CPU hogging bug and instability was just as severe.]

    15) If you are technically knowledgeable, you can spend several hours (or days) trying to discover the problem: Standard diagnostic - Firefox. [Firefox has "Standard Diagnostics". It has become accepted that some users will have severe problems. !!! ]

    16) I won't actually read the (many) bug reports, but I will give you some complicated technical speculation. [This pretends to be helpful but, on investigation, is shown to have nothing to do with the bugs.]

    17) It's understandable that Firefox developers become defensive when users report so many problems. [Translation: Firefox management is childlike, not adult.]

    18) To spend smart developers' time going over reports of bugs generated by analysis tools would be a

    1. Re:Firefox Memory and CPU Hogging bugs: 20 Excuses by UnknownSoldier · · Score: 1

      I hear you! Your list is priceless ! I've seen some of those bugzillas from time to time and you are spot on.

      Ignoring a problem a problem doesn't make it go away, as much as the FF dev's would like to remain delusional.

      I used to hate Chrome with a passion and refused to use it for a year or two. But after running FF from pre 1.x to 26 I gave up on FF about 4 years ago once I saw Chromes "Task Manager", the built-in Flash player, and built-in PDF previewer.

      I keep trying FF every version to see if the memory leak has been fixed. I run lots of 50+ tabs for about a month straight before FF craps out. Closing all the tabs down, using about:memory and forcing the GC to run doesn't lower the memory usage down. The only work around I've found is to restart FF which has again has low memory usage.

      Thanks for the support and the validation that I'm not the only one who noticed the FF dev's being smug at times. A little honesty wouldn't kill them.

    2. Re:Firefox Memory and CPU Hogging bugs: 20 Excuses by Anonymous Coward · · Score: 0

      Yeah, they were quite defensive about it until they found out around Firefox 7 that they could solve the bulk of the problems by hacking around addons' poor memory management FOR the addons. Then for good measure, they initiated a project to fix up all the other memory-related bugs they could find over a couple of years.

      And now, they're the major browser that uses the least memory, and Chrome is the fattest of the lot. But nobody who moved to Chrome cares, because apparently only Chrome is permitted to use all your RAM up. Funny how certain people's attitudes towards RAM use in browsers shifted once they realized how much they hated Firefox and loved Chrome. When it's Chrome that does it, "RAM is cheap, so buy more" but when Firefox does it, "it's been a problem for decades!"

  26. NOT Fixed: Firefox Memory and CPU Hogging bugs by Futurepower(R) · · Score: 1

    The Firefox Memory and CPU Hogging bugs are NOT fixed in Firefox version 26.0. I had 2 crashes last week. One of them did not trigger a crash report. My system is very stable in all other conditions. (Windows 7 Ultimate)

    Firefox is the most unstable software in common use.

    The problems occur when using many windows and tabs and sleeping and hibernating the OS.

    PLEASE don't bore everyone by saying you don't have the problem, but not listing your usage patterns, OS, and extensions.

    1. Re:NOT Fixed: Firefox Memory and CPU Hogging bugs by Anonymous Coward · · Score: 0

      >my system is very stable
      >windows
      >stable
      I see what you did there.

    2. Re:NOT Fixed: Firefox Memory and CPU Hogging bugs by ultranova · · Score: 1

      The problems occur when using many windows and tabs and sleeping and hibernating the OS.

      The problems occur when Firefox's memory usage starts nearing 2GB. That strongly suggests it's a problem with address space exhaustion/fragmentation and resulting memory allocation errors. And that means it won't be fixed before 32-bit version is left behind.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  27. multi-threaded UI? by smash · · Score: 1

    When? Until Firefox gets that, it's not getting a place back on my desktop.

    --
    I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
  28. Mozilla doesn't care just like slashdot doesn't ca by Anonymous Coward · · Score: 0

    Why do I waste my time. Mozilla cuts me off after a dozen or so suggestions to improve their web pages (even after clearing cookies).

    Likewise slashdot is now pushing the beta on more than just the first page.

    Why go to light grey on white color scheme? Do they not want people to be able to read their site?

  29. Don't trust Chrome by bussdriver · · Score: 1

    Google Chrome can't be trusted and just because they used to say they'd do no evil doesn't make them safe to trust with everything you do online.

    Firefox isn't that horrible, even on a computer from 2006. Splitting hairs. They'll have their up and their downs like the others and I don't mind they are not focused on the same priorities google is. I don't approve of SPDY, I'd rather they not waste the time and help HTTP 2 move forward faster. They should put more time into privacy since that is a weakness for the others.

  30. Memory: Irrelevant. Instability: Huge problem. by Futurepower(R) · · Score: 1

    It amazes me! Every time there is a discussion of the instability of Firefox, someone posts an irrelevant comment. I imagine that everyone who does extensive research, and therefore opens many windows and tabs, is willing to buy plenty of memory. Whether it is for Chrome or Firefox makes no difference.

    It's the instability of Firefox that is the problem. Firefox becomes unstable and makes the Windows 7 operating system unstable.

    Again, avoid irrelevant comments. Yes, the Windows 7 OS has huge flaws. I've never seen Firefox make Linux unstable; I haven't done a huge amount of testing. An Apple computer typically costs 3 to 5 times as much. Linux costs nothing. However, there is software available for Windows that is not available for other operating systems.

  31. Firefox: Newest version is CRASHY. by Futurepower(R) · · Score: 1

    Latest version of Firefox: 27.0. Crashes: Over 7 days, currently 5 crashes per 100 "active daily installs".

    See for yourself. Go to this URL:
    https://crash-stats.mozilla.com/home/products/Firefox/versions/27.0
    (Mozilla does not allow links from Slashdot.)

    Those are NOT ALL the crashes! Those are just the crashes that don't also crash the Crash Reporter.

    Earlier version, 26.0 is crashy, also:
    https://crash-stats.mozilla.com/home/products/Firefox/versions/26.0

  32. What is ES6? Like IE6? by Anonymous Coward · · Score: 0

    What is an ES6 generator, anyway? I read the linked article, but you'd have to already know what it was to understand it. The article never says what an ES6 is. Is it like IE6? Some kind of browser? Why is this being treated like a major, important new feature of FF27 when it can't even be explained coherently?

  33. Re:Web Dev easier by thoughtlover · · Score: 1

    I can say that my request FINALLY made it into FF!

    When using the "Inspect Element" function, all colors in the 'Rules' column were expressed in 8-bit RGB --a pain which forces designers/developers to use another app to convert the values to 8-bit hex. Now all values default to 8-bit hex and have a small 'swatch' filled with the color. Very handy!

    Thank you to all the people that worked on this feature 'upgrade' --I read all of your posts on Bugzilla and stayed as active with it as needed.

    --
    No sig for you! Come back one year!
  34. Run run run by Anonymous Coward · · Score: 0

    I installed this thing and my computer became extremely bogged down. I looked at the % of CPU and it was constantly hitting 79 to 89%. This was happening even when the browser had nothing in it. I uninstalled it and went back to 17.