Closed
Bug 1736366
Opened 4 years ago
Closed 3 years ago
Remove the getBreakpointSources selector dependency on makeShallowQuery
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox96 fixed)
RESOLVED
FIXED
96 Branch
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
Details
Attachments
(1 file)
The getBreakpointSources selector depends on makeShallowQuery. They are really complex and not easy to understand and maintain. Lets take steps to remove this dependency.
All other usages of makeShallowQuery
https://searchfox.org/mozilla-central/search?q=makeShallowQuery&path=&case=true®exp=false
| Assignee | ||
Comment 1•4 years ago
|
||
Depends on D125933
Updated•4 years ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4191c68c7655
[devtools] Refactor the getBreakpointSources selector to no longer use makeShallowQuery r=ochameau
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
| Assignee | ||
Updated•3 years ago
|
Blocks: 1748222
Summary: Refactor from using complex resource selector logic → Remove the getBreakpointSources selector dependency on makeShallowQuery
You need to log in
before you can comment on or make changes to this bug.
Description
•