Toggling map scopes on after pause is broken
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(firefox-esr102 unaffected, firefox-esr115 unaffected, firefox117 fixed, firefox118 fixed, firefox119 fixed)
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox117 | --- | fixed |
firefox118 | --- | fixed |
firefox119 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [devtools:relnote])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-release+
|
Details | Review |
STR
- Go to http://janodvarko.cz/tests/bugzilla/1759817/
- Open the debugger
- Make sure the map scopes is turned off
- Click the
Click Me
button, this should cause the debugger to pause on line 11 in App.js - In the scopes panel check the map scopes button to toggle map scopes
BUG
This shows in the browser console TypeError: can't access property "includes", frameId is undefined
Also hovering over the sum
function still shows undefined
Assignee | ||
Comment 2•1 years ago
|
||
Updated•1 years ago
|
Assignee | ||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
This bug has been marked as a regression. Setting status flag for Nightly to affected
.
Comment 4•1 year ago
|
||
:bomsy do you know the regressor, is it bug 1822310?
Assignee | ||
Comment 5•1 year ago
|
||
Hi Donal, Yeah that's the regressor.
Comment 6•1 year ago
|
||
Set release status flags based on info from the regressing bug 1822310
Comment 8•1 year ago
|
||
Backed out changeset 9125d5c558ea (Bug 1849987) for causing dt failures at browser_dbg-sourcemapped-toggle.js
Backout: https://hg.mozilla.org/integration/autoland/rev/cd841f05f1287fd18e123ee5166d4523b92d1aa4
Failure log: https://treeherder.mozilla.org/logviewer?job_id=427563293&repo=autoland&lineNumber=15797
Comment 10•1 year ago
|
||
bugherder |
Comment 11•1 year ago
|
||
:bomsy please add a beta uplift request on this when ready.
Do you want to add release uplift request too, if it's safe to include in a dot release?
Assignee | ||
Comment 12•1 year ago
|
||
Comment on attachment 9350133 [details]
Bug 1849987 - [devtools] Pass selectedFrame to getGeneratedFrameScope instead of currentThread r=#devtools-reviewers
Beta/Release Uplift Approval Request
- User impact if declined: Developers will likely see wrong scope information in some locations for sourcemapped files
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Small javascript fix to pass the selected frame rather than the current thread
- String changes made/needed:
- Is Android affected?: Unknown
Comment 13•1 year ago
|
||
Comment on attachment 9350133 [details]
Bug 1849987 - [devtools] Pass selectedFrame to getGeneratedFrameScope instead of currentThread r=#devtools-reviewers
Approved for 118.0b5, thanks.
Comment 14•1 year ago
|
||
uplift |
Comment 15•1 year ago
|
||
bugherder uplift |
Updated•1 year ago
|
Comment 16•1 year ago
|
||
Comment on attachment 9350133 [details]
Bug 1849987 - [devtools] Pass selectedFrame to getGeneratedFrameScope instead of currentThread r=#devtools-reviewers
Approved for 117.0.1
Comment 17•1 year ago
|
||
uplift |
Updated•1 year ago
|
Updated•1 year ago
|
Description
•