Closed
Bug 1142115
Opened 10 years ago
Closed 8 years ago
Clean up for/of loop in _addScript
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(firefox55 fixed)
RESOLVED
FIXED
Firefox 55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: jlong, Assigned: tromey)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
Right now we need to intentionally create a fresh binding inside of the for/of loop in _addScript because SpiderMonkey doesn't do that automatically for for/of yet. When bug 1101653 is fixed we should remove that fresh binding.
| Assignee | ||
Comment 1•9 years ago
|
||
I couldn't find whatever code this is referring to.
I imagine it's been refactored away.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•9 years ago
|
||
| Comment hidden (mozreview-request) |
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8873962 [details]
Bug 1142115 - remove for/of scoping workaround;
https://reviewboard.mozilla.org/r/145386/#review149324
Attachment #8873962 -
Flags: review+
Comment 6•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8873962 [details]
Bug 1142115 - remove for/of scoping workaround;
https://reviewboard.mozilla.org/r/145386/#review149334
Agree with jryans
Attachment #8873962 -
Flags: review?(bgrinstead) → review+
Pushed by ttromey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/64af9e5dd9e1
remove for/of scoping workaround; r=bgrins,jryans
Comment 8•8 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 9 years ago → 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•