Closed
Bug 1950654
Opened 9 months ago
Closed 8 months ago
Selecting a pretty printed location from the source tree selects the non-pretty-printed version
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(firefox138 fixed)
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(2 files)
When selecting any pretty printed source from the source tree,
the non-pretty-printed version would be selected instead of the pretty printed one.
Probably related to https://phabricator.services.mozilla.com/D236264 which I ran into while looking at bug 1917012.
| Assignee | ||
Updated•9 months ago
|
Blocks: devtools-webcompat-team
| Assignee | ||
Comment 1•9 months ago
|
||
This new version doesn't expect a position in the source tree and only a file name.
This should help cover source selection from the Source Tree.
| Assignee | ||
Comment 2•9 months ago
|
||
Add a space on math.min.js in order to ensure that the first line of the minimized source doesn't map
to a pretty printed location.
Updated•9 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Updated•8 months ago
|
Severity: -- → S3
Priority: -- → P2
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/958da5e1f0c8
[devtools] Expose a simpler selectSourceFromSourceTree test helper. r=devtools-reviewers,bomsy
https://hg.mozilla.org/integration/autoland/rev/3a02c32ac242
[devtools] Allow selecting the pretty printed source when selecting a source from the source tree. r=devtools-reviewers,bomsy
Comment 4•8 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/958da5e1f0c8
https://hg.mozilla.org/mozilla-central/rev/3a02c32ac242
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•