Closed
Bug 1830319
Opened 2 years ago
Closed 2 years ago
Ignore blackboxed sources when tracing javascript
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox115 fixed)
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
The JavaScript tracer introduced in bug 1803616 currently doesn't consider blackboxing information. We should avoid logging javascript frames related to sources currently ignored by the debugger.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e72a948564df
[devtools] Avoid logging frames of blackboxed sources. r=devtools-reviewers,bomsy
Comment 3•2 years ago
|
||
Backed out for causing mochitest failures in devtools/client/debugger/test/mochitest/browser_dbg-javascript-tracer.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/5dec304d7876a1c8c9732b1621e4f4ca8b5cbadf
Flags: needinfo?(poirot.alex)
Assignee | ||
Comment 4•2 years ago
|
||
Oops this required a small tweak to acknowledge a recent change made to blackbox redux actions.
Flags: needinfo?(poirot.alex)
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/62292cc71831
[devtools] Avoid logging frames of blackboxed sources. r=devtools-reviewers,bomsy
Comment 6•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•