Closed
Bug 1532567
Opened 6 years ago
Closed 6 years ago
Remove uses of `threadClient.eval`
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox67 fixed)
RESOLVED
FIXED
Firefox 67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: yulia, Assigned: yulia)
References
Details
(Whiteboard: dt-fission)
Attachments
(1 file)
ThreadClient has a method, eval
which is no longer used anywhere but tests https://searchfox.org/mozilla-central/search?q=client.eval%28&path=devtools
It should be removed in favor of evaluateJSAsync, which is used in the codebase
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Priority: -- → P3
Pushed by ystartsev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/252240cd6878
remove unused eval method from threadClient and threadActor; r=bhackett
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
You need to log in
before you can comment on or make changes to this bug.
Description
•