I’ve been using FF for over 15 years at this point and I have never, not even once, ran into any issues with any site that I went to. Now, is the website you are talking about shareable by you? I don’t want it if it’s a bank or something that could some how be linked to you. I just really really want to see a website that doesn’t work on FF. I’m not trying to come off as a dick or anything, I am genuinely interested to see what it looks like and how it behaves.
I actually wonder about that. So Firefox is seemingly becoming more corpo in their approach. Their home tab now has random adverts and suggested sites that I should visit. I guess the general vibe that I’m getting is “sleek, polished”, which triggers some latent suspicion about the way they are headed. As many people, I keep returning to Firefox every year or so, just to see whether it can be transitioned to. Maybe that’s why it’s so jarring.
I am also worried that “Firefox is the only real alternative” is not a healthy state of things. We get Chromium flavors, high maintenance nonsense, and Firefox.
My estimate (source: sounds good in my head) is you’d need a dozen or so browser experts working full time for years to build a browser capable of rendering most modern “web-app” style websites.
The core specs have a lot of integration tests (one of the shittier ones written by yours truly!), and most of the specs are pretty readable for experts (I hate the CSS Device Adaptation Module Level 1 spec though).
There’s just a lot of it and a lot of subtle interactions which is where the time would go.
If you were foolish enough to set many millions of dollars on fire* to do this you’d end up with a browser lacking in key non-core-spec areas too. Off the top of my head: print layout, security, JIT performance, HTTP2 / HTTP3, general browser performance, UI polish, PDF rendering, mobile version, plugins, and DRM “support” (good luck getting the DRM gatekeepers to let you bundle that stuff with your browser). Add some more years for all of that.
* and/or smart enough to make it an open source project and convince people to do it for free, see the other commenter’s link to Ladybird below
This appears to be a good excuse to hate on CSS Device Adaptation Module Level 1, let me quote from it so you understand the great sorrow I had when I needed to understand it:
This section is not normative. This section describes a mapping from the content attribute of the viewport <META> element, first implemented by Apple in the iPhone Safari browser, to the descriptors of the @viewport rule described in this specification.
…
Below is an algorithm for parsing the content attribute of the <META> tag produced from testing Safari on the iPhone. The testing was done on an iPod touch running iPhone OS 4. The UA string of the browser: “Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7”. The pseudo code notation used is based on the notation used in [Algorithms].
…
If a prefix of property-value can be converted to a number using strtod, the value will be that number. The remainder of the string is ignored.
I mean don’t use anything besides Firefox, pretty obvious.
Some websites don’t work with Firefox. That’s why I use Brave as a secondary browser.
if its brave devs vs loan sharks I’d have to go with the loan sharks
Then these websites can go get fucked. I’m not using them, and when its my bank i walk my ass to my bank and cancel my bank account there.
If you require chromium, you make people use a less secure browser because your company sucks Google dong. Fuck that, fuck them fuck it all.
I’ve been using FF for over 15 years at this point and I have never, not even once, ran into any issues with any site that I went to. Now, is the website you are talking about shareable by you? I don’t want it if it’s a bank or something that could some how be linked to you. I just really really want to see a website that doesn’t work on FF. I’m not trying to come off as a dick or anything, I am genuinely interested to see what it looks like and how it behaves.
Vivaldi has been great the whole time
Except that it uses chromium which contributes to the Google dominance of web standards
But do they have to follow what Google is doing? Can’t they have full control over their own chromium version?
Not really, chromium is mostly maintained by Google. They could fork it but that wouldn’t solve what I’m concerned about here
I actually wonder about that. So Firefox is seemingly becoming more corpo in their approach. Their home tab now has random adverts and suggested sites that I should visit. I guess the general vibe that I’m getting is “sleek, polished”, which triggers some latent suspicion about the way they are headed. As many people, I keep returning to Firefox every year or so, just to see whether it can be transitioned to. Maybe that’s why it’s so jarring.
I am also worried that “Firefox is the only real alternative” is not a healthy state of things. We get Chromium flavors, high maintenance nonsense, and Firefox.
Yes, Chromium flavours vs Firefox flavours is not healthy.
It’s less unhealthy than a defacto Google monopoly though.
It’s impossible to build a new web browser… At least until someone proves otherwise.
My estimate (source: sounds good in my head) is you’d need a dozen or so browser experts working full time for years to build a browser capable of rendering most modern “web-app” style websites.
The core specs have a lot of integration tests (one of the shittier ones written by yours truly!), and most of the specs are pretty readable for experts (I hate the CSS Device Adaptation Module Level 1 spec though).
There’s just a lot of it and a lot of subtle interactions which is where the time would go.
If you were foolish enough to set many millions of dollars on fire* to do this you’d end up with a browser lacking in key non-core-spec areas too. Off the top of my head: print layout, security, JIT performance, HTTP2 / HTTP3, general browser performance, UI polish, PDF rendering, mobile version, plugins, and DRM “support” (good luck getting the DRM gatekeepers to let you bundle that stuff with your browser). Add some more years for all of that.
* and/or smart enough to make it an open source project and convince people to do it for free, see the other commenter’s link to Ladybird below
This appears to be a good excuse to hate on CSS Device Adaptation Module Level 1, let me quote from it so you understand the great sorrow I had when I needed to understand it:
…
…