Closed
Bug 1839192
Opened 2 years ago
Closed 2 years ago
Assume that pause object always comes with a frame attribute
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox116 fixed)
RESOLVED
FIXED
116 Branch
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(2 files)
...which happens to be the case!
Also clarify what are the precise set of attributes available on pause object.
And fix a small things around frame objects, where we might duplicate frame objects when they aren't mapped.
| Assignee | ||
Comment 1•2 years ago
|
||
Which is the case. The thread state resource is always emited with a related top frame actor.
Also clarify where does pausedInfo comes from.
Updated•2 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f9bf54a6babe
[devtools] Assume that pause always comes with a frame attribute. r=devtools-reviewers,bomsy
https://hg.mozilla.org/integration/autoland/rev/884bef02aff6
[devtools] Avoid instantiating new frame objects when its location isn't mapped. r=devtools-reviewers,bomsy
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f9bf54a6babe
https://hg.mozilla.org/mozilla-central/rev/884bef02aff6
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•