Live data from Hacker News

Firefox 67.0 Released

mozilla.org

11–20 of 264 posts

Re: Firefox 67.0 Released

#11
Firefox 67 also the first browser that ships with `prefers-color-scheme` (aka dark mode) after Safari.

https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pref...

And it does the right thing and disables the feature when enabling the resist fingerprinting option.

I did a small survey and only very few websites have developed a second dark theme: https://zimbatm.com/DarkMode

Re: Firefox 67.0 Released

#12
post #4

> "Suspending unused tabs" I'm curious to see how aggressive this is. If it's good enough to render my tab suspender extension obsolete, that'd be fantastic.

> I'm curious to see how aggressive this is.

It's in the config parameter's name: browser.tabs.unloadOnLowMemory. Boolean, works only on Windows for now.

Re: Firefox 67.0 Released

#13
>WebRender is gradually enabled by default on Windows 10 desktops with NVIDIA graphics cards

Does this mean Webrender in Stable can now be force-enabled for non-Nvidia graphics cards on Windows 10? The language is a little unclear. AFAIK Webrender is available to anyone using Nightly by force enabling it.

Re: Firefox 67.0 Released

#14

> Save passwords in private browsing mode While this might be handy when visiting your favorite paid porn site, isn't this counter-intuitive? When I am in private mode, I expect nothing to be saved.

In both private and not-private windows, the browser asks the user whether to save each password. Nothing is saved unless you explicitly click the Save button.

Re: Firefox 67.0 Released

#15
post #11

Firefox 67 also the first browser that ships with `prefers-color-scheme` (aka dark mode) after Safari. https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pref... And it does the right thing and disables the feature when enabling the resist fingerprinting option. I did a small survey and only very few websites have developed a second dark theme: https://zimbatm.com/DarkMode

BTW, cheap-ass dark mode can be made by:

  filter: invert(95%) hue-rotate(190deg)
on and perhaps fiddling with some backgrounds, to avoid transparency.

Re: Firefox 67.0 Released

#16
post #6

I tried to see if letterboxing was enabled, but it didn't seem to make a difference.¹ Does anyone know whether they included this feature, and if so how to enable it? 1: https://browserleaks.com/javascript still detects my window size down to the pixel.

Set the "privacy.resistFingerprinting" pref to "true"

Re: Firefox 67.0 Released

#17
post #11

Firefox 67 also the first browser that ships with `prefers-color-scheme` (aka dark mode) after Safari. https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pref... And it does the right thing and disables the feature when enabling the resist fingerprinting option. I did a small survey and only very few websites have developed a second dark theme: https://zimbatm.com/DarkMode

Dark mode, for the first time ever, has legitimate, objective reasons to want, now that we have pure LED displays: a black LED pixel consumes no energy.

Re: Firefox 67.0 Released

#18
post #13

>WebRender is gradually enabled by default on Windows 10 desktops with NVIDIA graphics cards Does this mean Webrender in Stable can now be force-enabled for non-Nvidia graphics cards on Windows 10? The language is a little unclear. AFAIK Webrender is available to anyone using Nightly by force enabling it.

It would be better if they offered a way to really turn it off. Firefox has got very crashy in environments that have no access to a GPU.

Re: Firefox 67.0 Released

#19

> Save passwords in private browsing mode While this might be handy when visiting your favorite paid porn site, isn't this counter-intuitive? When I am in private mode, I expect nothing to be saved.

Are the passwords from private and non-private browsing mixed, or are they isolated from each other?

Re: Firefox 67.0 Released

#20
post #15
post #11

Firefox 67 also the first browser that ships with `prefers-color-scheme` (aka dark mode) after Safari. https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pref... And it does the right thing and disables the feature when enabling the resist fingerprinting option. I did a small survey and only very few websites have developed a second dark theme: https://zimbatm.com/DarkMode

BTW, cheap-ass dark mode can be made by: filter: invert(95%) hue-rotate(190deg) on and perhaps fiddling with some backgrounds, to avoid transparency.

As someone who codes dark mode first thanks for the lazy “OMG, my eyes...” mode ;-)
Post reply on HN