Closed
Bug 1748631
Opened 3 years ago
Closed 3 years ago
Cleanup/Refactor inspector node event listeners info server code
Categories
(DevTools :: Inspector, task)
DevTools
Inspector
Tracking
(firefox97 fixed)
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
There are a few things that could be improved in event-collector.js
to make the code easier to follow.
Assignee | ||
Comment 1•3 years ago
|
||
- Remove
NodeActor#getEventListeners
which was simply a proxy toEventCollector#getEventListeners
- Change signature of
EventCollector#processHandlerForEvent
to make code easier to follow
Depends on D135127
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4d39b3b5f84c
[devtools] Refactor Node event listeners server codepath. r=ochameau.
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•