Closed
Bug 1547306
Opened 6 years ago
Closed 6 years ago
Move per-source breakpoint data from breakpoint to source reducer
Categories
(DevTools :: Debugger, task, P2)
DevTools
Debugger
Tracking
(firefox68 fixed)
RESOLVED
FIXED
Firefox 68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: loganfsmyth, Assigned: loganfsmyth)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Having the per-source breakpoint data in the breakpoint reducer doesn't seem like a good place for it because it is per-source. It should be moved to the Source reducer.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D29021
Pushed by lsmyth@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bd3fbaa08b56
Part 1: Split getSelectedLocation into its own file to avoid dependency cycle. r=jlast
https://hg.mozilla.org/integration/autoland/rev/6702864a9169
Part 2: Move breakpointPosition data to be part of the source reducer. r=jlast
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bd3fbaa08b56
https://hg.mozilla.org/mozilla-central/rev/6702864a9169
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
You need to log in
before you can comment on or make changes to this bug.
Description
•