Losing all tabs at launch

Maybe it is my spiritual guides because i obsses and have OCD and have too many tabs. But i started having tabs get deleted and i have no tabs on re-launch, tried to chec… (pročitajte više)

Maybe it is my spiritual guides because i obsses and have OCD and have too many tabs. But i started having tabs get deleted and i have no tabs on re-launch, tried to check, re-check this. I Am not sure if to reinstall because i don't want to lose passwords or setting/history (i don't remember now it should be saved) but usually reinstalling doesn't solve anything for me anyways...

I didn't install any new extensions when it started happening!

It doesn't happen every time so it is hard to troubleshoot, i cannot use browser with safe mode. I might test it couple times.

Asked by empleat prije 2 dana

Last reply by jonzn4SUSE prije 11 sati

  • Riješeno

Firefox not working - Secure Connection Failed

Secure Connection Failed An error occurred during a connection to (Firefox and ALL sites) PR_CONNECT_RESET_ERROR Error code: PR_CONNECT_RESET_ERROR Help advises 'Failed t… (pročitajte više)

Secure Connection Failed An error occurred during a connection to (Firefox and ALL sites) PR_CONNECT_RESET_ERROR Error code: PR_CONNECT_RESET_ERROR Help advises 'Failed to check for updates' Problem arose on upgrade to Firefox 138 Tried restart, computer reboot and reinstallation

I am not sufficiently computer literate to understand supposed help and support documents within 'Mozilla Support'

It looks like the end of 20 years of using Firefox ... Google Chrome used to submit this request

Asked by ericbates prije 3 dana

Answered by jonzn4SUSE prije 1 dan

Firefox on Android 5.1

Sucessfully installed Firefox 139.0.3 armv7 nodpi on an Android 5.1 tablet device, but no matter what website I try to access (even Google), a plain black screen is alway… (pročitajte više)

Sucessfully installed Firefox 139.0.3 armv7 nodpi on an Android 5.1 tablet device, but no matter what website I try to access (even Google), a plain black screen is always displayed. Homepage and Settings page works fine, even those history thumbnails are showing the website correctly. If I click on the address bar to type something, it then suddenly changes from black to the actual website for a blink of a second and then gets black again.

Is there a way to fix this? Firefox Focus, Beta and Nightly behaviors the same. I already tried to uninstall and clearing data/cache. It seems a bug with this specific tablet device I am using even though it shouldn't, since Android 5.1 is still supported, isn't?

Asked by evermore272 prije 12 sati

The website 3gw.inet.co.th is requesting that you identify yourself using a client certificate.

Firefox is running on the front, while I am RDP doing something else, it suddenly prompt for requesting to send cert, I am curious what's it. I did not do anything. sus… (pročitajte više)

Firefox is running on the front, while I am RDP doing something else, it suddenly prompt for requesting to send cert, I am curious what's it. I did not do anything.

suspend any 3rd party addon, but not sure the way to nail down the issue.


🔐 Client Certificate Request Prompt

