Firefox 78
mozilla.org
Firefox 78
1–10 of 269 posts
Re: Firefox 78
#2Interestingly there was a recently discovered Mutter bug[1] where the Culling code to prevent rendering of windows that were not visible was not working. This fix will need to be deployed to see the biggest benefit of Partial Present.
[0] https://bugzilla.mozilla.org/show_bug.cgi?id=1620076
[1] https://www.phoronix.com/scan.php?page=news_item&px=GNOME-Br...
Re: Firefox 78
#3Re: Firefox 78
#4Does it still have UglyBar from v77? Seems like that.
Re: Firefox 78
#5It will be here when it is released:
https://www.mozilla.org/en-US/security/advisories/mfsa2020-2...
Re: Firefox 78
#6Re: Firefox 78
#7Does it still have UglyBar from v77? Seems like that.
Re: Firefox 78
#8https://github.com/Pocket/extension-save-to-pocket/issues/75
Re: Firefox 78
#9Edit: I've been asked for examples where FF dev tools are lacking, so copying from another comment of mine below:
1) Chrome CPU profiler will display the amount of time taken against calls in line in your source JS files. FF does not do this.
2) Memory snapshots in FF are not sortable, and do not show distance.
3) Performance tab in Chrome allows CPU throttling, FF does not.
4) Performance tab in Chrome also captures much more info, such as node count, heap size, number of listeners, GPU memory.
All the above are very useful if you're building a high performance web app or library.
Re: Firefox 78
#10I really want to use Firefox, but their dev tools are lacking in so many ways when compared to Chrome. Fix that, and perhaps even improve on a few things that Chrome does badly (e.g. JS profiling in the "performance" tab of Chrome dev tools gives you zero information about which functions are responsible for the overhead), and you'll have me converted. I've been wanting to ditch Chrome for ages, but have no suitable…
Like what for example? Please be specific.