The latest firefox break extension popup window
Categories
(WebExtensions :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: me, Unassigned, NeedInfo)
Details
Attachments
(2 files)
Steps to reproduce:
Installed session boss (https://addons.mozilla.org/zh-CN/firefox/addon/session-boss/). The popup window works fine until 134.0. It became an empty page in Firefox 134.0, but got fixed with 134.0.2. However, upgrading to 135 break it again.
Actual results:
Click on the session boss icon, and the popup window is just an empty box.
I checked the browser console and found following logs:
sessionboss:appcfg - "Current loging level: WARN" logger.js:52:35
sessionboss:popup - {
"error": "Error",
"msg": "Contextual identities are currently disabled",
"file": "undefined",
"line": "",
"stack": ""
} logger.js:49:55
reverting back to 134.0.2 can fix this issue.
Expected results:
The popup window shall work fine in the latest version as well.
Comment 1•1 month ago
|
||
Could you try running mozregression to help to identify the issue?
https://mozilla.github.io/mozregression/quickstart.html
Comment 2•1 month ago
|
||
I could not reproduce the issue on the latest Nightly (137.0a1/20250210213927), Beta (136.0b4/20250210091604) and Release (135.0/20250130195129) under Windows 10 and Ubuntu 24.04 LTS.
I tried both by having the extension installed and then updating the browsers, and by installing the extension on the latest updated versions of the browsers, then opening the popup window. In both cases, though I did not have any sessions saved in the extension, the popup was not blank – it showed a chat bubble icon and a “No session saved yet. Click on Save All to save a session.” message. See screenshot.
Comment 3•1 month ago
|
||
Description
•