LWN: Comments on "Firefox 76.0" https://lwn.net/Articles/819533/ This is a special feed containing comments posted to the individual LWN article titled "Firefox 76.0". en-us Mon, 20 Oct 2025 13:52:19 +0000 Mon, 20 Oct 2025 13:52:19 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Firefox 76.0 https://lwn.net/Articles/819620/ https://lwn.net/Articles/819620/ excors <div class="FormattedComment"> Specifically the problem with SharedArrayBuffer is that it can be used as a high-precision timer (per <a href="https://blog.mozilla.org/security/2018/01/03/mitigations-landing-new-class-timing-attack/">https://blog.mozilla.org/security/2018/01/03/mitigations-...</a>). (One thread can increment a shared value in a loop, and a thread on another CPU core can read it like a clock). Practical Spectre attacks require high-precision timers, so they blocked timers to block the attacks. If attacks were blocked through some other mechanism (like isolating sites) then they could allow SharedArrayBuffer again, at least until the next timing attack is discovered.<br> </div> Wed, 06 May 2020 16:20:35 +0000 Firefox 76.0 https://lwn.net/Articles/819610/ https://lwn.net/Articles/819610/ Cyberax <div class="FormattedComment"> It's a step towards enabling multi-threading for user JavaScript (i.e. SharedArrayBuffer). It has been disabled in 2018 due to Spectre/Meltdown and can't be re-enabled until FireFox learns how to isolate sites from each other.<br> </div> Wed, 06 May 2020 15:43:25 +0000 Firefox 76.0 https://lwn.net/Articles/819609/ https://lwn.net/Articles/819609/ walters <div class="FormattedComment"> That's not multi-threading, it's multi-*processing* right?<br> </div> Wed, 06 May 2020 15:39:08 +0000 Firefox 76.0 https://lwn.net/Articles/819566/ https://lwn.net/Articles/819566/ flussence <div class="FormattedComment"> Undocumented change in this version which makes me *very* happy: throwing a sufficient amount of "revert"s on input/select/textarea in a user stylesheet now restores the native OS widget look if the page changed them.<br> </div> Wed, 06 May 2020 08:30:46 +0000 Firefox 76.0 https://lwn.net/Articles/819543/ https://lwn.net/Articles/819543/ roc <div class="FormattedComment"> There is actually work happening to reenable SharedArrayBuffer+threads independent of Fission. <a href="https://groups.google.com/forum/#!msg/mozilla.dev.platform/IHkBZlHETpA/dwsMNchWEQAJ">https://groups.google.com/forum/#!msg/mozilla.dev.platfor...</a><br> </div> Tue, 05 May 2020 22:15:52 +0000 Firefox 76.0 https://lwn.net/Articles/819538/ https://lwn.net/Articles/819538/ Cyberax <div class="FormattedComment"> They're also inching closer to re-enabling the true multi-threading support for JS: <a href="https://wiki.mozilla.org/Project_Fission">https://wiki.mozilla.org/Project_Fission</a><br> </div> Tue, 05 May 2020 19:51:33 +0000