Package Details: firefox-esr-i18n-bs 128.11.0-1

Git Clone URL: https://aur.archlinux.org/firefox-esr.git (read-only, click to copy)
Package Base: firefox-esr
Description: Standalone web browser from mozilla.org, Extended Support Release
Upstream URL: https://www.mozilla.org/en-US/firefox/enterprise/
Keywords: browser gecko web
Licenses: GPL, MPL, LGPL
Submitter: figue
Maintainer: dudemanguy
Last Packager: dudemanguy
Votes: 49
Popularity: 0.45
First Submitted: 2015-05-28 23:15 (UTC)
Last Updated: 2025-05-28 03:09 (UTC)

Required by (0)

Sources (100)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 22 Next › Last »

bittin commented on 2021-05-04 16:12 (UTC)

Todays update: https://pastebin.com/1yTeH1xC

bittin commented on 2021-04-19 14:54 (UTC)

Todays update: https://pastebin.com/YtMVDqGw

bittin commented on 2021-03-22 15:09 (UTC)

Todays update: https://pastebin.com/myMfheA2

figue commented on 2021-02-27 23:10 (UTC)

Also you can low security.sandbox.content.level to 1 as a workaround, so you don't need to disable it completely.

figue commented on 2021-02-27 16:22 (UTC)

In case you want to rebuild firefox-esr with crashreporter (and so, report the tab crash) you can use this PKGBUILD:

https://mirror.lnx.im/archlinux/firefox-esr/78.8.0/PKGBUILD

figue commented on 2021-02-26 22:42 (UTC)

If videos still crash, try to launch firefox with MOZ_DISABLE_CONTENT_SANDBOX=1 variable.

figue commented on 2021-02-23 08:35 (UTC)

@AndyRTR sorry, forgot to push the new patch. It's fixed now.

AndyRTR commented on 2021-02-23 07:09 (UTC)

I see Youtube crashing here also with 78.7.1-2. The new release seems to have broken checksums. Can you please check the sha256sums? I get here d32c87c4526e897d64453914da43f99366d1d0b7d71e43b4027a6cb5aa274040 rust_1.48.patch.gz after a fresh checkout.

figue commented on 2021-02-22 21:59 (UTC)

WARNING: this release has a bug in html5 videos, tabs chash. A possible workaround is to change these properties in about:config (multi-process tabs):

browser.tabs.remote.autostart = false
browser.tabs.remote.autostart.2 = false

Until I figure out why it's crashing and can patch it, stay with previous version or use the workaround.

figue commented on 2021-02-17 18:31 (UTC)

@sp1d3rmxn yeah, it looks like something you describe... I don't know if that port can be changed to another...

In build(), just before "./mach python build/pgo/profileserver.py" you can add this line for instance: sed -e 's/8888/8989/g' -i build/pgo/profileserver.py

and test if it works...