Closed
Bug 1803508
Opened 3 years ago
Closed 3 years ago
Generating console stubs is broken
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(firefox-esr102 unaffected, firefox107 unaffected, firefox108 unaffected, firefox109 fixed)
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox107 | --- | unaffected |
firefox108 | --- | unaffected |
firefox109 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1541508 changed the calls to writeStubsToFile
, but not the function signature
Assignee | ||
Comment 1•3 years ago
|
||
All calls to writeStubsToFile
were updated, but not the function signature itself,
which we do in this patch.
We also take this as an opportunity to fix the require calls in the stub file template.
Updated•3 years ago
|
Keywords: regression
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1541508
status-firefox107:
--- → unaffected
status-firefox108:
--- → unaffected
status-firefox109:
--- → affected
status-firefox-esr102:
--- → unaffected
Assignee | ||
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e6503ac97b27
[devtools] Fix console stubs generation. r=jdescottes
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•