Links to generated source in debugger's editor's footer doesn't work
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox-esr102 unaffected, firefox112 unaffected, firefox113 verified, firefox114 verified)
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox112 | --- | unaffected |
firefox113 | --- | verified |
firefox114 | --- | verified |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
STR:
- open any page with an original source
For example: http://techno-barje.fr/fission/sourcemap/ - select this original source
Example here, webpack > xhr_original.js - click on "(From xhr_bundle.js)" in the bottom right under the code editor
AR: No source is displayed, instead, the debugger shows the homepage with key shortcuts
ER: the xhr_xundle.js source is shown
Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Comment 2•7 months ago
|
||
Set release status flags based on info from the regressing bug 1815500
Pushed by apoirot@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/fd379235f7bf [devtools] Fix jumping to generated location from editor's footer. r=devtools-reviewers,nchevobbe
Comment 4•7 months ago
|
||
bugherder |
Comment 5•7 months ago
|
||
The patch landed in nightly and beta is affected.
:ochameau, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox113
towontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 6•7 months ago
|
||
Comment on attachment 9330044 [details]
Bug 1829744 - [devtools] Fix jumping to generated location from editor's footer.
Beta/Release Uplift Approval Request
- User impact if declined: The links to generated sources is broken (bottom right of debugger code editor when opening an original file)
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: See comment 0
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): The patch only impacts the debugger and fix a small miss in a previous refactoring.
- String changes made/needed: no
- Is Android affected?: No
Assignee | ||
Updated•7 months ago
|
Comment 7•7 months ago
|
||
Comment on attachment 9330044 [details]
Bug 1829744 - [devtools] Fix jumping to generated location from editor's footer.
Approved for 113.0b9.
Comment 8•7 months ago
|
||
bugherder uplift |
Updated•7 months ago
|
Comment 9•7 months ago
|
||
Verified as fixed on Windows 10 x64, macOS 11.6 and Ubuntu 20.04 x64.
Comment 10•7 months ago
|
||
Verified as fixed on Firefox 113.0b9 on Windows 10 x64, macOS 11.6 and on Ubuntu 20.04 x64.
Description
•