Closed
Bug 1748222
Opened 3 years ago
Closed 3 years ago
[meta] Remove dependency on complex resource layer
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox101 fixed)
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: bomsy, Assigned: ochameau)
References
Details
(Keywords: meta)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The debugger depends on this really complex resource logic
https://searchfox.org/mozilla-central/source/devtools/client/debugger/src/utils/resource
They are really complex and not easy to understand and maintain. Most of the selectors can be rewritten with builtin js constructs.
They seem to providing some layer of caching, but not sure its worth the complexity.
Assignee | ||
Comment 1•3 years ago
|
||
This has been mostly replaced by Redux's createSelector and its resultEqualityCheck
argument.
Updated•3 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2205ec2e9631
[devtools] Remove debugger's Resource API. r=bomsy
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•