Slashdot Mirror


Mozilla Is Removing Tab Groups and Complete Themes From Firefox (venturebeat.com)

An anonymous reader writes: As part of Mozilla's "Go Faster" initiative for Firefox, the company is removing features that aren't used by many and require a lot of technical effort to continually improve. VentureBeat learned that the first two features to get the axe are tab groups and complete themes. Dave Camp, Firefox’s director of engineering, said, "Tab Groups was an experiment to help users deal with large numbers of tabs. Very few people chose to use it, so we are retiring it because the work required to maintain it is disproportionate to its popularity."

7 of 316 comments (clear)

  1. Re:What's next? by arglebargle_xiv · · Score: 5, Interesting

    Dear Mozilla,

    I understand you've been having problems with continuously-dropping market share, going from a high of 50-odd-percent to under ten percent, and heading steadily for zero. I understand that you plan to remove some things to try and reverse this ongoing decline. Could I suggest removing all of:

    • Australis.
    • Copying everything Chrome does.
    • Memory leaks.
    • Pocket.
    • Asa Dotzler.

    Thanks,
    The rapidly-diminishing community of Firefox users.

  2. Re:How do they know? by Golden_Rider · · Score: 5, Interesting

    Sadly, most of the people who use "power features" of an application are not the ones who click "next-next-next-finish" when installing, i.e. they are also the ones who opt out of phone-home data collection.

  3. Re:How do they know? by Anonymous Coward · · Score: 5, Insightful

    Yes, I use Tab Groups a lot and I was just thinking this must be my punishment for not sharing firefox telemetry data...

  4. Re:What's next? by Dagger2 · · Score: 5, Informative

    That article is talking about plugins. The GP is actually talking about extensions. They're two very different types of add-ons.

    Of course, they're also dropping support for extensions (and replacing it with support for slightly-improved Greasemonkey scripts). You can't make this stuff up, folks.

  5. No, I'm really not by Anonymous+Brave+Guy · · Score: 5, Interesting

    This is about far more than just UIs, though the constantly mutating UIs are infuriating to be sure.

    Rapid automatic updates mean everyone has the latest version, which means developers can count on everyone having the latest version.

    The thing is, I don't want to count on everyone having the latest version. I want to be able to test my site or app, and to know that if it works in testing and I push out to production, my users will enjoy the same fully working system I signed off. And they will still be able to enjoy the same fully working system tomorrow, and next week, and next month.

    Bleeding edge features are of little interest to me, because approximately 0% of them will work reliably across all major browsers when they are first introduced, or even across all of the evergreen ones. I'm not using the latest cutting edge ES6 support, I'm transpiling to reliable, portable, stable ES5 with Babel, like almost every other JS developer I know in 2015. I'm not using flexbox and cute animation tricks, because there are too many bugs to make them reliable.

    In any case, while some of these tools would have been neat five years ago, today we've already solved many of the real world problems they address. While our solutions might not be as elegant, they are tried and tested, and they already exist. I'm not about to rewrite my more-than-five-minutes old web app, which works just fine for my users already, to incorporate the newly blessed shiny that might work in most browsers if I'm lucky.

    Just about every aspect of modern UI counts on this.

    No. I'm sorry, but that's just not true. I don't know your background, but as someone who has multiple web-related businesses and does a fair bit of freelance and consultancy work, I would wager that I work on a wider variety of real world web projects than most people reading this. Some of those projects have relatively advanced UIs, and some of them are relatively large and long-lived as web projects go. And I cannot think of a single time that any of those projects has been able to take advantage of some new browser feature that came out within the past six weeks. Not once. Ever.

    Many of those projects have suffered significantly due to the ever-changing bug landscape and feature support in evergreen browsers, though. It's a huge drain on developer productivity and customer support.

    Try taking IE 8 for a spin sometime, it's awful.

    This argument makes no sense. IE8 is also nearly 7 years old. Even if browsers only issued a new stable release every six years, IE8 still wouldn't be the current version. And in my experience, basically no-one in 2015 is still clinging to IE8 outside of perhaps a few very large and very slow-moving businesses in specific industries.

    And of course don't get me started on the Security nightmare that happens when you've got dozens of unsupported browser versions in use because people refuse to upgrade.

    This is also a fundamentally flawed argument. You're conflating security updates with functionality updates, which is almost never actually necessary. It is perfectly possible to have a stable functional base and UI but apply rapid patches that are essential for security. Ask anyone who runs a Debian server, for example.

    Basically you're point is only valid if you ignore the mountains of under the hood enhancements that have been piling into browsers for the last 10 years.

    Ten years ago, Firefox was in its infancy, IE6 was state of the art, and Chrome wouldn't exist at all for several more years. You're just making this up now.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  6. Re:What's next? by Anonymous Coward · · Score: 5, Informative

    Palemoon is a fork and it's its point provide a stable API that stops changing with the mood of Firefox devs. It means your favourite extensions that work with Palemoon will keep working indefinitely, which is a major progress. It also means you can't keep in sync with the newer versions developed for Firefox.

    If you want the latest extensions go with Firefox, and keep in mind it might stop working at anytime because Mozilla changed an API, and it will eventually definitively stop working when Mozilla finally goes with their plan of removing the XUL extension API to replace it with the Chrome extension API.

  7. Put 'em in extensions by tepples · · Score: 5, Informative

    What we expect Mozilla to do is remove features from Firefox core and distribute them as extensions on addons.mozilla.org. For example, Pocket used to be exactly such an extension, as are various tab management extensions. "Where's my feature?" is a matter of missing machinery in the core on which to build extensions.