• Facni@kbin.social
    link
    fedilink
    arrow-up
    17
    ·
    1 month ago

    We need modular browsers. It is hard for Mozilla to keep the track to the W3C and all the nonstandard stuff that Google, Microsoft and Apple add to their browsers. If those elements were modules, it would be easier for people to collaborate and for Google and Microsoft to be obligated to add support for other browsers.

    • grue@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      edit-2
      1 month ago

      You’re talking about a modular rendering engine, which is a different thing than what I’m talking about. I’m talking about stripping down the UI until it resembles XUL Runner, then adding the functionality back as extensions.

      You’re not wrong that it’s important for the engine’s code to be organized well for developers’ benefit (and ideally for the engine as a whole to be self-contained – it’d be great if Gecko were as easily-embeddable as Blink), but I’m not so sure that users need to be able to add or remove pieces of it in a way similar to what I’m talking about for UI features.


      More concretely:

      I think Firefox should ship by default with all the functionality it currently has, plus uBlock Origin and some other things. But I want it to be designed such that if you went into the extensions manager and disabled everything, things like tab support, bookmarks, history, and maybe even the address bar and back button would be gone. It would still be capable of fully rendering a web page, though.

      • xavier666@lemm.ee
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 month ago

        If they do that, normies will start yelling that Firefox has removed their beloved features and will immediately download Chrome. I have a strong suspicion that a majority of people don’t use extensions at all.

        • grue@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 month ago

          Did you miss this part of my previous comment?

          I think Firefox should ship by default with all the functionality it currently has, plus uBlock Origin and some other things.

          • xavier666@lemm.ee
            link
            fedilink
            English
            arrow-up
            3
            ·
            1 month ago

            Okay. Replace core features as extensions. Kind of like the suckless philosophy.

            While it’s a good idea, I think extensions are purposefully made weaker, that is, they don’t/can’t have the same capabilities of core features. It will require a huge rework which I just don’t see happening.