this post was submitted on 02 Oct 2023
149 points (98.7% liked)

Firefox

17752 readers
402 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 

There's this new browser built on Firefox that seems to be picking up steam on GitHub lately.

It looks like it's trying to be a more feature-rich, "batteries included", version of Firefox with hardening out of the box.

Has anyone used it? What do you think about it?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 year ago (1 children)

I had asked why it is like that before, and basically it sounds like the rendering engine and the UI and all in Firefox are all tightly integrated.

Whereas with Chromium you can pretty easily embed the engine into anything.

Unfortunate.

[–] [email protected] 1 points 1 year ago (1 children)

I've heard something similar but wonder how true that is.

This fork kinda disproves it to some extent?

I've never had anything to do with code for native apps, but it just seems odd. Why would the rendering engine be tightly coupled with the window decorations? If they can be changed between versions I imagine they can be changed between forks?

Like I said, I'm no authority, just curious about this aspect.

[–] [email protected] 1 points 1 year ago

Floorp is still Firefox at its core as it's still using Firefox's UI and building on top of it, while Chromium can be embedded into a GUI (see Vivaldi and projects like CEF and Electron). That doesn't discredit it, in fact some of Floorp's changes are pretty good for customisabiity and user experience. That being said, I was told that the engine powering Firefox was able to be embedded but it had many issues to the point where integrating Chromium was easier.

On a similar note, I know Pulse Browser is part of an overarching project to make forking of Firefox an easier job, and I know they and the Floorp people are friendly.