• Amy :3@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    113
    arrow-down
    3
    ·
    1 year ago

    Brave, Vivaldi, Edge and other chromium browsers are forks of the main chromium project. They can decide whether to include or exclude features from mainstream chromium.

    As far as I know, Brave and Vivaldi will keep Manifest V2 extension support and said that they will not ship WEI (Web Environment Integrity).

    Discord uses a modified version of electron, and it’s also probably an outdated fork as well, although I am not sure about that.

    Steam, in the other hand, uses CEF, which they use as a way to render it’s interface and as a replacement of VGUI (a good example of this is the steam game overlay), I don’t know if they will ship WEI if it ever releases in chromium as there isn’t a statement from Valve yet.


    Sources:

    If I missed something, please tell me!

    • AngryCommieKender@lemmy.world
      link
      fedilink
      arrow-up
      20
      arrow-down
      1
      ·
      edit-2
      1 year ago

      Brave has an entire contingent of the FOSS community up in arms. They claim that it is doing more data harvesting than Alphabet, and the EULA prevents anyone from finding out what they are doing with all that data scraping.

      I don’t have a dog in the fight, other than as a windows user I would like to see FOSS adopted as quickly as possible since they have predicted all this shit for the last 30 years at least.

      ETA: I know basically nothing about Vivaldi, though having used it, it seems to function as lightweight as chromium did back in the day. I have no comments on Edge.

      • Da_Boom@iusearchlinux.fyi
        link
        fedilink
        English
        arrow-up
        16
        ·
        1 year ago

        I mean, brave is an Ad company, I think they’re just using an ad blocker to stop other ad services other than their own from competing

      • people_are_cute@lemmy.sdf.org
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        1 year ago

        Vivaldi is filled with bloat and feature creep to the brim now. They abandoned that “lightweight” philosophy ages ago.

        • ZarK@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          Only if you want it (yes you still need to download a larger package).

          Vivaldi is created by the former creator of Opera, with sort of the same goals it used to have: care for the power user. They are up for adding any customization and power user tool if people want it. It has never tried to be as lightweight as possible. Instead, it should be one of the most customizable and feature rich browsers out there.

          It’s great, as I can add and remove features so it’s tailored to me.

      • Eochaid@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        Just to add the missing comment about Edge - MS is turning into the Microsoft version of Chrome. They removed Google’s ad bs and replaced it with their own ad and monetization bs.

    • NPC@lemmy.world
      link
      fedilink
      arrow-up
      19
      arrow-down
      1
      ·
      1 year ago

      Sources in a comment?! Even more proof lemmy is superior over reddit. Thanks fa those man, more people need to do shit like that

    • DogMuffins@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      15
      arrow-down
      1
      ·
      1 year ago

      they will not ship WEI

      I don’t really understand how this could work.

      The whole outcry around WEI is that most of the web wouldn’t work if you didn’t have a browser that supported it.

      Not shipping WEI would seem tantamount to just discontinuing.

      • Catweazle@social.vivaldi.net
        link
        fedilink
        arrow-up
        7
        ·
        1 year ago

        @DogMuffins @amycatgirl, it is not so simple, there are a huge number of third-party pages that also depend on certain Google services, directly or indirectly. This is what happens when you depend on sponsors, because with this you lose your freedom of decision, especially if you make a pact with the devil, sorry, Google.
        Mozilla has already suffered this in its own flesh, becoming a Google mascot from an independent platform, even with Google devs working on Firefox.

    • Scraft161@iusearchlinux.fyi
      link
      fedilink
      arrow-up
      14
      ·
      1 year ago

      Discord’s electron still hasn’t received the patch for spectre/meltdown mitigation in the browser, I doubt they will ever have to deal with manifest V3 or WEI.

    • rdri@lemmy.world
      link
      fedilink
      arrow-up
      10
      arrow-down
      2
      ·
      1 year ago

      You probably missed a part where Chrome, Chromium, and CEF are practically the same thing when it comes to resource consumption. Man, I can’t even make Steam consume less than 1 gb ram at any time anymore, even when minimized. CPU consumption, the amount of processes, loading times are also problematic. I wish companies would rely on a labor of programmers, not just web programmers.

      • Aux@lemmy.world
        link
        fedilink
        arrow-up
        7
        arrow-down
        2
        ·
        1 year ago

        I don’t think that Steam would consume less resources if it wasn’t a web app. Most of the resources usage there comes from crap loads of high quality images. You can’t have hundreds of images in a single window without eating loads of RAM.

        • rdri@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Sorry what? I literally said that it consumes this amount of memory while there is no active windows. You can close them all and it won’t change much.

          Also years ago the website was still filled with images and it didn’t consume that much.

          Also, do you really think high quality images consume more resources? High resolution I can understand, but quality is irrelevant when it comes to ram.

          • Aux@lemmy.world
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            1 year ago

            What do you mean there are no active windows? You can only have no active windows if the app is closed. If you don’t see it on the screen, it doesn’t mean there are no windows or related services running in the background. If you want to free up memory, shut the app down.

            Also part of image quality is its resolution. And image resolution has grown a lot ib the last 10-15 years. Rendered images also went from 8 bit and 256 colours byte arrays to 32 bit byte arrays (already 4x bigger) plus colour correction and all kinds of other meta data stored in memory.

            And then you should keep in mind that Steam main storefront page has hundreds if not thousands images in one place. And they are pre-rendered and cached in memory so that you have nice and smooth experience. People seriously underestimate how many resources are consumed by media. As a software developer I can tell you that you can easily have a few megabytes of code and then hundreds of megabytes of COMPRESSED images, fonts and sounds for a small app. Unpack everything into memory and no wonder modern mobile phones need 16+ gigs of RAM.

            • rdri@lemmy.world
              link
              fedilink
              arrow-up
              1
              arrow-down
              1
              ·
              edit-2
              1 year ago

              You seem to not understand what you are talking about.

              First, it’s possible to have an app active without spending resources on background windows. This process is called “close a window”. If an app has the tray icon available it should be perfectly viable option and, guess what, it works like that with many apps. But no, even the tray menu for Steam is now a damn web-rendered element. Also even in Chromium based browsers, you can have 2 or more windows opened, and when you close one of them you can expect less ram usage than before you closed it. I’ve seen at least one VScodium derived app that completely unloads browser based code when no active windows are visible. You don’t need to be a huge corporation to know how to do it.

              Second, it’s insane to propose that thousands of images from some site (or even from disk cache) are going to be cached into memory immediately upon app launch. You could at least do some research or try Steam app yourself. Want to also tell me how I need thousands of images in my ram even when using Steam small mode?

              Third, you mustn’t tell me what I need to sacrifice to have “nice and smooth experience”. I know enough about code and have seen enough apps to know that you don’t need to require GBs of ram from every user to provide good experience. There are literally web based alternatives to CEF that consume 5x-10x less. And then there are many other options for native code.

              You mention few megabytes of code. Yeah. Problem is, Chromium code is tons more than that. Those are not “small” apps.

        • Hyperi0n@lemmy.film
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          3
          ·
          1 year ago

          Bullshit. Steam works well when CEF isn’t working right, like no internet connection. Images are still loaded. It’s 100% thier storefront.

  • boeman@lemmy.world
    link
    fedilink
    arrow-up
    90
    ·
    1 year ago

    This feels weird to say… I really think Microsoft should’ve stuck with trident / edgehtml.

      • boeman@lemmy.world
        link
        fedilink
        arrow-up
        29
        arrow-down
        1
        ·
        1 year ago

        Diversity. MS had made great strides with EdgeHTML, but it was still pretty bad

        But at least opening the browser didn’t take all my ram.

        • Daniel@lemmy.ml
          link
          fedilink
          English
          arrow-up
          10
          ·
          1 year ago

          And also at the very least you had another option. Which, in my opinion, wasn’t that bad, at least it could’ve been if they just gave up on Bing and MSN.

          • boeman@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            1 year ago

            No way, they can’t give up on bing. They do that and all we have is Google for searches. We need the competition. For MSN, it’s all about content now, I kinda like that branding… It makes it easier to see that I don’t want to see it.

      • Whirlybird@aussie.zone
        link
        fedilink
        arrow-up
        26
        arrow-down
        1
        ·
        1 year ago

        It was actually one of the most W3C compliant browsers there is, more so than chromium based ones. Unfortunately google’s near monopoly has made websites focus on working in chrome, not on standards.

    • Zeragamba@lemmy.ca
      link
      fedilink
      arrow-up
      7
      ·
      1 year ago

      As a web developer, EdgeHTML was the source of so many bugs, including a few that were regressions, and it didn’t seem like Microsoft dedicated enough resources to the Edge project.

    • drathvedro@lemm.ee
      link
      fedilink
      arrow-up
      70
      ·
      1 year ago

      Yep, just like slack, spotify, and anything else looking fancy while wasting few gigs of ram to just open. They’re built on electron, which is practically chrome without tabs.

      • qwertychomp@lemmy.world
        link
        fedilink
        arrow-up
        23
        ·
        1 year ago

        I wish they could bring back mozilla prism. Like all this electron web app shit is popular, so we don’t we use the faster and more efficient browser engine and use gecko!

          • setVeryLoud(true);@lemmy.ca
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            1 year ago

            Nice, I didn’t know Servo was still being developed!

            This whole Chromium fiasco is partially Mozilla’s fault, they let Google grab the embedded browser monopoly by making Firefox hard to componentize and letting Electron take all the market share. No competition.

    • Redex@lemmy.world
      link
      fedilink
      arrow-up
      31
      ·
      1 year ago

      Yeah, just wrappers. Steam wasn’t untill fairly recently, but they were slowly switching to it for some time.

        • deus@lemmy.world
          link
          fedilink
          arrow-up
          18
          arrow-down
          1
          ·
          1 year ago

          Yeah, it’s weird for them to rely on Google considering how hard Valve has worked to make Steam independent from MS.

          • SpaceCowboy@lemmy.ca
            link
            fedilink
            arrow-up
            6
            ·
            1 year ago

            It probably doesn’t matter for what they do. There isn’t really much need for an ad blocker on a browser that’s going to a store page which is essentially an ad for a product in and of itself. A steam user actually wants that store page to load, why would there be a need for a store page?

            And they could transition to something else if Google does something that affects them.

            • Da_Boom@iusearchlinux.fyi
              link
              fedilink
              English
              arrow-up
              6
              ·
              1 year ago

              It’s maintained by Google, which is pretty much the same thing - in the end, they get to decide what features get implemented and what doesn’t make the cut. Sure we can fork it, and we can make our own, but in the end as long as their code is the main base, they have a lot of control over all the different forks, as usually the forks will have to keep rebasing their code off of new updates to stay as secure and up to date as possible.

              • Jakeroxs@sh.itjust.works
                link
                fedilink
                arrow-up
                1
                ·
                1 year ago

                I mean what would stop a company from doing that? I get why they don’t, because a lot of changes and fixes get implemented into the code from various companies/individuals, but if you had enough manpower and money, it could be done.

          • Redex@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            1 year ago

            I don’t think it’s too weird. So many apps today are just Chromium wrappers. It’s just easier to use a premade base, plus you don’t have to develop the web and desktop version independently, they can literally be the same code.

            • BeardedGingerWonder@lemmy.world
              link
              fedilink
              arrow-up
              3
              ·
              1 year ago

              While that’s fairly typical and good practice in dev circles, we’re talking about a company that’s single handedly elevated an entire OS to prevent a big company taking too much power. I think the key here is they don’t really compete with Google.

    • Da_Boom@iusearchlinux.fyi
      link
      fedilink
      English
      arrow-up
      12
      ·
      edit-2
      1 year ago

      Anything that uses the electron framework uses chromium.

      Although in the case of steam they are using the Chromium Embedded Framework(CEF) to embed the steam store into their interface, as well as to power the steam overlays browser.

      The worst part is, the CEF really is the only way to implement browsers inside other interfaces. OBS uses it too for it’s browser source. There really isn’t any alternatives - if only FF could create it’s own Firefox Embedded Framework to compete, but that’s probably not in the cards due to costs. Mozilla is a not for profit relying on donations and grants.

      And electron is a method for creating desktop app interfaces using website code, it’s used for the interfaces of Discord, slack, teams, Streamlabs (yeah they ripped out the OBS Qt interface and replaced it with electron), and sooo many other modern applications that it’s hard to make track of. And it uses essentially the same thing as CEF at its heart.

      Basically any website can be wrapped in an electron wrapper to produce a standalone desktop app.

  • m-p{3}@lemmy.ca
    link
    fedilink
    arrow-up
    40
    arrow-down
    1
    ·
    1 year ago

    Mozilla doesn’t make it as easy to use the Firefox / Gecko engine in other projects, which doesn’t help for adoption.

    • fuzzzerd@programming.dev
      link
      fedilink
      arrow-up
      9
      ·
      1 year ago

      I’m way out of the loop, but is the issue that they actively make it difficult to use the rendering engine or is it that the cost to modularize it isn’t worth the payoff to Firefox itself? A subtle but important distinction IMO. I always felt it was the second, but maybe I was being dense?

      • Aux@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        1 year ago

        Back in the days it was possible to use Firefox engine to create apps. It was called XUL. Heck, Firefox itself was just a XUL app! But then they decided it wasn’t worth it for whatever reason and now their engine is tightly integrated.

        • terkaz@discuss.online
          link
          fedilink
          arrow-up
          4
          ·
          1 year ago

          I believe it might be still possible with UXP - a hard fork made for Pale Moon project.

          Pale Moon is based on a derivative of the Gecko rendering engine (Goanna) and builds on a hard fork of the Mozilla code (mozilla-central) called UXP, a XUL-focused application platform that provides the underpinnings of several XUL applications including Pale Moon. This means that the core rendering functions for Pale Moon may differ from Firefox (and other browsers) and websites may display slightly different in this browser.

      • planish@sh.itjust.works
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        They don’t try to make it difficult, but they make code changes that make it clear they have no concern for anyone who might be trying to use the engine anywhere other than in a retail build of Firefox, without providing things like deprecation warnings or upgrade paths.

      • AngryCommieKender@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        1 year ago

        Firefox or Netscape? I only ask since Firefox has its own roots in Netscape, and I understood that the Scape apps were ported from Netscape, not Firefox. Libre was a Scape app a decade ago.

        • panCatQ@lib.lgbt
          link
          fedilink
          English
          arrow-up
          17
          ·
          1 year ago

          Totally firefox , librewolf is rather a hardened firefox , with few features we can tweak in FF already !

        • Darorad@lemmy.world
          link
          fedilink
          arrow-up
          13
          ·
          1 year ago

          Firefox, it’s only been around for a few years. It works as a soft fork where they pull in all the upstream releases after hardening their privacy

  • A10@kerala.party@kerala.party
    link
    fedilink
    arrow-up
    36
    arrow-down
    5
    ·
    1 year ago

    Firefox is kept alive by Google default search money AFAIK otherwise why don’t they sue google for showing different search results page in firefox

  • Whirlybird@aussie.zone
    link
    fedilink
    arrow-up
    31
    arrow-down
    5
    ·
    1 year ago

    Edge wasn’t always chromium. It was their own engine and it was great, but too many people complained essentially that it wasn’t chromium so they switched to chromium.

      • Altima NEO@lemmy.zip
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 year ago

        Yeah, it might have been “fine” at the normal web browsing part, but Microsoft kept trying to push their proprietary extension store. Also, didn’t they not support extensions for the longest time? I think that was the biggest reason they switched to chromium, so they could use all those existing chrome extensions?

    • CRT 📺@lemm.ee
      link
      fedilink
      arrow-up
      6
      ·
      1 year ago

      Same with Opera, I miss old Opera with stackable tabs and before they got sold off to some shady company

      • atyaz@reddthat.com
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Yes but it was changed quite a bit, it supported way more standards and was getting way more updates to keep it up to date. The issue is that was expensive and also people complained that it some websites didn’t work on it, so it made more economical sense to switch it to chromium. I really wish they had kept it though.

      • YexingTudou@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Sorta, sorta not. Looking at the wiki page, it used “EdgeHTML” as the browser engine, which was a fork of ie’s engine (MSHTML). But it was a massive overhaul removing a bunch of legacy code and rewriting parts to fit modern standards and to make it compatible with webkit. It was maintained alongside ie11.

        I remember testing it out and it being a lot faster than ie was when it first came out, but I’ve always been a ff user so I didn’t switch to it.

  • Resol van Lemmy@lemmy.world
    link
    fedilink
    arrow-up
    26
    ·
    1 year ago

    Safari still uses the WebKit engine… right?

    Google Chrome used to use WebKit before switching to their own weird engine that a whole bunch of other browsers now use.

    • nonearther@lemmy.ml
      link
      fedilink
      English
      arrow-up
      16
      ·
      1 year ago

      When Google forked from WebKit to create Blink, they had genuine reasons for it.

      Apple was stalling any progress of web by stalling new features in WebKit. They wanted to push their native apps and get big cut from developers’ money.

      Google had to fork and progress web dev further.

      And unfortunately for us, Google folks are greedy assholes who stop at nothing to own everything web even if they have to bend everything.

      WEI is a perfect example.

      • vacuumflower@lemmy.sdf.org
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Apple was stalling any progress of web by stalling new features in WebKit. They wanted to push their native apps and get big cut from developers’ money.

        I mean, whatever their reasons, for World Wide Web of hypertext pages the list of necessary features shouldn’t be so long.

        So a good thing.

        Anyway, that battle is long lost, so I’m just slowly moving my “internet reading” needs into Gemini. Friends I can’t move, though.

        • pingveno@lemmy.ml
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          If most of what you want out of the web is browsing static web pages, halting development of standards is fine. But if you want to expose capabilities through the browser like location that are available on new platforms instead of relying on platform-specific apps, you’re going to need new features.

          • vacuumflower@lemmy.sdf.org
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            I don’t want that. WWW is not intended for that.

            If you want that, there’s been Flash and Java applets at least allowing whatever you’d like.

            That was the correct way to put cross-platform applications into webpages.

            Don’t tell me about security problems in those, these are present in any piece of software and fixed with new versions, just like with the browser itself.

            • pingveno@lemmy.ml
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 year ago

              I don’t want that. WWW is not intended for that.

              Okay, then links awaits you. I’d rather use something that enables powerful in-browser web applications while not relying on a host of proprietary bug ridden plugins.

              • vacuumflower@lemmy.sdf.org
                link
                fedilink
                arrow-up
                1
                ·
                1 year ago

                Okay, then links awaits you.

                It’s a client for the same broken thing.

                while not relying on a host of proprietary bug ridden plugins

                This is utter bullshit.

                Obfuscated JS is not any less proprietary or bug-ridden than Java bytecode.

      • Catweazle@social.vivaldi.net
        link
        fedilink
        arrow-up
        5
        ·
        1 year ago

        @notenoughbutter @Resol, and WebKit is a fork from KHtml made by the German KDE.
        Blink is the most used engine, because it’s the most compatible with current web standarts, even somewhat more than Gecko. If Apple’s Safari insist in it’s WebKit, the most outdated engine, it’s become the new IE in a near Future.

      • Viking_Hippie@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        Named as such because, like Weeping Angels, if you blink you’ll be sent back to a society without enforcement of antitrust laws

        • Zeragamba@lemmy.ca
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          1 year ago

          I don’t understand this argument about antitrust laws. As far as i know Google hasn’t done anything to block other companies from making their own search engines or browsers. Nor does Value and Steam, nor Microsoft and Windows.

          • Viking_Hippie@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            WEI checks if your browser and system is “genuine” and “unmodified” before letting you access any content “protected” by it, which inevitably leads to smaller and custom mods that don’t fit their predetermined criteria for “genuineness” being locked out, which in turn forces you to use Google (and Microsoft and Apple, they’re in on it too) products in order to access certain content and eventually the entire internet, just as surely as it’s almost completely impossible to avoid their Google Analytics malware.

            And before you say “that’s a ridiculous slippery slope fallacy! That’ll never happen!”, Logitech is already requiring you to go to a website that will only open in Chromium browsers in order to pair devices with the Logitech Unifying Receiver.

  • Gamey@feddit.rocks
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    1 year ago

    I just wish Mozilla didn’t just tread Gecko as part of Firefox, the few who tried developing on it came to the conclusion that it’s not sustainable if the engines developer doesn’t give a fuck about you! :/

      • Gamey@feddit.rocks
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        Well, they always did it like that and basically cut all their bigger projects in the massive layoff so I wish they did too but I doubt it :/

  • Razzbow@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    1 year ago

    Midori, Falkon, Vivaldi, Epiphany, and maybe if you have to - silk are all browsers I’d use over chrome.