Live data from Hacker News

Firefox 72.0

mozilla.org

211–220 of 543 posts

Re: Firefox 72.0

#211

Earlier quoted context omitted.

What have you noticed about mp4 video playback that is broken? I've used Firefox as my daily driver for many, many years (even before the Quantum updates) and have never noticed any playback errors.

It simply doesn't work for some non-trivial amount of videos, e.g. some instagram stories or gfycat mp4s. If you load the link directly in the browser it will say the file is corrupt. Loading the same link in chrome plays fine.

Would you mind filing a bug at [0] with the content of about:support and maybe a link or two where it doesn't work? Happy to have an initial look into this (I work on the media team at Mozilla).

[0]: https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&comp..., you can log in with a github account or create one

Re: Firefox 72.0

#212

Here's my Firefox wishlist: - Open new windows more quickly. Firefox feels sluggish (on Mac) even though it isn't, simply because it opens new windows far more slowly than Safari or Chrome. - Use the platform native key store. I don't want my passwords stored unencrypted on disk. But I don't want to enter a separate master password either. I do want to use fingerprint/face unlock on mobile to reveal passwords. - Give…

Regarding the native key store, why not just use full disk encryption? The session-specific encryption never made much sense to me, unless you share the computer with others. How many processes do you really have that are not running under your user or root?

Re: Firefox 72.0

#213
post #5

After the recent missteps by Chrome (mangling the display of URLs), I decided to switch to Firefox and DuckDuckGo a few months ago and I was pleasantly surprised at how fast Firefox is these days than what I found it to be 10 years ago. While I still consider DuckDuckGo to be in the "not bad" category, Firefox is in the "seriously awesome" category now. If you have been away from Firefox for a while like me, give it…

> While I still consider DuckDuckGo to be in the "not bad" category... If you're into privacy-conscious search engines and want one that's not susceptible to blanket FISA warrants[0], check out either Qwant[1] or SwissCows[2]. [0] - DuckDuckGo's address is in Pennsylvania - 20 Paoli Pike, Paoli, PA 19301. [1] - https://www.qwant.com [2] - https://swisscows.ch/

I tried Swiss Cows just now, it appears effective at first glance but a little longer and realized I’ve never seen a more sanitized and curated search.

I don’t necessarily mean that good or bad. Just interesting how... different it is. Seems good if you know your thug exists already and someone approved it for their results.

Re: Firefox 72.0

#214

Earlier quoted context omitted.

Picture in picture was a feature I didn't know I wanted all along. I often had a window open only playing a youtube video, having it be native to the browser and always on top is such a great feature.

Open in new window. Resize window. Right-click title bar, select "Always on Top". App developers spend a lot of their time making up for the poor decisions of OS developers. A good window manager would give you tabs for free, PiP (aka an always-on-top window) for free, dark mode for free. Instead OS devs go overboard in simplifying things to the point that app devs have to pay the cost of delivering what users want.

That's actually the issue. Most operating systems don't have the windowing capabilities of most Linux distributions.

I'm stuck on a Mac, where I cannot always on top, hide the title bar, or alt-drag windows to move them.

Re: Firefox 72.0

#215
I too would like to join the bandwagon of people happily switching from Chrome to Firefox (mainly for ethical reasons at this point). However, I am on Linux (Ubuntu 19.04 on a desktop machine) and last time I tried (around FF 70 I believe, maybe 2 months ago), I experienced horrible system-wide lockups, requiring hard reboots (I was surprised to discover that it's even still possible, nowadays). It probably doesn't help that I'm doing web development with React, and thus I'm heavily using some dev tools, but still.. Anyone would have any clue about this?

Re: Firefox 72.0

#216
post #5

After the recent missteps by Chrome (mangling the display of URLs), I decided to switch to Firefox and DuckDuckGo a few months ago and I was pleasantly surprised at how fast Firefox is these days than what I found it to be 10 years ago. While I still consider DuckDuckGo to be in the "not bad" category, Firefox is in the "seriously awesome" category now. If you have been away from Firefox for a while like me, give it…

I agree Firefox is becoming awesome. If only they could also speed up mobile development and bring more features to it from desktop.

Re: Firefox 72.0

#217
post #94
post #40

"Firefox replaces annoying notification request pop-ups with a more delightful experience, by default for all users. The pop-ups no longer interrupt your browsing, in its place, a speech bubble will appear in the address bar when you interact with the site." That should pretty much kill off a lot of the notification request crap, especially if Chrome follows suit. I can envision the conversion rate massively falling…

Slack has started disabling unrelated features if you disallow notifications. For instance, you can’t add channels to the “ignore @here” list if notifications are off. I’m sure this’ll get worse over time. FF needs a “disable notifications, but lie to the website and say they’re enabled” button.

I feel like a good extension to make would be a lying extension. Make it able to lie to a site about any API and have set configurations to deal with specific types of behavior.

Re: Firefox 72.0

#218

Earlier quoted context omitted.

What was the ublock fiasco?

Not OP, but probably referencing Chrome's v3 manifest: https://github.com/uBlockOrigin/uBlock-issues/issues/338 HN discussions: https://news.ycombinator.com/item?id=20050173 (281 comments) https://news.ycombinator.com/item?id=20044430 (893 comments)

Yes.

Re: Firefox 72.0

#219
post #94
post #40

"Firefox replaces annoying notification request pop-ups with a more delightful experience, by default for all users. The pop-ups no longer interrupt your browsing, in its place, a speech bubble will appear in the address bar when you interact with the site." That should pretty much kill off a lot of the notification request crap, especially if Chrome follows suit. I can envision the conversion rate massively falling…

Slack has started disabling unrelated features if you disallow notifications. For instance, you can’t add channels to the “ignore @here” list if notifications are off. I’m sure this’ll get worse over time. FF needs a “disable notifications, but lie to the website and say they’re enabled” button.

I don't understand why browsers would ever not lie about this.

Re: Firefox 72.0

#220
post #81

Can anyone advise how far away hardware accelerated video on Linux might be?

We're currently rewriting most of the graphics rendering of Firefox (with what is called the WebRender project). This is the first time Linux users will have hardware accelerated rendering by default, and is a pre-requisite to take real advantage of hardware-accelerated video decoding. It's enabled on some configuration in Nightly builds [0], and it's being worked on actively. If you want to know more, the graphics teams has a blog where updates are periodically posted about what is happening, often with interesting insight about the innards of a web browser rendering stack [1].

Once rendering is hardware accelerated, it makes sense to look into hardware video decoding. Doing hardware video decoding without hardware rendering roughly means we need to read back from GPU memory into main memory, composite the image in software, and then upload back to the GPU to display, which is super super inefficient.

[0]: https://wiki.mozilla.org/Platform/GFX/WebRender_Where [1]: https://mozillagfx.wordpress.com/

Post reply on HN