Open
Bug 1342047
Opened 8 years ago
Updated 8 months ago
Only record Promise debugging information if the devtools are open (or an option to always do it is set)
Categories
(Core :: JavaScript: Standard Library, defect, P5)
Core
JavaScript: Standard Library
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox54 | --- | affected |
People
(Reporter: till, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
We currently always record a few items of debug information when promises are created or resolved, such as timestamps and stacks. Bug 1280819 will help with the latter, but we should also only do the former if the devtools are open.
Changing this probably requires changing a few tests, and fixing the devtools to deal with missing information. (Note that we don't really do anything user-exposed with this information yet, so that part shouldn't be too bad.)
Updated•7 years ago
|
Priority: -- → P5
Summary: Only record Promise debbuging information if the devtools are open (or an option to always do it is set) → Only record Promise debugging information if the devtools are open (or an option to always do it is set)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•