Earlier quoted context omitted.
YouTube music video running in another tab. Should it stop render the video and keep playing the audio? Maybe feasible but it should keep receiving both the video and audio data. Stop all of it? Not what I wish to happen.
The javascript engine and rendering engines are what are generally affected by being backgrounded. So yes, generally the media library will continue receiving the combined video/audio stream and not bother rendering the video frames
Firefox 70
281–290 of 468 posts
Re: Firefox 70
#282What about DNS over HTTP? Do I still have to use Nightly for that?
Re: Firefox 70
#283I am not a Firefox user but know that matching Webkit performance on macOS is going to be very hard. So just fired a test on my Macbook Air - Safari 13 vs Firefox 70. Opened top 10 links from techmeme. Both windows in background. Firefox 70: Energy use 30-200; CPU 20-25%; Threads 82 Safari 13: Energy use 0.1-5; CPU 2-5%; Threads 11 If this is to celebrate I can only imagine what the things looked like before this rel…
On Windows I've been testing the new MS Edge because I've noticed my laptop has significantly higher CPU usage running FF. The reduced battery life is one thing, a hot laptop is another. Currently the new Edge is not as well optimized as the original, but there's more to come on that front. I've been using FF since it was in beta, never left but I'm starting to come around to the reality that native browsers are best…
I've also checked this newest version, 70 on Windows and my measurement of the power use give practically identical results to the measurements I've done almost two years ago.
I see that the power drain comes from the browser's own code doing something unnecessary and as far as I see it doesn't even appear to platform dependent.
It's surely possible to optimize that and it's obviously not their priority.
Re: Firefox 70
#284Earlier quoted context omitted.
Firefox Sync let's you syncronize Bookmarks, Open tabs, Logins, History, Add-ons and Preferences across devices by logging in once with username password
Here’s the Sync security FAQ to answer javajosh’s follow up question, which I can’t reply to directly. “How Firefox Sync keeps your data safe even if TLS fails” https://support.mozilla.org/en-US/kb/how-firefox-sync-keeps-...
Re: Firefox 70
#285Earlier quoted context omitted.
> I'd rather things be direct. I'd rather we live in a world where customers paid directly for the product and I was the customer (not the product). You don't have that choice - what happens is you pay and become the product. Cable TV used to be ad-free, since you paid for it, then they figured out they can make more money selling ads. There are ads on the buses and subways, even though you have to pay for tickets. W…
I thought that the cable TV subscription pays for the distribution and ads pay for the channels?
Re: Firefox 70
#286Earlier quoted context omitted.
I think people do; it's popular enough that many people implement it, not just Tufte-CSS, it was one of the first things I added to gwern.net once I saw it demoed, I believe Medium also does it, and no one's complained to me that they really like the overlapping obscuration.
I really like the overlapping underline. Well, really I like the non-broken underline, which happens to overlap with descenders. If the underline indicating a link breaks, it looks like there are two adjacent links. To check if this is the case, I have to mouseover both the link before and after the break, and compare the URLs with my eyes. I find this a much greater annoyance then I do the overlapping underlining.
Ah that's what that is. I've seen a few like that and wondered why there were two identical links next to each other not thinking it was underline style.
I'll save myself the hover now!
Re: Firefox 70
#287> Firefox 70 introduces three new properties related to text decoration/underline: > text-decoration-thickness: sets the thickness of lines added via text-decoration. > text-underline-offset: sets the distance between a text decoration and the text it is set on. Bear in mind that this only works on underlines. > text-decoration-skip-ink: sets whether underlines and overlines are drawn if they cross descenders and asc…
Don't want to rain on your parade, but this is a long way from being generally available: https://caniuse.com/#search=text-decoration-thickness 11% coverage, and almost all of that is iOS Safari.
> We have plans to start implementation work on this before the end of the year.
https://bugs.chromium.org/p/chromium/issues/detail?id=785230...
Re: Firefox 70
#288Re: Firefox 70
#289Earlier quoted context omitted.
I just can't imagine Firefox will ever be performant as Safari. One is written for a single platform developed at the same company that develops the hardware and OS (I'm not trying to belittle the Safari team--it's kind of amazing what they do). The other is developed separately, must equally support at least 2 other OSes and has an expectation for supporting older setups. My problem is that Safari won't work for me…
WebKit also works on other platforms.
Re: Firefox 70
#290Is Firefox's sandboxing on par with Chrome yet? And on Linux in particular?