• Charlie
    link
    fedilink
    English
    7
    edit-2
    1 year ago

    A lot of people saying this is a Chromium fork, but According to their blog, that’s not fully the case.

    What’s under the hood

    DuckDuckGo for Windows was built with your privacy, security, and ease of use in mind. It’s not a “fork” of any other browser code; all the code, from tab and bookmark management to our new tab page to our password manager, is written by our own engineers. For web page rendering, the browser uses the underlying operating system rendering API. (In this case, it’s a Windows WebView2 call that utilizes the Blink rendering engine underneath.)

    So it uses Window’s default web renderer. It just happens that the default renderer for windows is the same as Chromium’s renderer. In this way it does mean that it has a lot of the same problems as Chromium forks, but the browser itself isn’t a chromium fork. (This is also why the macOS version uses Webkit and not Blink.)

    • @tinselpar@feddit.nl
      link
      fedilink
      English
      2
      edit-2
      1 year ago

      Blink is a fork of Webkit. And Webkit was the original rendering engine of Chrome, before Google replaced it with Blink. So the DuckDuckGo browser belongs to the chromium family.

      EDIT: And Safari is a distant cousin of Chromium.

      • rs5th
        link
        fedilink
        English
        21 year ago

        And WebKit is itself a fork of KHTML.

    • Charlie
      link
      fedilink
      English
      11 year ago

      I’d like to see if this makes an impact to the file size of the application since they don’t have to bundle all of Blink with the browser.