Land various tweaks in favor of a debugger tracer sidebar
Categories
(DevTools :: Debugger, enhancement)
Tracking
(firefox130 fixed)
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(4 files)
Assignee | ||
Comment 1•2 months ago
|
||
This will better highlight that's a generic class used to communicate live trace to devtools fronts via JSTRACE_* resources.
Updated•2 months ago
|
Assignee | ||
Comment 2•2 months ago
|
||
We need that in order to have functional links for sources without URL (like evals).
Assignee | ||
Comment 3•2 months ago
|
||
This will help use the same indexes for all the shared attributes.
Assignee | ||
Comment 4•2 months ago
|
||
The array may also be used by the debugger.
Pushed by apoirot@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/17873318ca4a [devtools] Rename console tracer class to resources. r=devtools-reviewers,nchevobbe https://hg.mozilla.org/integration/autoland/rev/d72f48618f38 [devtools] Pass source actor IDs instead of Debugger API Source.id. r=devtools-reviewers,nchevobbe https://hg.mozilla.org/integration/autoland/rev/53b5ad4055ed [devtools] Align events array with trace. r=devtools-reviewers,nchevobbe https://hg.mozilla.org/integration/autoland/rev/6f0fa044aa35 [devtools] Avoid mutation of the tracer frame array in the console. r=devtools-reviewers,nchevobbe
Comment 6•2 months ago
|
||
Backed out for causing talos perma failures @ jstracer/jstracer.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/a24487e4777dea7d506061dedcf8f6443dd51123
Failure log -> TEST-UNEXPECTED-FAIL | damp | jstracer/jstracer.js: Test timed out
Pushed by apoirot@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/42f1e1f1ceb7 [devtools] Rename console tracer class to resources. r=devtools-reviewers,nchevobbe https://hg.mozilla.org/integration/autoland/rev/60495f694ac0 [devtools] Pass source actor IDs instead of Debugger API Source.id. r=devtools-reviewers,nchevobbe https://hg.mozilla.org/integration/autoland/rev/cc75c837b71c [devtools] Align events array with trace. r=devtools-reviewers,nchevobbe https://hg.mozilla.org/integration/autoland/rev/7832bc78b5a7 [devtools] Avoid mutation of the tracer frame array in the console. r=devtools-reviewers,nchevobbe,perftest-reviewers,kshampur
Comment 8•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/42f1e1f1ceb7
https://hg.mozilla.org/mozilla-central/rev/60495f694ac0
https://hg.mozilla.org/mozilla-central/rev/cc75c837b71c
https://hg.mozilla.org/mozilla-central/rev/7832bc78b5a7
Assignee | ||
Updated•8 days ago
|
Description
•