Closed
Bug 1529427
Opened 6 years ago
Closed 6 years ago
Refactor sources reducer so that all source actors are included
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox67 fixed)
RESOLVED
FIXED
Firefox 67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
Details
Attachments
(1 file)
We filtered the sources in newSources in release 126 to prevent source fields from being clobbered. We should remove that filter and refactor the sources reducer so it is readable and can safely update actors without clobbering fields.
Assignee | ||
Updated•6 years ago
|
Summary: Refactor sources actor so that all source actors are included → Refactor sources reducer so that all source actors are included
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0bf221eea049
Refactor sources reducer so that all source actors are included.
Comment 3•6 years ago
|
||
Backed out changeset 0bf221eea049 (bug 1529427) for perma failing browser_dbg-windowless-workers.js
push that caused the backout: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&selectedJob=229944309&revision=0bf221eea0496d0619684e073605032e30c76191
backout: https://hg.mozilla.org/integration/autoland/rev/74006e58ea467b3fd78d405ceb30df68a02acea8
Flags: needinfo?(jlaster)
Assignee | ||
Comment 4•6 years ago
|
||
looks like there was a merge conflict. I'll fix it up
Flags: needinfo?(jlaster)
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/901be6adcc2d
Refactor sources reducer so that all source actors are included.
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
Comment 7•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Assignee: nobody → jlaster
You need to log in
before you can comment on or make changes to this bug.
Description
•