Closed
Bug 1691075
Opened 5 years ago
Closed 5 years ago
Fix "this is undefined" error in startup/worker.js
Categories
(DevTools :: Framework, defect, P1)
DevTools
Framework
Tracking
(firefox-esr78 unaffected, firefox85 unaffected, firefox86 wontfix, firefox87 fixed)
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox85 | --- | unaffected |
firefox86 | --- | wontfix |
firefox87 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Steps to reproduce
- Open Firefox, navigate to https://www.google.com/
- Open the Browser Toolbox, select the console
- In Firefox, open the regular toolbox, select the debugger
Actual results
we get the following error:
console.error: (new TypeError("can't access property "addEventListener", this is undefined", "resource://devtools/server/startup/worker.js", 24))
originating from https://searchfox.org/mozilla-central/rev/40205f1b55f1ba8a26fcbd362c20d843e8718a87/devtools/server/startup/worker.js#24
this code isn't covered by test, and was modified in Bug 1681888, which probably caused the regression
Updated•5 years ago
|
status-firefox85:
--- → unaffected
status-firefox86:
--- → affected
status-firefox87:
--- → affected
status-firefox-esr78:
--- → unaffected
Updated•5 years ago
|
Severity: -- → S3
Updated•5 years ago
|
Keywords: regression
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/07fff08a9467
[devtools] Fix error in startup/worker.js. r=bomsy.
![]() |
||
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
Updated•5 years ago
|
Updated•5 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•