Closed
Bug 1257588
Opened 7 years ago
Closed 7 years ago
Don't ignore self-hosted frames when getting a saved frame's async cause
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: till, Assigned: till)
References
Details
Attachments
(1 file)
1.91 KB,
patch
|
fitzgen
:
review+
|
Details | Diff | Splinter Review |
When getting a SavedFrame's async cause, it doesn't make much sense to ignore self-hosted frames. It also happens to break getting Promises' async cause with the new implementation, so let's not do it.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8731770 -
Flags: review?(nfitzgerald)
Updated•7 years ago
|
Attachment #8731770 -
Flags: review?(nfitzgerald) → review+
Assignee | ||
Comment 2•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/9c64ec689d29022d8a5e9b876d91e5d901122430 Bug 1257588 - Don't ignore self-hosted frames when getting a saved frame's async cause. r=fitzgen
Comment 3•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9c64ec689d29
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•