Showing questions for topic:

changing default browser to Google on Android phone

Dear All, I would be most grateful of any answers to my question, please. I currently have an Android mobile phone, and I use Firefox for Android as my main browser. Coul… (మరింత చదవండి)

Dear All,

I would be most grateful of any answers to my question, please.

I currently have an Android mobile phone, and I use Firefox for Android as my main browser.

Could anyone please tell me how I could change from Firefox for Android to Google, please?

I have tried to change the default browser, but am met with a screen saying Firefox.

I have been asked by my employer to process a form of ID, and it only works with Safari and Google. Safari is obviously out, but how to set Google as my default, please?

Marek

Open

What is the connection between Mozilla, Thunderbird and Firefox please?

As an 80 year old female gifted with good health, fairly intelligent and a competent driver still able to work I have always struggled with 'AI' as I spent 19 years as an… (మరింత చదవండి)

As an 80 year old female gifted with good health, fairly intelligent and a competent driver still able to work I have always struggled with 'AI' as I spent 19 years as an artificial inseminator of cows when computers were only just being invented! I cannot remember how I joined and am happy to pay to continue although I have limited means. Could a human advise me please............

Open 2

Firefox is not working properly on my device.

Hello, I am having a problem with Firefox on my Android phone. Firefox is not working properly. Please help me fix this issue and let me know what steps I should follow. … (మరింత చదవండి)

Hello, I am having a problem with Firefox on my Android phone. Firefox is not working properly. Please help me fix this issue and let me know what steps I should follow. Thank you.

Open 1

Mi pregunta es: ¿Cómo puedo navegar correctamente por Internet usando un navegador web?

Necesito ayuda para resolver un problema al navegar por Internet. Por favor, indíquenme los pasos que debo seguir, qué información necesitan de mi navegador y cómo puedo … (మరింత చదవండి)

Necesito ayuda para resolver un problema al navegar por Internet. Por favor, indíquenme los pasos que debo seguir, qué información necesitan de mi navegador y cómo puedo obtenerla de forma segura, respetando las normas y directrices de la plataforma.

Solved 1

see no way send

Bugzilla Report Package Product: Developer Tools Component: General / Debugger Title: [Source Map Loader] Worker crash due to unhandled JSON.parse error on non-JSON/HTML … (మరింత చదవండి)

Bugzilla Report Package

Product: Developer Tools

Component: General / Debugger

Title: [Source Map Loader] Worker crash due to unhandled JSON.parse error on non-JSON/HTML responses in fetchSourceMap.js

Description:

When fetching source maps in a worker context, fetchSourceMap.js occasionally encounters an unexpected non-JSON response (such as an HTML error page or 404 response starting with ). This causes an unhandled JSON.parse exception at line 83 (_fetch), crashing the source map consumer.

Stack Trace: Plaintext

Source map error: Error: JSON.parse: unexpected character at line 1 column 1 of the JSON data Stack in the worker: parseSourceMapInput@resource://devtools/client/shared/vendor/source-map/lib/util.js:163:15 _factory@resource://devtools/client/shared/vendor/source-map/lib/source-map-consumer.js:1069:22 SourceMapConsumer@resource://devtools/client/shared/vendor/source-map/lib/source-map-consumer.js:26:12 _fetch@resource://devtools/client/shared/source-map-loader/utils/fetchSourceMap.js:83:19

Proposed Patch (fetchSourceMap.js - Line 83): JavaScript

// Replace direct unhandled parse at line 83 with safe parsing: const sourceMap = (() => {

 try {
   const trimmed = responseText ? responseText.trim() : "";
   if (trimmed.startsWith("<") || trimmed.startsWith("

})();

Locked 2