Slashdot Mirror


Mozilla's 'Firefox Quantum' Browser Challenges Chrome In Speed (cnet.com)

The next version of Firefox, aptly named Firefox Quantum, is getting a big speed boost. "The idea, of course, is that the upcoming version 57 is a quantum leap over predecessors -- or, in the words of Mozilla CEO Chris Beard, a 'big bang,'" reports CNET. While Mozilla stopped short of declaring victory over Chrome, Nick Nguyen, vice president of Firefox product, said Firefox Quantum's page-load speed "is often perceivably faster" while using 30 percent less memory. From the report: The new Firefox revamp includes lots of under-the-covers improvements, like Quantum Flow, which stamps out dozens of performance bugs, and Quantum CSS, aka Stylo, which speeds up website formatting. More obvious from the outside is a new interface called Photon that wipes out Firefox's rounded tabs and adds a "page action" menu into the address bar. It also builds in the Pocket bookmarking service Mozilla acquired and uses it to recommend sites you might be interested in. A screenshot tool generates a website link so you can easily share what you see by email or Twitter. Mozilla even simplified the Firefox logo, a fox wrapping itself around the globe. More improvements are in the pipeline for later Firefox versions, too, including Quantum Render, which should speed up Firefox's ability to paint web pages onto your screen.

176 of 297 comments (clear)

  1. It challenges ... by Anonymous Coward · · Score: 5, Funny

    ... but until observed it both wins and loses.

    1. Re:It challenges ... by michelcolman · · Score: 1

      If I understood correctly, it loads websites in an amount of time that is one Planck unit less than Chrome? That's what "quantum" means, right?

    2. Re:It challenges ... by Anonymous Coward · · Score: 2, Informative

      Wrong.

      Planck unit is the time required for light to travel in a vacuum a distance of 1 Planck length, which is approximately 5.39 × 10 44 s

      However in quantum mechanics a quantum is the minimum amount of any physical entity involved in an interaction.

      For example, the photon is the smallest unit of energy of an electromagnetic radiation. That energy being the frequency of the radiation multiplied by Planck's constant, approx. 6.6 × 10-34 m2 kg / s.

      Try to keep up, quantum mechanics has been around for a hundred years or so already.

      But, yes, in colloquial speech the meaning of "quantum" is the reverse of it's definition in Physics.

    3. Re:It challenges ... by Joce640k · · Score: 2

      Clive Sinclair started this naming trend back in the 1980s.

      https://en.wikipedia.org/wiki/...

      --
      No sig today...
    4. Re:It challenges ... by ArhcAngel · · Score: 1

      the photon is the smallest unit of energy of an electromagnetic radiation currently known.

      FTFY
      Just because we haven't been able to measure anything smaller doesn't mean it doesn't exist. It just means it's beyond our ability to measure.

      --
      "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
    5. Re:It challenges ... by Geoffrey.landis · · Score: 2

      No. The photon is the smallest unit of electromagnetic radiation possible, according to the theory of quantum mechanics.

      It's not that we can't measure anything smaller. It's that the universe, as we know it, doesn't allow electromagnetic radiation to be transferred in smaller units.

      Now, you could hypothesize some better theory might come along and supercede quantum mechanics. But it's hard to see how any theory that's consistent with what we already know would not include Planck's relation.

      --
      http://www.geoffreylandis.com
    6. Re:It challenges ... by KingBenny · · Score: 1

      linquistically quantum would be the smallest possible so a quantum leap is actually not that impressive if you look at it that way. That said, looks like a whole lot of promises to keep, when can i have it ?

      --
      Free speech was meant to be free for all... how can anyone grow up in a nanny state ?
  2. So... by Curupira · · Score: 5, Insightful

    ...THAT'S why Mozilla decided to ditch XUL (and a lot of legacy add-ons that relied on it). And it is a very important goal -- a faster and more stable Firefox was needed for a long time.

    But I also hope that we soon get back most of the extensions that Firefox lost in this change. Without its previous top-notch configurability, I'm afraid it can't really compete with Google developers working on Chrome.

    1. Re:So... by AmiMoJo · · Score: 5, Interesting

      The problem with allowing the kind of UI altering extensions that Firefox does is that it's an insane security risk and a massive performance issue.

      Add-ons run in the global browser context, with access to everything. All tabs, the UI, all the internal browser data... And interact with every random web page you visit, and every random bit of Javascript and broken HTML on them. It should be obvious that letting Javascript interact with Javascript without a proper sandbox and with access to basically everything is a terrible idea, a security nightmare.

      It also blocked them from stopping everything running globally and using threads for each tab and various background processes.

      The problem they have now is that no enough add-on developers care about Firefox for them to get all the existing add-ons ported. Even if they add API extensions to support some of the lost functionality, they still need the developers to do the work. I can tell you that I'm not going to bother updating my decade old add-on.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    2. Re:So... by K.+S.+Kyosuke · · Score: 3, Interesting

      I don't see how or why "UI altering extensions" have to "run in the global browser context, with access to everything". One is a feature, the other is a crappy architecture. But the feature hardly *needs* crappy architecture. We've had security kernels in high-level languages for quite some time now.

      --
      Ezekiel 23:20
    3. Re:So... by Lunix+Nutcase · · Score: 3, Funny

      They have Rust on their side, which reportedly allows them to make highly parallel data structures with a complexity nearly impossible to make safely in C++ or Go. This gives them an edge.

      +5 funny.

    4. Re:So... by Lunix+Nutcase · · Score: 2

      that it's an insane security risk

      You’ve said this on multiple occasions without any real-world example of how any was actually affected by this supposed security risk.

      Anyway, users have quite a bit of security risk with Chrome extensions too.

      https://slashdot.org/story/17/...
      https://yro.slashdot.org/story...
      https://yro.slashdot.org/story...
      https://it.slashdot.org/story/...

      And many more examples can be found with these supposedly “secure” WebExtensions.

    5. Re:So... by Merk42 · · Score: 2

      and yet the changing the "crappy architecture" (XUL -> WebExtensions) is what people bitch about.

      They just want a browser to do everything under the sun, including perfectly work with any and all extensions that can do whatever they want to the browser, yet without any performance or security issues....

    6. Re:So... by AmiMoJo · · Score: 1

      Attacks on popular add-ons: https://arstechnica.co.uk/info...

      Paper discussing the problem: https://www.exploit-db.com/doc...

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    7. Re: So... by Junta · · Score: 1

      I assume this is a troll, but biting for the sake of anyone who might remotely take this seriously...

      The issues pointed out are running code deliberately trying to do things people didn't expect, which is a problem because the software has no *idea* whether you really want to do what the software developer is doing. Finer grained permissions do a lot, but things like burning up too much cpu usage is really hard to do. The privacy issues can be addressed through more robust permission structure, but again that has nothing to do with the language in use.

      When people advocate for Rust for security reasons, it's compared to C/C++. C/C++ requires the developer to keep track of what memory addresses are or are not fair game and correctly indicate that to functions and/or avoid creating functions that are purely sentinel based (e.g. strcpy). Rust is more like languages like Javascript where the memory addresses that are fair game are baked into the variable.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    8. Re: So... by Lunix+Nutcase · · Score: 1

      Poe’s Law?

    9. Re:So... by Lunix+Nutcase · · Score: 1

      So essentially plugins that also exist as WebExtensions and had the same issues. That was the best you had?

    10. Re:So... by theweatherelectric · · Score: 1

      WebExtensions and had the same issues.

      No. The WebExtensions framework is built to avoid this problem. Read the article. To quote from it: "The new set of browser extension APIs that make up WebExtensions, which are available in Firefox today, are inherently more secure than traditional add-ons, and are not vulnerable to the particular attack outlined in the presentation at Black Hat Asia."

    11. Re:So... by Hentes · · Score: 1

      Scripts/ads slow a browser down a lot more than extensions.

    12. Re:So... by Spazmania · · Score: 4, Insightful

      The problem with allowing the kind of UI altering extensions that Firefox does is that it's an insane security risk and a massive performance issue.

      The only reason I still use Firefox is the UI altering extensions that make it look and work like Firefox did the better part of two decades ago. I despise the modern UI and have no use for a version of firefox that requires it.

      --
      Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    13. Re: So... by Per+Wigren · · Score: 1

      That's because those still reading Slashdot have gotten old, conservative and grumpy. The Slashdot community used to love throwing out bath water full of babies to fix underlying architectural problems. Like if you complained about a kernel or X11 update breaking your Nvidia driver you were just a whiny baby who were just too stupid to appreciate the value of some reduced spinlocking in some thing that never affected you. We were proud of cleaning up shit for the long term even when it caused short term pain. Nowadays, it's just the opposite.

      --
      My other account has a 3-digit UID.
    14. Re:So... by serviscope_minor · · Score: 3, Insightful

      Why is that +5 funny?

      The entire design of Rust is bent towards the idea that the compiler helps you a great deal with writing concurrent datastructures, because you aren't smart enough to do it unaided. If you think writing fine-grained concurrency of complex structures is easy, then please step very far away from threads and never touch them.

      --
      SJW n. One who posts facts.
    15. Re: So... by DrXym · · Score: 1
      Rust is beneficial in a number of ways for security. Strings, buffers, vectors etc are far more rigorously enforced and it's extremely hard to step outside them by accident without a resulting in a panic. That means normal forms of attack such as writing beyond the length of buffers are far harder to pull off.

      In addition, allocation is declarative in Rust. Memory is either allocated or it isn't, in which case it panics. So code doesn't have to worry for testing for NULL or not. So no null/dangling pointers or memory leaks.

      Thread safe code is also safer because the compiler enforces access. If two threads want to share a data structure they either have to implement a send / receive pipeline or they have to protect it with a read-write lock or a mutex.

      Rust doesn't eliminate all potential issues, e.g. deadlocks / memory exhaustion, or fix logical bugs but it certainly eliminates the most exploitable errors where someone doesn't check the length of a string, or forgets to account for a terminating byte and so on. And typically when it fails it does so in a way that terminates the thread rather than allow an exploit to happen. So the devs can be far more aggressive at optimizing the code.

      That's the payoff for the browser. Single threaded and gnarly code can be rewritten for concurrency without imposing significant risk to the browser.

    16. Re:So... by DrXym · · Score: 1

      Anyone who has ever written highly concurrent code wouldn't find it funny.

    17. Re:So... by theweatherelectric · · Score: 1

      There is plenty of evidence to suggest that Rust is overhyped, provdides little benefit if any in practice and won't be around in its current form in five or ten years, though.

      So show your evidence. Where is it?

    18. Re:So... by Anonymous Coward · · Score: 1

      (i) The complete absense of any examples of Rust code that is better than the equivalent C code would be
      (ii) The lack of traction of Rust outside of those that back it, the monoculture of the ecosystem and the lack of evidence to support that there is any benefit to using Rust. The fanboi culture surrounding it is also not exactly a predictor for long-term success.

      You're welcome.

    19. Re:So... by tender-matser · · Score: 1

      You have no clue what you're talking about. Your verbiage sounds looks like common sense, but it has no technical basis.

      Every abuse that was practical with old-style legacy/bootstrapped extensions in firefox is also possible with new, chrome style "webextensions".

      Content scripts do interact with random stuff from the page you visit (broken HTML, etc), are NOT undetectable to malicious scripts on the page (because they share the same DOM), and because they have to communicate with the "privileged mode" part of an extension (in order to be able to do anything useful), they offer a easy backdoor into the browser -- unless they're written by security geniuses with a perfect grasp of the millions of javascript pitfalls.

      What they don't offer is the ability to change that horrible interface (an extension can no longer build some emacs-like split window interface, or a less-like "command line" at the bottom of the page), or overcome the abject stupidity of bored (paid) developers who designed the APIs we codemonkeys are supposed to use (you're no longer able to get stuff done by using undocumented interfaces they're using in their bundled extensions, eg. developer tools).

      Firefox developers vs extensions slowing them down are like a crow thinking it could fly much faster if it hadn't to overcome that pesky air drag.

    20. Re:So... by Lunix+Nutcase · · Score: 1

      Yeah they’re just vulnearable to tons of others.

    21. Re:So... by theweatherelectric · · Score: 1

      The complete absense of any examples of Rust code that is better than the equivalent C code would be

      You mean except for Stylo or how Tor is moving to Rust?

      The lack of traction of Rust outside of those that back it

      You mean except for when companies like Google use Rust and Dropbox use Rust?

      You're welcome.

      I think you're a little confused about what evidence is.

    22. Re:So... by tender-matser · · Score: 1

      Why is that +5 funny?

      Because of the highly evocative power of phrases like "highly parallel complex datastructures".

      Don't they ever have any mercy?

    23. Re:So... by theweatherelectric · · Score: 1

      Don't they ever have any mercy?

      No. They're just getting on with using Rust to improve Firefox.

    24. Re: So... by Junta · · Score: 1

      I wasn't questioning that, just that the 'javascript versus rust' is a bit silly on the 'security' side, since javascript as a language has those protections (one can again make arguments about deficiencies in the permissions architectures of the environment, but that's not really fundamental to either language.

      The proposed value of Rust as an easier to secure language is a statement relative to C/C++. Comparing to other similarly protected languages, it does so without an intrusive or limited runtime or performance downsides.

      At least in theory.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    25. Re: So... by Junta · · Score: 1

      Time in the industry and open source I think are two factors.

      Folks here have fatigue from a parade of 'silver bullets'. In the last 20 years, we've seen Java, C#, Perl, Python, Ruby, Javascript, and Rust all held up as 'the' way to do things.

      So one people will jump to conclusions. For one, *most* of the fads have brought with them yet another managed runtime, meaning our operating systems are littered with at least one of each, if not multiple versions of each runtime. Which is ugly and also at times a security risk as applications bundle runtimes. So one gut reaction is 'oh look, yet another runtime', which may be inaccurate for a given language. The languages frequently get opinionated about distribution of software, sending users off to pypi, anaconda, cpan, gems, npm in addition to the OS packages, which is a pain to use and also a pain to support as a vendor as you encounter user after user influenced by their favorite language.

      For another, each fad fragments various segments. You start seeing multiple projects roughly doing the same thing, and each having very good features that the other does not get because of language choice.

      Also when a fad passes, a lot of projects that are very promising stall out because the language they chose went out of favor.

      So there's a reluctance by now to even learn. Even after overcoming that reluctance and finding 'actually, this isn't so different in ecosystem from C/c++ like go, then the world moves on to Rust, another language that is admirably close to the c/c++ ecosystem in terms of the user experience (not as much the developer experience).

      --
      XML is like violence. If it doesn't solve the problem, use more.
    26. Re:So... by tender-matser · · Score: 1

      and yet the changing the "crappy architecture" (XUL -> WebExtensions) is what people bitch about.

      You're missing the bootstrapped extensions between XUL and WebExtensions, where you simply had to fill 4 callbacks to be run when starting and shutting down the browser, and when installing and uninstalling the extension.

      Nothing was presumed about inner architecture of the browser, or the way you choose to structure your extension. They killed that because of politics and policy, not because of any technical reasons.

      Besides, the new WebExtension api is not only badly designed, is also HUGE, a big blob of shit taking space in your browser (just like the java goo wasting your phone's battery with no good reason). A huge pile of garbage they will have to kludge around in the future, no better than the XUL/XPCOM monstrosity.

    27. Re:So... by theweatherelectric · · Score: 1

      examples of Rust code that is better than the equivalent C code

      Read the article and read the email. Try hard.

      Aren't Google and Dropbox Rust backers?

      No.

    28. Re:So... by theweatherelectric · · Score: 1

      Prove it.

    29. Re: So... by JohnFen · · Score: 1

      We were proud of cleaning up shit for the long term even when it caused short term pain.

      Yes, but in the old days, you could easily choose whether or not you wanted to take on the short term pain or forgo the update until later.

      These days, software insists on pretending "it's a service" and forcing, or incessantly nagging, you to update -- and those updates come out way, way too frequently.

      The result is that in the old days, I genuinely looked forward to updates and improvements. Now, I dread them.

    30. Re: So... by theweatherelectric · · Score: 1

      Lame.

  3. Try it before you knock it by Anonymous Coward · · Score: 5, Insightful

    I know this is just going to be a Firefox hate fest, but give the browser a try.

    The important extensions will come along. Ublock origin is here and Noscript will be at the part shortly.

    1. Re:Try it before you knock it by Anonymous Coward · · Score: 2, Interesting

      Yeah, but the extension that gets rid of Australious isn't and won't. Nor will Location Bar 2 or a whole host of addons that made Firefox something other than a Chrome also-ran. So yeah, why use the copy when you can use the thing they are basically ripping off?

    2. Re:Try it before you knock it by TheDarkMaster · · Score: 2

      I just tried the beta installer here. It overrides the current installation (version 55) without giving apparent options for parallel installation. Removed ten minutes after I noticing the lack of the "NoScript" extension and having seen that the version of adBlock available to him is clearly inferior (you cannot use rules when blocking new Ads, the extension gives you just element-by-element blocking, really inefficient)

      --
      Religion: The greatest weapon of mass destruction of all time
    3. Re:Try it before you knock it by coastwalker · · Score: 1

      As when Ccleaner was sold I have disabled automatic updates until I see a product that I want to use. Goodbye Mozilla, at least for the moment. What I also need to do is find a copy of the current installable to archive so that I can try the new versions and check out their utility.

      --
      Facts are history now plebs have politics for religion on social media.
    4. Re:Try it before you knock it by Lunix+Nutcase · · Score: 1, Insightful

      Why bother? What life changing experience will I attain by switching? Even Mozilla is mealy-mouthed about this supposed speedup.

    5. Re:Try it before you knock it by TheDarkMaster · · Score: 1

      Uh, Windows user here. But yes, I also have a machine with Linux, but if you look more closely at my previous comment you will see that the problem is also the lack of a crucial extension (NoScript) and the "dumbing down" of another crucial extension (AdBlock plus). These two extensions are the only reasons I use Firefox instead of Chrome.

      --
      Religion: The greatest weapon of mass destruction of all time
    6. Re:Try it before you knock it by theweatherelectric · · Score: 2

      their support for encrypted media extensions (EME)

      You can turn off DRM support in the General -> Digital Rights Management (DRM) Content section of Firefox's settings. Problem solved.

    7. Re:Try it before you knock it by theweatherelectric · · Score: 1

      NoScript

      NoScript is migrating to the WebExtensions API and will be released for the release of Firefox 57.

      AdBlock plus

      I use uBlock Origin. Works fine in 57 beta.

    8. Re:Try it before you knock it by Merk42 · · Score: 1, Insightful

      NO! This is change! Change is Bad!
      also
      This is Firefox! Firefox is Bad!

    9. Re:Try it before you knock it by Junta · · Score: 2

      A better translation is that he bemoans the convergence of the browsers to all be the same experience. What's the point of there being different browsers if they all settle on being identical?

      --
      XML is like violence. If it doesn't solve the problem, use more.
    10. Re:Try it before you knock it by tepples · · Score: 1

      When I tried Firefox 57 for Linux, an accidental press of Ctrl+Q suddenly closed all tabs in all windows without confirmation, causing loss of data in unsubmitted forms. Extensions to stop this behavior will not arrive by Firefox 57.

      To see this misbehavior for yourself, try these steps:

      1. Install Firefox 57 for Linux, currently in the beta channel.
      2. Type a reply to this comment into Slashdot's comment entry form.
      3. Before you submit the reply, press Ctrl+Tab to switch to another tab so that you can do research for the comment, but accidentally press Ctrl+Q instead.
      4. Where did your reply go?

      For this reason, I have reverted to Firefox stable, and once Firefox 57 becomes stable, I plan to revert to Firefox ESR until bug 1325692 becomes fixed.

    11. Re: Try it before you knock it by narcc · · Score: 1

      Which is odd, as the reverse has been true for a while now. Chrome is the memory hog these days. FireFox has been the only real choice for low-end systems for several years.

      It's amazing how these sorts of myths persist.

    12. Re:Try it before you knock it by Waccoon · · Score: 1

      Mozilla lost me a while ago. They can tout new technology as much as they want, but the UI (and their attitude about it) is still garbage.

    13. Re:Try it before you knock it by jalvarez13 · · Score: 1

      I just did, and it's really fast. I'm sold.

    14. Re:Try it before you knock it by tepples · · Score: 1

      For one thing, do you have a habit of writing all comments in text editors? For another, it also forgets which forms were opened in the first place because Slashdot opens comment forms with scripted manipulation of the DOM, and when restoring a previous session, Firefox reloads pages (possibly from cache) without replaying scripted manipulation of the DOM.

    15. Re:Try it before you knock it by samwichse · · Score: 1

      Honestly, I just installed it to give it a spin and my impression is this:

      It's as fast without uBlock Origin as the old Firefox was with uBlock Origin.

      Just turned on uBlock, and I have to say, I'm impressed. The entire page loading process seems way less laggy, and everything snaps up on the screen with authority.

      Loading the worst, fattest page I can think of (cnn.com, come on guys, what the heck are you doing???): slightly faster than Google Chrome on this machine (6 year old core i5 with 8gb of RAM).

  4. I do hope... by Knightman · · Score: 1, Informative

    ..it comes with quantum memory too since the current firefox gobbles memory like a bloated app from Microsoft...

    --
    --- Reality doesn't care about your opinions, it happens anyway and if you are in the way you'll get squished.
    1. Re:I do hope... by sd4f · · Score: 1

      Kind of like the myth that chrome is still fast and not a memory hog.

  5. No article about the Slashdot outage? by Anonymous Coward · · Score: 3, Interesting

    Come on, guys... give us the goods on why the upper crust of the tech world was out of service for so long. I'm sure it'll be a hoot.

    1. Re:No article about the Slashdot outage? by sheramil · · Score: 4, Funny

      It wasn't an "outage", it was an "unscheduled hiatus".

  6. Re:No pocket. by Anonymous Coward · · Score: 1

    about:config

    extensions.pocket.enabled = false

  7. "Aptly named" Quantum? OK, MozColonSlashSlashA... by ToTheStars · · Score: 5, Funny

    Here's what I think when I hear "Firefox Quantum":

    • It is an incremental advancement by the smallest possible fundamental unit. (Surely that would be Firefox 56.0.1?)
    • If I run it on a headless box, it will remain in a superposition of states of "crashed" and "not crashed" until I connect the monitor, at which point its wavefunction will collapse into one state or the other (with ~20/80 odds).
    • I'll either like it but not be able to explain why it works, or I'll dislike it but be unable to disprove its merits.

    (To be clear, I do like the interface better than Chrome's, although I'll reserve judgement until I see how it handles large numbers of tabs -- my key criterion: don't shrink them to slits. I hear that there's an ad blocker around, but I hope that something like RequestPolicy will also exist in the new addon system.)

  8. A "quantum leap" by Anonymous Coward · · Score: 1

    is something very small. God damn you.

    1. Re:A "quantum leap" by DontBeAMoran · · Score: 1

      If I learned anything from TV, it's that a Quantum Leap sends you in an alternate Universe. Maybe they're hoping to push everyone into a reality where Firefox stayed relevant and Chrome never existed.

      --
      #DeleteFacebook
  9. But does it still leak memory like a fiend? by SlaveToTheGrind · · Score: 1

    If so, I can't afford to care about modestly faster page rendering.

    1. Re:But does it still leak memory like a fiend? by Anonymous Coward · · Score: 4, Informative

      I've been using 57 for a while now and as a 8 GB RAM user, Firefox is for me way more RAM-friendly than any Chromium based browser.

    2. Re:But does it still leak memory like a fiend? by Lunix+Nutcase · · Score: 1

      Yeah after all the hype in the summary, their video was not impressive. Especially since it took them a better part of a decade to get this Quantum shit out of alpha.

  10. And yet stubbornness remains by stevenm86 · · Score: 2

    And yet the only supported audio backend on Linux continues to be PulseAudio. Hard pass.

    1. Re:And yet stubbornness remains by KetamineNinja · · Score: 1

      Yeah, I purged Firefox from every system I the first time I saw that "Maybe you need to install PulseAudio" message. Maybe you need to not be such a terrible bunch of programers, The Entire Mozilla dev team.

  11. How about making it start up faster by cjonslashdot · · Score: 2

    If one were to run Netscape 3 on today's laptop, it would load in a fraction of a second - and it did essentially the same thing. I would gladly give back whatever extra functionality we are getting for a sub-second application load - and that applies to every application, not just a browser.

    1. Re:How about making it start up faster by Anonymous Coward · · Score: 1

      If one were to run Netscape 3 on today's laptop, it would load in a fraction of a second - and it did essentially the same thing. I would gladly give back whatever extra functionality we are getting for a sub-second application load - and that applies to every application, not just a browser.

      Have you even tried FF 57?

      No you haven't, because had you tried it, you would see that FF now starts in under 1/2 a second on something as ratty as Core2Duo. It's nearly instant.

    2. Re:How about making it start up faster by GuB-42 · · Score: 5, Insightful

      Except you don't really have a choice. Web developers put tons crap with their webpages that make it impossible to use them with a Netscape 3 era browser.
      Browsers used to be document viewers, but now, they are essentially OSes.

    3. Re:How about making it start up faster by cjonslashdot · · Score: 2

      OMG I feel the same way. Javascript has destroyed the Web. If one wants to run an app in a page, it should run in a sandbox using a separate protocol - not be mashed together in the HTML. Single page web apps are not what I want - but there is no going back ;-/

    4. Re:How about making it start up faster by thegarbz · · Score: 2

      If one were to run Netscape 3 on today's laptop,

      If you want fast startup just start notepad.exe. It starts up blazingly fast and will load modern web pages just as well as Netscape 3 would.

      I would gladly give back whatever extra functionality we are getting

      No you wouldn't. Boiling frog principle, you don't actually know what functionality you have because the transition and adoption of a dynamic and interactive version of the web that does more than just follow a few links via clicking and blink some text has been so slow that you barely noticed what has changed.

      By the way for shits and giggles I did it. I loaded Netscape 3.0 and typed in www.slashdot.org

      "Netscape and this server cannot communicate securely because they have no common encryption algorithm(s)"

      Ok no problem let's try soylent:
      "Connection reset by peer"

      www.google.com:
      A 9 item ordered list on the left unclickable along with the error: "too many javascript errors occurred"
      Then 10 popups with errors, two of which I couldn't acknowledge.

      Anyway I've had it, going back to firefox. Nope can't communicate with that server either.

      But just for giggles. cnn.com
      Well that just tries to download text, and 10 popups with errors followed by "too many errors".

      Yeah go ahead run Netscape 3.0 on today's laptop. You can download it here:
      http://www.oldversion.com/wind...

    5. Re:How about making it start up faster by thegarbz · · Score: 1

      Web developers put tons crap with their webpages that make it impossible to use them with a Netscape 3 era browser

      Yeah like SSL.

      Just for fun I actually did it. I wanted to try posting on Slashdot but it didn't even get as far as loading javascript.

    6. Re:How about making it start up faster by cjonslashdot · · Score: 1

      Notepad? That's amazing. Great tip. Won't work for me because I use a Mac, but good to know for when I am on Windows which I am sometimes.

      Indeed, today's web pages won't run on Netscape 3, but that's because it doesn't support newer protocols, etc. - but it did essentially the same thing (Netscape invented SSL). I know it's not usable today, but I wish that it had been kept the same, but merely updated. It mystifies me that today's browers (all apps, actually), require hundreds of Mb to run and start up so slowly - something is wrong.

    7. Re:How about making it start up faster by theweatherelectric · · Score: 2

      start up so slowly

      Firefox 57 starts up in a second or less for me. Have you tried it?

    8. Re:How about making it start up faster by Waccoon · · Score: 1

      Netscape 3? Even last year's browsers don't work! Creating a totally blank page and using Javascript to load in the body content is the dumbest thing ever.

      By turning every web page into an app, it's Flash all over again.

    9. Re:How about making it start up faster by thegarbz · · Score: 1

      but I wish that it had been kept the same, but merely updated

      And you think the inclusion of native HTML5 support including all the things that go with it (ability to play multi-media) etc will mean it still loads in milliseconds?

    10. Re:How about making it start up faster by thegarbz · · Score: 1

      The first or the second time? To be fair, every browser starts up in less than 1 second on my machine. That doesn't mean Firefox isn't quite slow at loading and rendering webpages compared to the others.

    11. Re:How about making it start up faster by theweatherelectric · · Score: 1

      First and subsequent times, loading no tabs or loading many tabs. I'm on an SSD so that helps too.

    12. Re:How about making it start up faster by Rutulian · · Score: 1

      I know it's not usable today, but I wish that it had been kept the same, but merely updated.

      Well, that's kind of what happened. Remember, Netscape 3/4 was originally based on Mosaic, and did not even fully support the HTML standard. There was very limited CSS support. The predominant method for page layout was the table-in-a-table method <shudder>. The only way for them to move forward was to use a different layout engine, which became known as Gecko. It was independently developed by Mozilla, but Netscape ended up adopting it. Getting proper CSS support was a big deal. Nobody talks about the ACID tests anymore, but passing them was a major goal (and challenge) for most of the competing engines at the time, including Opera's, IE's, and KHTML.

      And then, of course, overall web content consumption was also increasing a ton. More assets, more complex layouts, more session management. Firefox didn't invent but greatly popularized tabbed browsing, which effectively meant people were keeping tens of pages open at the same time. The content had to remain accessible even if the tab was in the background, so multiply all of those assets/layouts/sessions by the number of tabs open. And the later problem then becomes that all of this background page loading/maintenance is happening in a single monolithic process (because Gecko was written long before multi-core processors were introduced). Chrome solved the problem by basically just spawning a new instance for every tab opened, which allowed it to take advantage of multiple cores earlier, but caused it to be a lot less efficient with resource usage. Mozilla didn't want to do it this way, and instead focused on rewriting their layout engine again. Turns out one of the biggest problems was XUL, which had been designed to be a better ActiveX (and was) back when that was a thing, but had to be replaced entirely to move forward.

      Point is, when gazing into the past, just remember that the modern features we take for granted today come with a cost. It takes hundreds of Mb to write a layout engine capable of doing all of the things we expect a modern browser to be able to do.

      > and start up so slowly

      That part I'm not so sure. Firefox/Chrome start pretty fast to me. It seems at the very least that they have been able to keep par with startup times of old. Netscape 3 on old hardware probably started slower than Firefox does now on current hardware. Yes, it could be faster if they just stripped out all of the new features, but I guarantee that is not what you really want from your web browser. That said, there certainly are some stripped-down web browsers you could use if you really wanted to. They will have rendering glitches with many websites, though.

    13. Re:How about making it start up faster by cjonslashdot · · Score: 1

      Interesting. A-lot of history - thanks.

      I am still skeptical that it requires hundreds of Mb. I remember when I was in college, my university had a new IBM 370 running MVS - it could (did) run multiple versions of OS370, supporting many large applications and lots of users. It had 4Mb of RAM. Boeing used to use an IBM 360 with 2Mb to run CADAM - a graphic design package - with hundreds of simultaneous users. I also recall back in 1998 running Netscape, a command window, a Java app, an editor, Personal Oracle, and about three or four other things at the same time on my 16Mb Winbook. When I see that MS Word today requires 200Mb to run, something tells me that there is something wrong in how software is built today.

      Another data point: in 1994 I spent a time as a graphic designer (a career detour), and I had a large screen Mac and used Photoshop 3. It was a full fledged professional program - supported layers, masks - everything I needed to make professional quality things. I kept a copy of the program (both Windows and Mac). Years later - around 1999 I think - I had a Windows ME machine (yuck), and I think it must have had 100+ Mb of RAM, don't remember exactly. I also had Photoshop 7, and it took about 15 seconds to load, going through its splash screen, etc. Out of curiosity one day I popped in the disk for Photoshop 3 and copied the exe to my drive. I double-clicked on it, and BAM! - it was loaded and ready to go. It was essentially instantaneous - it had gone through the plugin loading and splash screen so fast that I couldn't even see it happen.

      That's what I want for software. I would give up a-lot features to have instantaneous response. Maybe it's just me, though.

    14. Re:How about making it start up faster by cjonslashdot · · Score: 1

      In the late '90s there were video players that ran in 40k memory. Today's software is bloated for some reason, and so it takes forever to load. I am not sure why, but I suspect the problem has to do with static linking of large libraries, for which an app uses one or two functions, but has to link with the whole library, which in turn includes ten other libraries, which each carry ten more. What are your thoughts on why software today is so large?

    15. Re:How about making it start up faster by Rutulian · · Score: 1

      That's what I want for software. I would give up a-lot features to have instantaneous response. Maybe it's just me, though.

      Ah, yeah, well that's the inexorable march of "progress", or so they say. When you have more resources available, you tend to use them. I too remember when lots of applications could get by with 16 MB RAM, and today similar seeming applications require 1 GB or more. It is a bit hard to fathom, and some of it is probably due to convenience/sloppy programming no doubt, but it is mostly due to the small things that you probably don't notice. Your modern graphical desktop environment, in addition to just looking nicer, has double-buffering to eliminate tearing, sub-pixel rendering for better font appearance, internationalized font support, rotatable fonts (sounds useless, but think charts and tables), alpha channel support, multiple screen and automatic resolution setting support, and probably a bunch of other things that don't immediately come to mind. Think of your old Nintendo games vs. modern adventure games. Low resolution graphics, sprites, simple animation cycles, no shadows, no 3D, 8-bit sound files...yeah, you can do a lot to save space and resources, and the game can still be a lot of fun. But when you have the resources available, the game can be a lot better.

    16. Re:How about making it start up faster by cjonslashdot · · Score: 1

      I think there is a more insidious explanation.

      I recall the first version of MS Word for the Mac. It had rotatable fonts - it had a-lot of functionality - it had everything that I personally use today when I use MS Word. Macs back then had something like 100K - I don't remember exactly, but it was Kb - not Mb. Today, MS Word is inching its way toward the Gb range, and I don't see the kind of functionality difference that would explain that.

      To really find out what is going on, one would have to decompile these apps and analyze them. I don't have time or the setup to do that (I don't build native desktop apps - I am a server person). However, I _suspect_ (don't actually know) is that it is due to the large libraries that get linked with apps.

      I wish that more people would speak up about this, and not just accept it. Something _is_ wrong, but if people don't say anything, nothing will change. I believe that we _could_ have instantaneous apps, but no one is asking for it.

      I will never forget Bill Gates' comment, back in the '80s, that no one would ever, ever need more than 640k in their computer - that to use that much memory was inconceivable. And by that time, we had a-lot of pretty powerful apps. They were written in C, however, and C linkers strip out unused functions.

    17. Re:How about making it start up faster by Rutulian · · Score: 1

      I recall the first version of MS Word for the Mac. It had rotatable fonts

      I'm pretty sure it didn't, but I was more of WordPerfect user back in those days. It might have seemed like it had the ability to render rotated text because it generated a pixmap and then rotated it. But today text is managed as a vector graphic, and rotation is done on each font glyph individually. Font/text handling is one of those things that has just become incredibly sophisticated over the last couple of decades. Just browse through the Pango library sometime to see what it is doing under the hood,
      https://developer.gnome.org/pa...

      It is 3 MB, just for font/text handling, and yes it is written in C. And it still requires Glib, and a 2D graphics backend to do the actual rendering, so it is not capable of standing completely on its own. It is hard to appreciate sometimes, because if you only use the ISO-8859-1 character set (Western Europe) and don't need things like RTL, you don't necessarily notice all of the new features, but I'm willing to bet your eyes are thankful for the reduced eye strain.

      it had a-lot of functionality - it had everything that I personally use today when I use MS Word

      Yeah, it probably did. And this is another crux of the problem. There is a lot of stuff it does today that you probably don't use, or only use very rarely, but other people use all the time. I was a fan of Abiword once upon a time, because it was nice small stripped down word processor that did everything I needed to write papers, short documents, etc. But it couldn't handle even moderately complex documents, so I found myself turning to StarOffice (now LibreOffice), which was a bloated monolith, more and more. Eventually, it just didn't make sense to be switching between two different word processors, so I gave up and now I use LibreOffice, or Microsoft Office on my Mac, exclusively. Abiword could have been extended to add the needed functionality, but eventually it would have ended up just like LibreOffice, because feature+feature+feature (however rarely used) is what turns these applications into monoliths.

      However, I _suspect_ (don't actually know) is that it is due to the large libraries that get linked with apps.

      The answer is yes. That is exactly right. Libraries are huge. But they are huge because they incorporate a lot of features. There is some amount of sloppy programming, but mostly it is because of the large number of features. On top of that, Windows and OS X, the two most mainstream operating systems, have basically given up on shared libraries. So every application is bundled with its own set of libraries. And if it is a Java application, it is a very large number of libraries, sometime even bundling the JVM itself, but people want cross-platform and that is unfortunately probably the easiest way to get that at the moment.

      I believe that we _could_ have instantaneous apps, but no one is asking for it.

      Demand often parallels need. People will demand low resource utilizing applications when they need them. But if they have 4 cores and 16 GB RAM readily available, they just don't really care. And given the option of a less capable and more expensive (due to increased development costs), but slightly faster and more responsive application, most people will opt for the cheaper bloated monolith that has more features, even if they don't use all of them all of the time.

    18. Re:How about making it start up faster by cjonslashdot · · Score: 1

      Interesting. Thanks for helping me to understand this.

      Ironically, in the server app space, there is a trend away from monolithic applications, toward microservices. One could draw an analogy between shared libraries and microservices - dynamically loaded independent components. While this is seen as a critical next step for scalable and flexible server apps, somehow in the desktop app space it is not.

  12. Re:Sheeple by fisted · · Score: 1

    I have no real opinion on your ideas and thus don't really care whether or not I receive your newsletter.

  13. BUT POCKET IS STILL THERE! by Anonymous Coward · · Score: 1

    You totally miss the point. We don't want Pocket merely disabled using an about:config option. We want the Pocket code totally removed from our Firefox installations. We want Pocket totally, 100% gone.

    Toggling the about:config option does not remove the Pocket code completely! That is the problem with your failed "solution".

    Pocket should be an extension, plain and simple. It's not there at all, unless we go out of our way to install it because we want to use it.

    Merely disabling Pocket using an about:config option is not sufficient. The code is still there, infecting and bloating Firefox.

    It's like when you get a new Windows laptop, and all sorts of shitware is installed by the vendor by default. Disabling such shitware from starting up isn't sufficient, as it's still wasting disk space, and there's always the risk of it starting up unexpectedly. That's why you have to get rid of it completely, but uninstalling it or by doing a fresh installation of Windows. It's even worse in the Pocket case, though, because this shitware can't be uninstalled, and reinstalling Firefox doesn't get rid of it!

    Pocket is literally more insidious and malicious than the shitware pre-installed on a new Windows laptop.

    1. Re:BUT POCKET IS STILL THERE! by Spamalope · · Score: 1

      So what turns off all the data collection that appears to be the point of it? Who is the data being sold/rented/made available to?

  14. Sophistication is a poor goal by Antique+Geekmeister · · Score: 1

    Sadly, most web browser sophistication is not for the user. It's for the advertiser. And it's consuming network, CPU, and screen space resources better devoted to the web site's actual message and the consumer's interest.

    Slashdot itself is a good example of how to _avoid_ this unnecessary, undesirablem, and destabilizing complexity.

    1. Re:Sophistication is a poor goal by theweatherelectric · · Score: 1

      It's for the advertiser. And it's consuming network, CPU, and screen space resources

      So use an ad blocker. That's what I do. uBlock Origin is a good one.

  15. Being extensible was Firefox's only benefit. by Anonymous Coward · · Score: 2, Insightful

    Yes, being highly extensible can come with some risk, but it's also the only thing that made Firefox still worth using. It could be made to do things that other browsers, including Chrome and Safari, couldn't be made to do, giving it a leg up over those browsers.

    But now Firefox has gotten rid of the only reason to use it, by castrating its extension system.

    In many respects Firefox had already mostly been a cheap, shitty imitation of Chrome for a while now. These extension changes now get rid of the "mostly".

    Let's recap the situation:

    - Firefox's UI imitates that of Chrome (or with Photon, now other Chromium-derived browsers like Vivaldi and Brave).
    - Firefox's extension system imitates that of Chrome.
    - Firefox's alleged "privacy" is anything but, with Firefox sending user information all over the place, including to Google in some cases!
    - Firefox's performance is worse than that of Chrome's. (Yes, I'm using the Firefox 57 beta right now and can confirm this is still the case!)
    - Firefox's memory usage is worse than that of Chrome's. (Again, I'm using the Firefox 57 beta right now to confirm this.)
    - Firefox is harder for developers to work with, because parts of it are written in the horrid Rust programming language that Moz://a came up with.
    - Firefox's market share is in the low single digits already, and will probably be even less after Firefox 57 breaks extensions for normal users, who will just move to some other browser instead of trying to fix up their extensions. Many web developers don't even bother to test with it any longer, so more and more sites don't work well with Firefox.

    So from what I can see, there are no benefits to using Firefox, and actually quite a few drawbacks. You're better off using Chrome or some other Chromium-derived browser. There's really no reason at all to use Firefox these days. Its extension system used to be the main reason to use it, but now that reason has been eliminated.

    1. Re:Being extensible was Firefox's only benefit. by xtronics · · Score: 1

      quite right - if someone wants to try a new browser more in-line with what Mozilla once offered - I would recommend looking at brave - usable - but needs some tweaks with the bookmark bit.

      https://brave.com/

      The bitcoin connection is quite important..

  16. If my extensions stop working I'm going to Chrome by Dr.+Spork · · Score: 1

    I think I'm still using Firefox only because I found the optimal cocktail of extensions to make it work right. Just now I looked at my extension manager and guess what: apart from uBlock Origin, every single one has a "LEGACY" warning next to it, which means that it won't work after the regime change. I've used Firefox as my primary browser since version 0.3, and I've put up with some nasty stuff over the years, but I've always had a strong enough computer to make it all bearable. But you know, Chrome is actually OK as a browser. Crucially, its extension catalogue will be much more mature that that of the rebooted Firefox. Hell, the way it looks now, come November, Microsoft Edge might have better extensions than Firefox. I have a feeling that I'll just refuse to upgrade and give my extensions a chance to adjust to the new regime. But if they don't, or if Firefox forces my upgrade before I'm ready, I'll just export my passwords and bookmarks and uninstall.

  17. Re:Sheeple by maelkum · · Score: 1

    In Soviet Russia official narrative swallows you!

  18. Re:Sheeple by Anonymous Coward · · Score: 4, Funny

    I find your ideas both intriguing and boring and would like to both subscribe and unsubscribe from your quantum newsletter.

  19. Re:If my extensions stop working I'm going to Chro by theweatherelectric · · Score: 1

    Crucially, its extension catalogue will be much more mature

    But less capable. Firefox's implementation of WebExtensions is a superset of Chrome's, and over time Mozilla will add more APIs to enable more add-ons. Moving to Chrome is a retrograde step.

  20. Firefox is back, at least for me by wjcofkc · · Score: 4, Interesting

    I vaguely remember ditching Firefox a decade or more ago as it had become an unwieldy, slow, decrepit, etc... pile of bloatware garbage. I never expected I would be using it again. Over the last few years, for my own reasons, I have sought to de-google my life here and there within practical limits. On my Windows 10 machine, I have been using Edge for about a year and have found it to be surprisingly nice. I think it may have been over another Firefox related story here on Slashdot last week that prompted me to install the current Firefox on a whim. I have not looked back. I am not going to hammer out a review in this comment, but I haven't been so happy with the performance, functionality, and UI of a web browser since the last time Firefox was good. I was quite surprised. I am glad to hear they are continuing to make improvements. Here's to a Firefox renaissance.

    --
    Brought to you by Carl's Junior.
    1. Re:Firefox is back, at least for me by q4Fry · · Score: 1

      My experience mirrors yours. I am waiting for one extension to release a compatible version, and I'm in.

  21. Re:Firefox dies on 2017-11-14 by Lunix+Nutcase · · Score: 1

    Still waiting for you to show us your courage by posting your name. Stop using a pseudo-anonymous handle, coward.

  22. Re:If my extensions stop working I'm going to Chro by Lunix+Nutcase · · Score: 1

    So what specifically is the supposedly mind-blowing superset of features? And why would any end user care?

  23. Re:Sheeple by PolygamousRanchKid+ · · Score: 2

    It's called consolidation. Strengthen browser vendors, weaken individuals. With Rust, this can be done imperceptibly over time.

    . . . so if it really is "imperceptible" . . . maybe it's already been done, and we just haven't noticed it yet . . . ?

    If you can see it, and it's there . . . it's real.

    If you can see it, and it's not there . . . it's virtual.

    If you can't see it, and not there . . . it's gone.

    . . . now when the film star and assassin James Earl Ray Jones shot John F. Kennedy, which led to our "Operation Paperclip" German scientists at Area 51 combining his DNA with the DNA of Martin Luther King to create Barack Obama (which explains why he has no birth certificate; he was grown in a very large test tube), Stanley Kubrick, who was filming the fake Apollo Moon landings in Area 51 filmed the process, which was used as the birth of the "Star Child" scene in "2001: A Space Odyssey" (Obama is not list in the credits), Jones further went on to star in the film with Australian body builder Lou Ferrigno, "Conan, The Librarian"), which led to Ferrigno's failed transgendered Vice-Presidential campaign as "Geraldine Ferrigno" . . .

    . . . and then the conspiracy got super suspicious when . . .

    --
    Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
  24. Violate it by Impy+the+Impiuos+Imp · · Score: 1

    Does it stop the popups Chrome seems incomoetent to stamp out? *

    * I assume it is a loophole in a Java spec or similar that cannot be ended without violating the spec. Here's a hint: VIOLATE IT!!!

    --
    (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  25. Re:Sheeple by DontBeAMoran · · Score: 4, Funny

    Thank you. Your email was removed from our mailing list and added to the mailing lists of 500 of our clients.

    --
    #DeleteFacebook
  26. Re:Sheeple by GLMDesigns · · Score: 1

    You're not comparing apples to apples.

    What was the federal gov't providing in 1945 compared to 2015? Much less.

    No medicare. No lots of things. Not to mention that at that time the Federal Government had not taken over so many state functions - example interstate roads.

    --
    If you're scared of your govt then you need to further restrict its powers
    Vote 3rd Party in 2016 and beyond
  27. Re:If my extensions stop working I'm going to Chro by theweatherelectric · · Score: 1

    superset of features?

    The WebRequest API, for example, is superior in Firefox. Chrome has no support for sidebarAction or theme.

    why would any end user care?

    Because the add-ons will work better, silly rabbit.

  28. But it runs on a... by havana9 · · Score: 1

    Sinclair QL computer? As fat I could remember there was a TCP/IP stack using the serial prort for SLIP or PPP and a couple of email/newsgroup clients.

  29. Re:Firefox logo by DontBeAMoran · · Score: 1

    A logo isn't supposed to look like a coat of arms. Branding has to be easily recognizable in all forms, such as a tiny 16x16 favicon.

    --
    #DeleteFacebook
  30. Adblocker and Anti-Cross-Site by DrYak · · Score: 1

    I hear that there's an ad blocker around,

    uBlock Origin has a release candidate that has been made available for webextensions API.

    but I hope that something like RequestPolicy will also exist in the new addon system.

    NoScript is Currently in the process of being ported to webextensions. Or, more precisely, Mozilla is in the process of adapting WebExtensions so that things that formely required XUL like NoScript could be ported.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  31. Script blocking WILL work by DrYak · · Score: 5, Informative

    I use a scriptblocking extension which has to be able to interact with every "tab" to be able to actually work.

    And script blocking is probably the number 1 feature of Firefox-based browsers (this is technically impossible to achieve on Chrome according to professionnal developers).

    That's why NoScript is currently in the process of being ported to webextensions.

    Or, more precisely, Mozilla is in the process of adapting WebExtensions so that things that formely required XUL like NoScript could be ported.

    So, unlike Google Chrome, it's very likely that either your favorite script blocking extension will eventually work on Mozilla, or you'll find a nice alternative to your taste.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    1. Re:Script blocking WILL work by cb88 · · Score: 1

      I'm using the WebExtension version of NoScript and uBlock right now.. they seem to work just as intended. h264ify seems to already be a web extension as well..

      Honestly those are the two I care most about. Another one that was nice to have was Toggle Proxy I need a simple replacement for it that acutally works (there is one but it isn't one click and also forgets the proxy port all the time but that will get fixed sooner or later).

      It seems like web extensions may enable more fine grained permissions for each addon at some point as well... that would be cool.

    2. Re:Script blocking WILL work by Waccoon · · Score: 1

      So, unlike Google Chrome, it's very likely that either your favorite script blocking extension will eventually work on Mozilla, or you'll find a nice alternative to your taste.

      My main concern is that Firefox has lost so much market share that they are below critical mass, and nobody will make the alternatives.

      Perhaps if Mozilla hadn't been ignoring the public's pleas for... oh, the last decade...

    3. Re:Script blocking WILL work by theweatherelectric · · Score: 1

      Though they're not exactly the same, the WebExtensions APIs are quite similar between Firefox, Chrome, and Opera. That's a much larger ecosystem for add-on developers to work in and browser add-ons are now easier to port between browsers. This sort of thing has already been happening, such as with the Sylus add-on.

    4. Re:Script blocking WILL work by AmiMoJo · · Score: 1

      Chrome has script blocking. Has had it since nearly the very beginning via extensions.

      Scriptsafe (https://chrome.google.com/webstore/detail/scriptsafe/oiigbmnaadbkfbmpbfijlflahbdbdgdf?utm_source=chrome-ntp-icon) does all that and much more.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    5. Re:Script blocking WILL work by JohnFen · · Score: 1

      I'm using the WebExtension version of NoScript

      Where did you get it? I've been looking for this, but all I can find is "NoScript Lite", which is an inadequate substitute.

  32. Articles on /. by DrYak · · Score: 1

    This is /.
    What do you expect ?

    Of course, there's is going to be an article about the outage. It will come one week after it has been talked about on reddit.
    And then, there are going to be 15 more dupes about it.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  33. pocket?? by HermMunster · · Score: 1

    Not liking that at all. Suggesting sites can be used as agenda based advertising. I don't want to see any of it. Ever.

    --
    You can lead a man with reason but you can't make him think.
    1. Re:pocket?? by theweatherelectric · · Score: 1

      So turn it off. That's what I do.

  34. Re:Quantum leap == Extremely Tiny by arth1 · · Score: 1

    A quantum leap is exceedingly small, but that's not what the phrase originally referred to. What was meant, once upon a time, before the unwashed masses got to mangle the meaning, was that a quantum leap goes from one state to another without any intermediary steps. It referred to a subset of what in newer jargon is called disruptive inventions, and only those that were radical changes, and not just improvements, no matter how big.

    A quantum leap for Firefox would be replacing it overnight with something that isn't a visual web browser. That's not going to happen.

  35. I really want to love the new FF, but... by Mr.+Cancelled · · Score: 1

    It fucking breaks EVERYTHING!!!

    I'm not talking about the plugins and extensions breaking, although that is also a potential deal breaker for me, but my Autohotkey scripts will not fire when the latest Firefox Developer Edition has the focus (v.57).

    They won't fucking work, no matter what's ran. Trackpad gestures, nothing. Overlays and hotkeys, nada.

    Even opening WindowSpy shows noting when FF has the focus. What the fuck??? My scripts are not app-specific, and work in every browser, including older versions of FF and the alpha and beta versions.

    Now... It's the developer edition, and perhaps there's some esoteric setting that's user configurable which will allow me to correct this, although I seriously doubt it.

    The problem is that these kind of unique-to-Firefox problems, coupled with them breaking most of their extensions makes Firefox a huge time sink on top of everything else.

    Not only do we need to reconfigure the FF configuration we've spent years tailoring to our unique work styles and needs, but now we have to spend hours troubleshooting random weirdness such as this AHK problem. How much is a user supposed to endure, considering the quality of FF's competitors?

    I find FF's live bookmarks indispensable and use them daily. I hate to lose this feature... For now, I am sticking with Waterfox, but I find myself more drawn to Chrome based solely on the performance of its mobile browser. FF on any mobile device I've used is SLOW and displays things oddly. Try loading the dailymail on your phone in FF mobile to see what I mean.

    Damn you Mozilla! You've completely fucked up my computer experience and are requiring me to make some very big choices for my Internet browsing needs... And for what? A Chrome clone which lacks it's best features?

    1. Re:I really want to love the new FF, but... by serviscope_minor · · Score: 1

      Try loading the dailymail on your phone in FF mobile to see what I mean.

      I would, but then I'd have to burn my phone.

      --
      SJW n. One who posts facts.
  36. Re:Sheeple by arth1 · · Score: 1

    In 1945 corporations paid 50 percent of federal taxes.

    In 1945 we had a world war to finance. The squeeze was on corporations to do their part. Families contributed by sending their young men, and having less income to tax.

  37. Aren't data loss and DoS also security issues? by tepples · · Score: 1

    The new set of browser extension APIs that make up WebExtensions, which are available in Firefox today, are inherently more secure than traditional add-ons

    From the point of view of an end user, the transition just takes one problem (security) and replaces it with another (data loss). Ctrl+Q in Firefox 57 for Linux quits the whole browser without asking for confirmation, causing loss of data in unsubmitted forms. XUL extensions used to be able to prevent this, but WebExtensions cannot because bug 1325692 was marked as "wontfix" for Firefox 57.

  38. Lack of EME had been keeping sites honest by tepples · · Score: 2

    The problem is that once all major browsers support EME, website operators will feel more justified in requiring EME on grounds that users can choose to just switch on DRM as part of the economic bargain associated with visiting the site. The one thing that had been keeping website operators honest is the existence of at least one widely used browser that doesn't support EME at all.

    1. Re:Lack of EME had been keeping sites honest by theweatherelectric · · Score: 1

      The one thing that had been keeping website operators honest

      No. It just made them use Flash which was a worse outcome.

    2. Re:Lack of EME had been keeping sites honest by Curupira · · Score: 1

      Do they? Youtube and Vimeo use html5 without any DRM. I can easily use third-party software or extensions to download videos from them.

      Perhaps doing that will be harder once every browser adopts EME.

    3. Re:Lack of EME had been keeping sites honest by theweatherelectric · · Score: 1

      Perhaps doing that will be harder once every browser adopts EME.

      Every major browser adopted EME and DRM quite some time ago. See for example Netflix's HTML5 requirements. YouTube uses DRM for its "premium content", it's why they bought WideVine.

  39. Review and thoughts by Kinematics · · Score: 2

    UI: Much improved. Or, put another way, they removed a ton of the Australis crap that people have been griping about for years. That says quite a bit about their UX team.

    - Caveat: They still manage to make a few small stupid errors, like removing the color from bookmark folders (change applied in FF58), and a 'default' theme that mixes light and dark in a way that's annoying no matter which you'd prefer. Just change to either light or dark and be done with it.

    Performance: *Vastly* improved, across the board. This is both in chrome and on web pages. These are all the speed improvements that should have been done 5 years ago, but they were too busy pretending desktop didn't matter (Firefox OS is the future!) or pretending user complaints weren't valid, and not putting in any effort to really measure the problem.

    - Caveat: That said, this basically just brings them up to on par with Chrome. We'll see if WebRender actually pushes them ahead.

    Security: Presumably better. Rust still only covers limited modules, though, so it's not a suddenly perfect system. They have a huge amount of replacement work still to do.

    Memory: Each individual process has improved a great deal, but all the processes together still add up to quite a bit. Right now (on my system as I write this), the largest content process is only 170MB. However all processes together add up to over 1.1GB. On the other hand, a few years ago 1.1GB total memory used would have meant the program was starting to melt down. Now, it's completely unnoticeable, and doesn't build up problems over time.

    Extensions: On life support. 75% of my extensions are unusable, mostly because the APIs necessary either have not been or will never be built. The ones that *do* run are examples of unpolished, alpha-quality software. Yeah, there's a replacement, but even ignoring what's been crippled, what it does do, it doesn't do as well as the old mature extension did.

    - Caveat: This changeover did need to be done. None of the above changes could have been done without ripping out the old ecosystem entirely. Extensions had become the kudzu that kept healthy growth from happening.

    Summary: This is the sort of work that Mozilla should have done ~5-7 years ago, back when Chrome was just starting to take off. Chrome ate Firefox's lunch because Firefox couldn't be arsed to look at the problems that people were complaining about. But Mozilla will still claim that Chrome's rise to prominence was solely due to Google leveraging it's ubiquitous presence on the web, and not because Mozilla got sloppy and lazy.

    1. Re:Review and thoughts by Curupira · · Score: 1

      Performance: *Vastly* improved, across the board. This is both in chrome and on web pages. These are all the speed improvements that should have been done 5 years ago, but they were too busy pretending desktop didn't matter (Firefox OS is the future!) or pretending user complaints weren't valid, and not putting in any effort to really measure the problem.

      True, but it's not easy to compete with Google (Chrome UI) and Apple (Webkit*)-backed developers. What Mozilla is doing is a major overhaul of Firefox's architecture, and it took ages also because it is a difficult task.

      I agree that they screwed-up when they decided to waste time and development workforce on Firefox OS, though. Faster and more secure code should've been their priority since webkit-based browsers arrived. If you have to catch-up with corporate behemots, better not to make major mistakes.

      *Yeah, now Google have forked Webkit, but when Chrome arrived, it was the result of both Google and Apple (also, KDE with KHTML, which kickstarted it all).

    2. Re:Review and thoughts by Rutulian · · Score: 2

      This is the sort of work that Mozilla should have done ~5-7 years ago, back when Chrome was just starting to take off.

      Mozilla has always been a bit on the slow side in development. The original Firefox took ages before it was finally released. Meanwhile the Netscape4/MSIE6 browser hell was going strong. I think Mozilla tends to spend a lot of time trying to design a good architecture and implement it. Hence their adoption of Rust, and using it to completely rewrite the ECMAScript engine. I don't think it has so much to do with not being arsed. Quick hackish workarounds are just not something they have historically done well, and yes, much of Chrome's early performance work were ugly hacks.

    3. Re:Review and thoughts by Thiez · · Score: 1

      Hence their adoption of Rust, and using it to completely rewrite the ECMAScript engine.

      What are you talking about? As far as I'm aware nobody is working on rewriting Firefox's javascript in engine in Rust. Various other parts? Yes, but not IonMonkey.

    4. Re:Review and thoughts by Rutulian · · Score: 1

      Sorry, my bad. You are right. Other parts of Servo are written in Rust, but not the scripting engine. I think I was mixing that up with the work being done on things like WebAssembly, which is still very much an experimental playground.

  40. Firefox ESR by tepples · · Score: 1

    I think those who like security updates but hate change use Firefox ESR.

  41. Re:So...Break-fast. by narcc · · Score: 1

    Tell us how Chrome managed to replace the functionality that you found essential.

  42. Re:Wake me up by narcc · · Score: 1

    You're many, many, years out of date.

  43. Re:Firefox dies on 2017-11-14 by Ark42 · · Score: 1

    Not the AC, but I already disabled automatic updates on my Firefox. I'll update to 56 when it comes out, but I have too many extensions, and 100% of them say "legacy" which means they'll all stop working with Firefox 57. There is nothing but pain to move forward to FF57, and I've visited the home pages and blogs of various extensions that I use, and it seems like they've all come to the conclusion that they simply CAN'T migrate to WebExtensions. The functionality just doesn't exist, so the extension will never make it to FF57. I might as well switch to Chrome if I'm going to switch to a less functional browser, so let's hope FF56 gets many years of patches.

  44. Re:Firefox dies on 2017-11-14 by Antiocheian · · Score: 1

    Well, you have demanded the name of someone else but you still aren't providing yours.

  45. Re:Firefox dies on 2017-11-14 by theweatherelectric · · Score: 1

    There seems to be confusion regarding user names versus Anonymous Cowards on Slashdot. You've been using Slashdot long enough to know better, but I have no such hopes for Lunix Nutcase. He is, unfortunately, as advertised.

  46. Okay, tempting. by aussersterne · · Score: 4, Interesting

    Just for fun, I downloaded the beta and installed it on my Mac OS desktop (core i7-4770k, 32GB).

    Two initial impressions:

    1) SHIT it's fast.
    2) The UI is neither ugly as sin nor weirdly laggy any longer.

    Okay, I have been using Chrome for many years now, but this is tempting. I've always kept Firefox installed but rarely use it. But I have just added it to the dock. I can see myself starting it instead of Chrome just because it's so damned fast.

    I don't track Firefox development at all, so I have/had no idea this was in the works. I'd never have believed it, I thought FF was effectively doomed. Call me at least initially convinced. Using it now to post this.

    --
    STOP . AMERICA . NOW
    1. Re:Okay, tempting. by thegarbz · · Score: 2

      It's interesting that you say "shit it's fast". Looking at the video posted by Mozilla it would appear to actually be slower than Chrome in half the cases. HOWEVER.... it seems to load content more on a first come first shown basis. Chrome seems to wait till it has loaded nearly everything to display it on the screen. Firefox appears to put the content up as it gets it.

      Maybe that makes it perceptibly faster, but in terms of having a usable page it's nothing to write home about.... at least compared to other browsers, compared to itself it has taken a huge leap forward.

    2. Re:Okay, tempting. by Rutulian · · Score: 2

      HOWEVER.... it seems to load content more on a first come first shown basis. Chrome seems to wait till it has loaded nearly everything to display it on the screen.

      Arguably that's what you want, right? Why do I have to wait until all of the advertisements load before being able to scroll down to the content that I'm interested in? It might be one or two seconds slower in the final rendering on some pages, but that is probably irrelevant to most users.

      it's nothing to write home about.... at least compared to other browsers

      I think we will see as it gets more adoption. Being at least on par with Chrome (and in some cases better) is a pretty good achievement in my opinion. Safari and IE don't really compete in this space, so Chrome can use some real competition. Also, I kind of view this as the opening salvo. Once WebRender is more mature, that's going to bring additional improvements. And hopefully Mozilla will be able to bring back some of its more traditional strengths: customizability, security, developer-friendly, etc. Speed is important, but it is only one of many usability metrics.

    3. Re:Okay, tempting. by thegarbz · · Score: 1

      Arguably that's what you want, right?

      Yes and no. While it's nice in some cases I often find myself seeing a website and trying to use it's controls before it finishes loading resulting in broken javascript requests and requiring a refresh.

      It's even worse on touchscreens where the context of the input isn't captured, just the location, and that is then handled after the page loads resulting in me seeing a page, clicking on a link, the page finishing to load (including the advert) which then moves the page down because the advert is at the top and THEN the browser acting on a click in the wrong location. Bonus screw-you points if the click happened to land on another link and the wrong page opens as a result.

      Being at least on par with Chrome (and in some cases better) is a pretty good achievement in my opinion.

      I agree, speed is one of the reasons I moved away from Firefox. There was so much focus on memory that people forgot what was important. "look it uses less RAM than Chrome, hurrah" yeah but I don't care if it tries to load the entire internet into my RAM. I have 32GB for a reason. It'll be good to get Firefox back.

    4. Re:Okay, tempting. by d0rp · · Score: 1

      Arguably that's what you want, right? Why do I have to wait until all of the advertisements load before being able to scroll down to the content that I'm interested in? It might be one or two seconds slower in the final rendering on some pages, but that is probably irrelevant to most users.

      Arguably, a lot of this is also controlled by how the page itself is coded. Good websites allow you to start interacting with the page immediately (well at least as soon as the minimum amount of stuff is loaded), and then load the rest of the page essentially "in the background", and progressively enhance the experience as the additional javascript, images, videos, advertisements and whatever else gets loaded.

    5. Re:Okay, tempting. by Rutulian · · Score: 1

      Sort of. Websites can control it to some extent, but the browser does most of the work. Part of the problem is that the browser has to layout the page as if all of the assets are present, even if they haven't been downloaded/rendered yet. Because redrawing the page ends up being much slower and more glitchy. It is generally good for websites to do as much asynchronous loading as possible, though, yes.

  47. So wait by TheDarkener · · Score: 1

    That brings us back to performance we had in the early Firefox days? I bet everyone could have saved a lot of time by just not adding bloat and focusing on FF's initial motivation (to split from Mozilla and be fast again) while adding value in other ways.

    --
    It is pitch black. You are likely to be eaten by a grue.
  48. Re:Hosts = FAR better & how/why by theweatherelectric · · Score: 1

    APK

    Hmm. I suppose a benefit of the technical problems Slashdot has had in the last little is the happy side effect of blocking APK posts.

    But it seems Slashdot really is back up and running now.

  49. <something>.enabled = false by fahrbot-bot · · Score: 1

    It also builds in the Pocket bookmarking service ... A screenshot tool ...

    Okay, as long as I can still disable them and any predictive DNS queries and page pre-loading/fetching and any other crap -- I mean *features* -- I'll never use or don't want leaking my browsing habits.

    --
    It must have been something you assimilated. . . .
  50. A Quantum of Solace by Roger+W+Moore · · Score: 1

    No, a quantum is literally the smallest possible amount or change of a quantity e.g the quantum of electric charge is a third the charge on an electron since quarks have electrical charges that are this small.

    So when the summary says that "the upcoming version 57 is a quantum leap over predecessors" what it is literally saying is that it is the smallest possible increment over predecessors. So perhaps a little truth in advertizing managed to slip through the hype-laden buzz of scientific words they clearly don't know the meaning of offering, perhaps, a quantum of solace.

    1. Re:A Quantum of Solace by serviscope_minor · · Score: 1

      Pedantry aside that's not how it's used colloquially and it has a different interpretation too.

      A quantum leap is when an electron transistions from one state to another without moving across all the points in between (which you already know).

      So when the summary says that "the upcoming version 57 is a quantum leap over predecessors" what it is literally saying is that it is in a new state compared to it's predecessor without taking the time to make all the steps inbetween.

      The colloquial use of quantum leap is a reference to the instantaneous nature of the jump to a new state, not a reference to the size of the jump.

      --
      SJW n. One who posts facts.
    2. Re:A Quantum of Solace by RockDoctor · · Score: 1

      Pedantry aside that's not how it's used colloquially and it has a different interpretation too.

      That's their problem, not ours.

      Yes, I am dichotomising the world. No, I'm not apologetic about it.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
  51. Install base shrunken too much? by Anonymous Coward · · Score: 1

    Too bad that mozilla already heavily alienated it's userbase, and this update cannot capture back market share, because many people don't start firefox anymore and won't notice this improvement.

  52. Re:If my extensions stop working I'm going to Chro by serviscope_minor · · Score: 1

    Firefox has implemented WebExtensions which is the same API as Chrome, so many Chrome extensions should work on firefox. I'd give those a chance too.

    Chances are though there'll be a knock to firefox 57 for a bit (stay on LTS for a while) and it'll then pick up to be similar to Chrome. Firefox are already extending the WebExtensions API beyond what chrome offer in order to keep some of the major plugins working. I suspect they're taking the sensible attitude of "make it run at all" (while the LTS one still exists) then "make it run well".

    That's not a bad way to make such a major change.

    --
    SJW n. One who posts facts.
  53. Re:Wake me up by JustAnotherOldGuy · · Score: 1

    You're many, many, years out of date.

    I wish you were correct, but you're not.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  54. To late.. by CptLoRes · · Score: 2

    After many years sticking with Firefox, I figured since they seem hell bent on emulating Chrome, I might as well just use Chrome. And let's face it. For better or worse, Chrome is a much better Chrome then Firefox.. So it is going to take a lot to switch me back again at this stage.

  55. Re:Firefox dies on 2017-11-14 by Lunix+Nutcase · · Score: 1

    Interesting deflection. Gonna stop being a coward yet?

  56. Re:Firefox dies on 2017-11-14 by Lunix+Nutcase · · Score: 1

    No, there’s no confusion. You’re not courageous by using a pesudo-anonymous handle.

  57. Chrome Apps by sirber · · Score: 1

    I really like Chrome's "make a web page act like a desktop application". No other browser can do that yet.

    --
    Be or ben't
  58. Watched a video.... by MerlTurkin · · Score: 1

    Of a comparison between quantum and Chrome. Not really all that much speed difference. A few seconds here and there but nothing Earth shattering.

  59. I did some reading. Not much, by aussersterne · · Score: 1

    but it would appear that the new rendering is optimized for multi-core, so it's possible that the YouTube video was run on a two-core machine (I'm on four) or that it had a slower clock speed per core (multiplication factor of clock speed increase with multiple cores when code can take advantage of them efficiently).

    In any case, I can say that on the sites that I regularly visit, it's clearly faster to render the whole page in most cases I've tried so far. I work in SaaS these days, so I spend a lot of time in a browser (and will still have to spend a lot of time in Chrome regardless). But with the number of hours that I'm working in a browser every day right now, I have a pretty good complacency going on, and this beta definitely knocked me out of my complacency, especially compared to my usual experience of Firefox (average on render speed, with slow, choppy UI elements).

    I'm on 1Gb fiber and most major brand pages give me a pretty complete render in less than a second on an i7-4770k and achieve interactivity within 2-3 seconds tops and the UI elements feel native. Not checking for when all resources have completed load on a page, as that's often irrelevant to UX. But the experience of using for actual browsing it is that it's blazingly fast, at least in my reckoning. I used it for another couple of hours last night and I'm using it again right now and I'm impressed.

    Now we'll see about stability...

    --
    STOP . AMERICA . NOW
  60. Two decades ago I read Slashdot religiously. by aussersterne · · Score: 1

    The last five years? I stop by once every couple of months, just because.

    So no, I haven't visited in a few weeks, and when I do visit now and then, I just page through maybe the first 10-15 items in the scroll and then move on. It's usually a matter of boredom that brings me in.

    I almost scrolled right past this story, because in my mind, Firefox has been effectively dead for years.

    --
    STOP . AMERICA . NOW
  61. What's insane about it? by aussersterne · · Score: 2

    Missed a lot on this, so fill me in.

    I wasn't a fan of the old UI code (I'm grokking that it's been replaced?) because it made the UI elements slow and choppy to render and react to clicks. It felt like using Linux+X in 1999, even on modern hardware.

    This UI feels fast and native, and it's also much cleaner and doesn't do half-assed things like stretch images and icons in the UI out of aspect ratio or scale them without anti-aliasing, which always made me snicker about the old default UI.

    --
    STOP . AMERICA . NOW
  62. As far as I'm concerned, by aussersterne · · Score: 1

    Chrome is the gold standard.

    --
    STOP . AMERICA . NOW
  63. Goal by slapout · · Score: 1

    Are browser speeds a real problem today?

    --
    Coder's Stone: The programming language quick ref for iPad
  64. Tried the beta by JohnFen · · Score: 4, Informative

    I tried the beta, and I have to say... it's not as terrible as I feared.

    Personally, I honestly couldn't care less about the performance increases (I'm sure they're there, but I didn't notice them). I was concerned about two things:

    1) That there wouldn't be NoScript. There currently isn't -- and that's why I'm not yet going to use the Beta as anything but a curiosity -- but apparently there will be. Assuming that no features will be lost in the port, that will be a showstopper removed.

    2) That the UI was going to be unfixably horrible. I absolutely detest the current UI of Firefox (and Chrome), but I could fix the problem with Firefox by using Classic Theme Restorer -- an extension that can't be ported to the new plugin scheme.

    My fear was that Firefox would keep a similar UI as it had been using, but without any way of fixing it. That would be a showstopper. But, as it turns out, the Beta UI is much improved, and I can fix the things that I still find irritating using the built-in options. So I'm happy.

    I may be able to stay with Firefox after all! And that makes me even happier.

    1. Re:Tried the beta by JohnFen · · Score: 1

      I don't know. Out of the box, the tabs look like they work the same as always. I don't know if there are extensions that change that (it's not something that is important to me, so I didn't look).

    2. Re:Tried the beta by Tim+Locke · · Score: 1

      The Tree Style Tab addon is compatible with FF57

      --
      *** On the Internet, no one knows you're using a VIC-20
  65. Re:If my extensions stop working I'm going to Chro by thejynxed · · Score: 1

    Uh, that's because at least in the case of theme, it doesn't need that cruft functionality as an extension because it already has a theme engine as part of the browser. I'm running a dark Chrome theme with custom tab sizes and icons as we speak. As for sidebars, I don't think those even exist in Chrome the way Firefox has them and never has (and ultimately they aren't useful for this browser anyhow). That leaves WebRequest API and that's so minor the majority of users won't notice nor care.

    --
    @Mindless Drivel: 100% of Twitter posts ever Tweeted.
  66. Firefox already best for linux by dabrowsa · · Score: 1

    I've never seen it noted that on linux Chrome is a dog: a slow, greedy, system-sapping vampire. Moreover on linux Firefox runs the Google docs pages better than Chrome. I use Chrome as little as possible.

    --
    `Perche non reggi tu, o sacra fame de l'oro,l'appetito de' mortali?'
  67. Re:If my extensions stop working I'm going to Chro by theweatherelectric · · Score: 1

    That leaves WebRequest API and that's so minor the majority of users won't notice nor care.

    It's fundamental functionality for ad and script blocking add-ons which are among the most popular add-ons. Blockers work better in Firefox precisely because of its extensions to WebRequest. Read the articles I linked to.

  68. Re:Wake me up by narcc · · Score: 1

    Please, present some evidence to that effect. You'll be pleasantly surprised by what you learn in your search.

  69. Re:Wake me up by JustAnotherOldGuy · · Score: 1

    Please, present some evidence to that effect. You'll be pleasantly surprised by what you learn in your search.

    I've no need to do your homework for you, I experience the FF memory leaks on a daily basis. Right now with 5 tabs open for 24 hours it's gone from ~750Kb of memory to ~2.35Gb...in a little while it'll start to drop images, show me black/blank screens, slow way down, and finally either become totally unresponsive or just suddenly crash.

    FFS, I've been seeing this kind of behavior (or similar) for the last 25 versions. But IE didn't do that, and Opera doesn't do that, and Pale Moon doesn't do that.

    Oh, but I forgot- if you're not experiencing it personally, then it's all just fluff and anecdotal evidence and must not really be happening.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  70. Re:Wake me up by theweatherelectric · · Score: 1

    Oh, but I forgot- if you're not experiencing it personally, then it's all just fluff and anecdotal evidence and must not really be happening.

    Why so irrational and emotional? If it's really a problem then all you have to do is provide your configuration and steps to reproduce the problem. Should be easy.

  71. Re:Wake me up by JustAnotherOldGuy · · Score: 1

    Why so irrational and emotional? If it's really a problem then all you have to do is provide your configuration and steps to reproduce the problem. Should be easy.

    Here you go:

    1) Open 2 or 3 instances of FF, then open 4 to 5 tabs in each instance. For example, a few email providers, a few forums, some news sites, etc.

    2) Sit back and watch as the memory climbs and climbs. Using the actual instances and tabs is optional. It may take a day, but it will climb steadily.

    3) If you don't personally see it occur, state that it must not really be a problem because it's not happening to you.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  72. Re:Wake me up by theweatherelectric · · Score: 1

    Here you go

    You have failed to specify the version number for Firefox, the OS, the list of add-ons installed, and the URLs to test against. You're clearly not serious.

    This is lame.

  73. Re:Wake me up by narcc · · Score: 1

    It would have been easier to just say: "Sorry, I can't. I was just repeating something I heard 10 years ago."

    That's a very good thing! As you said earlier:

    I wish you were correct

    Well, wish granted.

  74. Re:Wake me up by JustAnotherOldGuy · · Score: 1

    You're not making sense.

    --
    Just cruising through this digital world at 33 1/3 rpm...