This may be one of those questions that might expose my half-baked knowledge in this field, so I thank the experts patiently explaining this to me in advance.

  1. What is the fuss about web browser engines?

As I can see, there have been many web browser engines in the past; most defunct / unmaintained and the three: blink, gecko and webkit being the only ones actively developed and maintained today (I am aware of Goanna, but some articles online say it isn’t being developed anymore – I could be wrong). What is stopping someone; say the FSF or some other group championing libre software from coming up with their own web engine completely different from the incumbent engines? I understand that not all web features will work with every engine, but surely we need more diversity than just the existing three to spur more development, right? Many software including the Linux kernel had humble beginnings and if enough people find it to be a suitable alternative, they might slowly jump ship to this new hypothetical web engine that was built using GPL3 from scratch.

  1. What is stopping web developers from simply shunning Google’s Manifest V3?

I haven’t seen or heard of one single good thing about Manifest V3 from any web developer (at least the six that I know personally), and have only read articles on why it is either unnecessary, or that the proposed advantages can easily be done is a less disruptive manner. While I appreciate that the internet today runs a lot on Google’s infrastructure and services, surely if Web Devs tell them to go pound sand, or intentionally break the site when using Google Chrome, and put a message saying, “Go to Firefox / Safari for a better experience”, that will make Google backtrack.

Once again, I apologise for these basic / daft questions. I appreciate any insight that you may have for me.

  • rhabarba@feddit.org
    link
    fedilink
    arrow-up
    1
    ·
    6 hours ago

    Yes, there are three engines since 20 years

    If, and only if, you skip NetSurf’s own one and Dillo’s own one and the numerous text-mode engines like GNU Emacs’s one, w3m et cetera, this number might be close to the whole truth. But I don’t see why you would do that.

    • Zerush@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      Netsurf use the WebView render, it’s also used by Edge as part of the OS and Chromium. Text browser have a way simpler engine, because they don’t need a graphic engine to render an webpage. The current engines in modern browsers are 3 and some variations, Goanna is a modified Gecko, and WebView, Qt, are Blink variants, Link was an improvement from WebKit and KHTML. Before there was Presto which is obsolete since a lot of years. The other day I saw an startup , I forgot the name, which was collecting support for a new brwser with an independent engine developed from scratch, they talked about an alpha release in 2027. First I thought to put it in jokes, but better comenting it with “Good luck, guys”. In the Wiki is a list with over 70 abandoned and discontinued browser and browserprojects, a lot which also tried to make a different engine, even most of the existing browsers (~100) are fighting to survive in a saturated market. No chance to think in different engines as the existing ones.