HIde pinned tabs problem

I was set up, in myuserchrome.css, to hide my pinned tabs on the tab bar, allowing them to still be available in the "List all tabs" menu, see first image .tabbrowser-ta… (மேலும் படிக்க)

I was set up, in myuserchrome.css, to hide my pinned tabs on the tab bar, allowing them to still be available in the "List all tabs" menu, see first image

.tabbrowser-tab[pinned="true"] { display: none !important;}

All of a sudden, it reverted back

That first image, with the hidden tabs, is actually from Librewolf, with has the identical setting.

Asked by noel_envode 6 நாட்கள் முன்பு

Last reply by noel_envode 2 நாட்கள் முன்பு

ServiceWorker won't register and crash with TypeError when using import

Hello all, I'm building a website which uses a `ServiceWorker`. This worker uses `import` to load another JS module. As far as I understand, this should be possible star… (மேலும் படிக்க)

Hello all,

I'm building a website which uses a `ServiceWorker`. This worker uses `import` to load another JS module. As far as I understand, this should be possible starting Firefox 114 (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#browser_compatibility). However, it's crashing with an `TypeError: ServiceWorker script at https://localhost:9292/sw.js for scope https://localhost:9292/ threw an exception during script evaluation`. The worker script is loaded as module using `navigator.serviceWorker.register('./sw.js', { type: "module" })`, and working on Safari and Chrome as expected. When I remove the `import`, the worker loads and works. Tested on Firefox 118, 119, 120.

Here is a full sample: https://gist.github.com/fnordfish/9b38b90fba54093ee601887a3bd3e11e

I can't find any related bug in Bugzilla or anywhere else. Which makes me wonder what I am missing.

PS: Non module `importScripts` work.

Asked by Robert 6 நாட்கள் முன்பு

Requesting access to the memory dump from my Firefox Nightly crash.

Very recently, I was typing a ton of content into a website textarea, when my Firefox Nightly install crashed. I lost all of this work from hours. Is there any way to g… (மேலும் படிக்க)

Very recently, I was typing a ton of content into a website textarea, when my Firefox Nightly install crashed. I lost all of this work from hours. Is there any way to get access to this data?

Asked by michaelfgarofalo 6 நாட்கள் முன்பு