The website 3gw.inet.co.th is requesting that you identify yourself using a client certificate. 📄 Details of the Selected Certificate

   Certificate name: trust_8d4510b6-fb24-4718-8497-4dfe9c028c16
   Serial number: 00:B9:F1:2E:22:9A:6D:60:9E
   Validity period:
       Start: Feb 21, 2025, 11:53:14 AM GMT+8
       End: Feb 21, 2026, 11:53:14 PM GMT+8
   Issued to: CN=trust_8d4510b6-fb24-4718-8497-4dfe9c028c16
   Issued by: Same as above (self-issued or internally issued)
   Stored on: OS Client Cert Token (meaning it is stored in the system's certificate store)
   Email / Key usages: Not specified in this view

Asked by Lincky Lin prije 13 sati

mswsock.dll crashes when use Firefox to send a big base64 data

Hello, I have a web application that can send a base64 data, it crashes in mswsock.dll when data is big than 3Mo. I don't face this issue on other browsers. Appreciate in… (pročitajte više)

Hello, I have a web application that can send a base64 data, it crashes in mswsock.dll when data is big than 3Mo. I don't face this issue on other browsers. Appreciate in advance your help.

Asked by Abderrahim Abderrahim. prije 15 sati

Slow & Poor Performance of Mozilla FireFox (v135) on RISC-V64

Hi Team, I’ve successfully built Firefox v135 from source on our internal development RISC-V64 platform running on Ubuntu 22.04 with GNOME 42.9 (Xorg & Wayland), Our… (pročitajte više)

Hi Team,

I’ve successfully built Firefox v135 from source on our internal development RISC-V64 platform running on Ubuntu 22.04 with GNOME 42.9 (Xorg & Wayland), Our RISC-V Development platform does include a GPU HW which support HW Acceleration for GNOME & other 3rd Apps (Supporting X & Wayland), and Work seamlessly without any issues.


The FireFox v135 Application (via ./mach run) starts up normally. But the major issue I'm observing is that Firefox browser is very slow and laggy, especially during search operations and video playback on YouTube I see a poor performance. Upon further check I found that the most of the work is getting done over the CPU and the utilization is quite high, which is causing the FireFox to perform poorly. I also did try to switching to "Use hardware acceleration when available" in the Mozilla FireFox Settings, but still there is no difference with or without this check and Mozilla FireFox browsing Experience is very poor.

Kindly do let me know how we can enhance and improve the overall performance of FireFox Browsing Experience on my RISC-V platform. Any Support and Help is highly appreciative!

Attached a Build Steps and Configuration used for building Mozilla FireFox v135 on my RISC-V64 platform, let us know if there is anything missed. Thank you!


**BUILD STEPS**


1. Clone the Firefox source (v135.0.1):

git clone --branch FIREFOX_135_0_1_RELEASE --single-branch --depth 1 https://github.com/mozilla-firefox/firefox.git cd firefox

2. Install required dependencies:

sudo apt-get update sudo apt-get install -y curl python3-dev libnspr4 libgtk-3-dev llvm-14 llvm-dev clang libclang-dev libx11-xcb-dev libevent-dev libdbus-glib-1-dev m4 libnspr4-dev meson

3. Install Rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source $HOME/.cargo/env

4. Install Python and Rust-related tools:

pip install --upgrade pip pip install uniffi-bindgen referencing==0.29.1 cargo install cbindgen

5. Apply the RISC-V compatibility patch:

patch -Np1 -i firefox-riscv64-hack.patch

6. Create the mozconfig file with custom build options:

ac_add_options --with-app-name=firefox ac_add_options --disable-release ac_add_options --enable-hardening ac_add_options --enable-rust-simd ac_add_options --enable-linker=bfd ac_add_options --disable-bootstrap ac_add_options --enable-official-branding ac_add_options --with-branding=browser/branding/official ac_add_options --enable-update-channel=release ac_add_options --with-unsigned-addon-scopes=app,system ac_add_options --allow-addon-sideload ac_add_options --enable-default-toolkit=cairo-gtk3-wayland ac_add_options --with-system-zlib ac_add_options --disable-strip ac_add_options --disable-install-strip ac_add_options --enable-system-ffi ac_add_options --with-system-libevent ac_add_options --with-system-nspr

  1. ac_add_options --with-system-nss

ac_add_options --disable-updater ac_add_options --disable-tests ac_add_options --enable-alsa ac_add_options --without-wasm-sandboxed-libraries

7. Vendor Rust dependencies:

./mach vendor rust --ignore-modified

8. Upgrade Cairo from 1.16.0 to 1.18.4:

  1. Extract and build Cairo 1.18.4

tar -xvf cairo-1.18.4.tar.xz cd cairo-1.18.4 mkdir build && cd build meson .. --prefix=/usr/local ninja sudo meson install

9. Build Firefox:

cd firefox ./mach build


Regards, Saiteja.

Asked by Sai Teja prije 15 sati