Earlier quoted context omitted.
25% seems like much too high a number for the group you’re talking about. I’d be interested to see some data on level of technical engagement and knowledge, but in my experience a large percentage of users don’t even have a clear idea of what a browser is. The reason Firefox has lost market share in my opinion is because: i) Chrome is pushed by Google.com, which has a near monopoly on search ii) Chrome was bundled an…
>It’s only relatively recently with Electrolysis and Firefox Quantum that Firefox has regained a technical parity or superiority. And those changes depended on specifying a proper UI and Extension API which is the reason why the browser is no longer so customisable. No, they did not. Electrolysis was around before WebExtensions. Sure, Electrolysis wasn't backwards compatible and a lot of existing extensions had to re…
Mozilla’s Uncertain Future
301–310 of 405 posts
Re: Mozilla’s Uncertain Future
#302Earlier quoted context omitted.
I actually bothered to load both side-by-side and check. Firefox loads pages faster. Really the parent commenter is right: Chrome is dominant only because of its huge marketing budget. P.S. Chrome is also buggy as hell and crashes pages all the time , which Firefox doesn't do.
> I actually bothered to load both side-by-side and check. Firefox loads pages faster Are you comparing current Chrome to current Firefox? Relatively recently, compared to the overall trend we're seeing here, Firefox got much faster than it had been: https://blog.mozilla.org/blog/2017/11/14/introducing-firefox... The discussion above, however, is about how Chrome came to grow so much while Firefox shrank so much, and…
Even opening a select box is slow, if you have several 1000 tabs.
Funny enough, opening a new window (and keeping all the other tabs open) makes it fast again, if you are in that window.
Seems like Firefox has some slow code paths, like notifying every tab about going fullscreen?
Re: Mozilla’s Uncertain Future
#303Earlier quoted context omitted.
25% seems like much too high a number for the group you’re talking about. I’d be interested to see some data on level of technical engagement and knowledge, but in my experience a large percentage of users don’t even have a clear idea of what a browser is. The reason Firefox has lost market share in my opinion is because: i) Chrome is pushed by Google.com, which has a near monopoly on search ii) Chrome was bundled an…
>It’s only relatively recently with Electrolysis and Firefox Quantum that Firefox has regained a technical parity or superiority. And those changes depended on specifying a proper UI and Extension API which is the reason why the browser is no longer so customisable. No, they did not. Electrolysis was around before WebExtensions. Sure, Electrolysis wasn't backwards compatible and a lot of existing extensions had to re…
If one unzips this tiny XPI, one finds javascript code which can directly install a certificate into the master store.
So there is indeed a very powerful extension system available, but only to Mozilla itself who can sign such extensions.
Probably all the old stuff can be brought back easily.
Please put your comment in a blog! Back then I searched for these topics and found nothing
Re: Mozilla’s Uncertain Future
#304Earlier quoted context omitted.
Oh jees, is that what's happening? If they're only building for telemetry data, theyre screwed. Gonna end up with a browser for people who think the internet is a series of tubes.
You believe developers don't understand telemetry and leave it enabled because it helps development of the tools they use? This whole anti-telemetry outrage is so manufactured and boring.
(1) A significant portion of Firefox users think like me. In this case, Mozilla should not rely on telemetry because it excludes a sizeable portion of their userbase, and one that likely correlates with things like "believes in Mozilla's stated core philosophy" and "is passionate enough about browsers to recommend them to people".
(2) Not many Firefox users think like me. In this case, it's pointless for me to enable telemetry because they'll just ignore my needs anyway. "It is not worth supporting this feature, the data shows that 99% of people do not use it!" won't change if the number is actually 98.99%.
Re: Mozilla’s Uncertain Future
#305Re: Mozilla’s Uncertain Future
#306Earlier quoted context omitted.
> I don't need the newest standards, 2000 web works perfectly fine for me How about layouts being broken because (funnily enough) web developers are desperate to use features such as grids and flexbox that make their jobs less painfully awful? Presuming you're a developer - surely you can sympathise with the desire to get people to upgrade their browsers so that webdev's lives are made more pleasant?
I, for one, think the HTML API (as in, the interface presented to the programmer, not talking about any other API meaning here) couldn't be worse. How many attributes do you need to enable to place two pictures side by side in vanilla CSS? Is that composable, would the same set of flags work for two paragraphs? What about two tables? HTML/CSS was never designed for the web we have ended up with, and I don't see how f…
Flexbox and Grid seem to me like recognition that the existing CSS primitives were designed for laying out documents, and don't fit well for creating UIs.
Re: Mozilla’s Uncertain Future
#307Earlier quoted context omitted.
It can do less but won't cause your browser stability, performance and other issues. Nor will writing them require reading the Firefox source code. XUL extensions routinely hijacked random internal Firefox functions which is why many had issues being installed together. Then all of it was executed in a single context (which is why they could hijack those functions to begin with) along with the UI and web page Javascr…
Those are all things they could have fixed incrementially, over time, but chose not to.
Re: Mozilla’s Uncertain Future
#308Earlier quoted context omitted.
>It’s only relatively recently with Electrolysis and Firefox Quantum that Firefox has regained a technical parity or superiority. And those changes depended on specifying a proper UI and Extension API which is the reason why the browser is no longer so customisable. No, they did not. Electrolysis was around before WebExtensions. Sure, Electrolysis wasn't backwards compatible and a lot of existing extensions had to re…
The quantum versions of firefox are a lot more stable than the previous generation. Probably because they cut down on how many things extensions could get their grimey little fingers into. Also getting rid of more XUL helped. The new firefox is scads better than the old one. Sure I miss some extensions but that just is what it is.
The first child element of that body is currently:
That's not HTML ;)They are trying to replace XUL with HTML and made some progress towards that. For starters they removed most or all of XBL.
From the perspective of an add-on dev it wouldn't have made much of a difference, it used to be manipulating a XUL DOM, now would have been manipulating a mixed XUL/HTML DOM, in the future it would have been manipulating an HTML DOM, not much difference except for tag names and attributes names really, and the rest was js and css.
Re: Mozilla’s Uncertain Future
#309Mozilla seems to be deprecating parts of their organization, and Google deprecates products constantly... except for Chrome. Chrome has had a fairly reliable and well maintained product path.
I used to use Firefox constantly, but between Safari being excellent on my Mac, and Chrome being preferable for work related things -- and their decent profile synchronization, I find myself a little mystified every time I go back to Firefox for a spell. Just little things, but they definitely feel like the 3rd wheel now.
Re: Mozilla’s Uncertain Future
#310Earlier quoted context omitted.
They really are not. Even Mozilla would not make that claim.
So would anyone care to explain how vimperiator style customization is possible with webextensions? Newer Firefox explicitly does not support that level of customization.