this post was submitted on 05 Mar 2025
92 points (96.9% liked)
Asklemmy
45537 readers
1592 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I would imagine since Firefox is licensed with Mozilla Public License (MPL), that they would be able to continue using the source code and adding additional features and other improvements (as long as they follow the MPL). However, since the base code itself would no longer be getting updates, anyone wanting to continue with a fork would have to fix any bugs and security issues that may be discovered going forward.
Don’t forget also the need to keep up with new web standards otherwise they will quickly become irrelevant due to not being able to go on new sites and I don’t think that will be possible without another company/foundation funding and taking over the project
Great point! Also, keeping things updated to ensure support with all the other libraries and APIs it may use, supporting new operating systems…
Firefox’s codebase is of the scale of an operating system. I don’t think people realise just how complex web browsers are. If you took the drivers out of the kernel, Firefox dwarfs Linux.
It’s not something someone casually just forks and carries on.
Our codebase at work is bigger than Linux (with drivers) and Firefox combined, it gets real wild at scales bigger than a modern OS