Closed
Bug 1600204
Opened 5 years ago
Closed 5 years ago
[jsdbg2] Debugger.Frame should support .type and .constructing for suspended generator frames and remove .generator
Categories
(Core :: JavaScript Engine, enhancement, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: loganfsmyth, Assigned: loganfsmyth)
References
Details
Attachments
(7 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
These 2 are easy to support on suspended frames, so we might as well support them, and generator
is just duplicating logic implemented elsewhere.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → loganfsmyth
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D55231
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D55232
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D55233
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D55234
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D55235
Updated•5 years ago
|
Priority: -- → P2
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D55236
Pushed by loganfsmyth@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d70ec1e79887
Part 1: Support .type on suspended generator frames. r=jimb
https://hg.mozilla.org/integration/autoland/rev/73c33bf110d6
Part 2: Remove Debugger.Frame.prototype.generator since it is already on script. r=jimb
https://hg.mozilla.org/integration/autoland/rev/2828f072134e
Part 3: Support .constructing on suspended generator frames. r=jimb
https://hg.mozilla.org/integration/autoland/rev/39d1ae1352b3
Part 4: Remove documentation for unimplemented .depth property. r=jimb
https://hg.mozilla.org/integration/autoland/rev/ea1bb2f0fd39
Part 5: Support .environment on suspended generator frames. r=jimb
https://hg.mozilla.org/integration/autoland/rev/fa46d8caefde
Part 6: Support .older on suspended generator frames. r=jimb
https://hg.mozilla.org/integration/autoland/rev/31d14cf1975c
Part 7: Support .this on suspended generator frames. r=jimb
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d70ec1e79887
https://hg.mozilla.org/mozilla-central/rev/73c33bf110d6
https://hg.mozilla.org/mozilla-central/rev/2828f072134e
https://hg.mozilla.org/mozilla-central/rev/39d1ae1352b3
https://hg.mozilla.org/mozilla-central/rev/ea1bb2f0fd39
https://hg.mozilla.org/mozilla-central/rev/fa46d8caefde
https://hg.mozilla.org/mozilla-central/rev/31d14cf1975c
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•