Closed
Bug 1538349
Opened 6 years ago
Closed 6 years ago
Allow nullptr for the script parameter in AutoStructuredSpewer
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
Details
Attachments
(1 file)
It's useful to be able to use the AutoStructuredSpewer without necessarily having a script at that moment.
This means that channels using this fact will have less accurate filtering capabilities, but I think it's worth having the flexibility (having been using this for a while now)
| Assignee | ||
Comment 1•6 years ago
|
||
It's useful to be able to use the AutoStructuredSpewer without necessarily
having a script at that moment.
Channels that use this won't be able to filter by script.
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fcc4c4d2f130
Allow nullptr for the script parameter in AutoStructuredSpewer r=iain
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•