Closed
Bug 1895563
Opened 7 months ago
Closed 5 months ago
Uncaught SyntaxError: redeclaration of let nsContextMenu
Categories
(Firefox :: Menus, defect)
Firefox
Menus
Tracking
()
RESOLVED
FIXED
129 Branch
People
(Reporter: niklas, Assigned: niklas)
References
(Blocks 1 open bug, Regressed 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STR:
- Run firefox (Do not open a context menu)
- Open browser console or browser toolbox to the console
- Execute
nsContextMenu
AR:
Uncaught SyntaxError: redeclaration of let nsContextMenu
ER:
We should not throw an error
This has something to do with loading a class instead of an object with defineLazyScriptGetter
Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → nbaumgardner
Status: NEW → ASSIGNED
Comment 2•7 months ago
|
||
Set release status flags based on info from the regressing bug 1589328
status-firefox125:
--- → affected
status-firefox126:
--- → affected
status-firefox127:
--- → affected
status-firefox-esr115:
--- → affected
Updated•7 months ago
|
Comment 3•7 months ago
|
||
Set release status flags based on info from the regressing bug 1589328
status-firefox128:
--- → affected
Updated•7 months ago
|
Attachment #9400536 -
Attachment description: Bug 1895563 - Change how nsContextMenu is defined as a class. r=mconley → WIP: Bug 1895563 - Change how nsContextMenu is defined as a class. r=mconley
Updated•7 months ago
|
Updated•6 months ago
|
Attachment #9400536 -
Attachment description: WIP: Bug 1895563 - Change how nsContextMenu is defined as a class. r=mconley → Bug 1895563 - Change how nsContextMenu is defined as a class. r=mconley
Updated•6 months ago
|
Updated•6 months ago
|
Attachment #9400536 -
Attachment description: Bug 1895563 - Change how nsContextMenu is defined as a class. r=mconley → Bug 1895563 - Update nsContextMenu to a system module. r=mconley
Pushed by nbaumgardner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6422d527327d
Update nsContextMenu to a system module. r=Gijs,frontend-codestyle-reviewers,Standard8
Comment 5•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Updated•5 months ago
|
status-firefox-esr128:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•