Ask HN: What would you do different if you were rewriting Firefox from scratch?
I saw a similar question about Emacs, and since Firefox has been receiving some criticism lately, I thought it would be interesting to see how HN thinks Firefox could improve.
2 comments
[ 4.3 ms ] story [ 17.5 ms ] threadAlso stop JS, CSS, etc., for any active tabs where the Firefox window does not have current focus unless on the allow list, above. Firefox currently assumes any active tab, even for an iconified window, shaded window, window on non-current virtual desktop, or otherwise not currently visible window, should be allowed to burn through CPU/battery while doing nothing of value. Using window focus would allow for stopping all non-active/non-visible windows.
This would improve battery life, and leave CPU capacity for other tasks that aren't just wasting the CPU.