this post was submitted on 22 Jun 2023
48 points (100.0% liked)

Technology

37602 readers
302 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] charlie@beehaw.org 6 points 1 year ago* (last edited 1 year ago) (2 children)

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 2 points 1 year ago* (last edited 1 year ago) (1 children)

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@lemmy.scottlabs.io 2 points 1 year ago

And WebKit is itself a fork of KHTML.

[–] charlie@beehaw.org 1 points 1 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.