Live data from Hacker News

Firefox 78

mozilla.org

1–10 of 269 posts

Re: Firefox 78

#2
Of note for those using Wayland/Mutter Firefox 78 now has the option of Partial Present[0] and better supported VA-API for video playback.

Interestingly 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

#7
post #3

Does it still have UglyBar from v77? Seems like that.

See https://www.userchrome.org/megabar-styling-firefox-address-b... for details on how to customize the new address bar, including userChrome css for keeping its size confined to the dropdown UI like other dropdown/combobox UI elements.

Re: Firefox 78

#9
I 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 alternative for development.

Edit: 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

#10
post #9

I 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…

> their dev tools are lacking in so many ways when compared to Chrome

Like what for example? Please be specific.

Post reply on HN