Closed
Bug 1686184
Opened 4 years ago
Closed 4 years ago
Cleanup webreplay leftover in inspector/inspector.js
Categories
(DevTools :: Inspector, task, P3)
DevTools
Inspector
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(1 file)
Some webreplay bits are still in the inspector.js code:
https://searchfox.org/mozilla-central/rev/31ddf859c57e812878a5f817e4097efb06de4d97/devtools/client/inspector/inspector.js#1649-1650
this.currentTarget.threadFront.off("paused", this.handleThreadPaused);
this.currentTarget.threadFront.off("resumed", this.handleThreadResumed);
Can be removed.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d8b10014fae3
[devtools] Cleanup webreplay leftover in inspector/inspector.js r=nchevobbe
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•