Remove Legacy Debugger Code from devtools/client/shared/sourceeditor/debugger.js
Categories
(DevTools :: Debugger, task, P3)
Tracking
(firefox80 fixed)
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: davidwalsh, Assigned: varundey20)
References
Details
(Keywords: good-first-bug, helpwanted)
Attachments
(2 files, 3 obsolete files)
As mentioned by Jason, the following code is probably no longer necessary in MC:
https://searchfox.org/mozilla-central/source/devtools/client/shared/sourceeditor/debugger.js#34-221
We should remove and run tests to ensure everything is still working properly.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Hey,
I would like to work on it. Can you please assign it to me?
Comment 2•6 years ago
|
||
(In reply to Paarmita Bhargava from comment #1)
Hello Jason! If you don't assign this bug to Paarmita, could you asign it to me? Thank you
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Thanks Helena for your interest, I'll look for another good issue
Comment 4•6 years ago
|
||
Helena, this might be a good issue - https://bugzilla.mozilla.org/show_bug.cgi?id=1463427
Comment 5•6 years ago
|
||
Hi, Jason I noticed this bug was assigned a couple of days ago but there hasn't been any activity on it.
Would it be an issue if I work on it? Thanks.
Comment 6•6 years ago
|
||
Hey Erik, I was working on it.
Comment 7•6 years ago
|
||
(In reply to Jason Laster [:jlast] from comment #4)
Helena, this might be a good issue - https://bugzilla.mozilla.org/show_bug.cgi?id=1463427
Hey Jason, I see you already assigned the bug to my colleague Erik. Could you suggest me another one? Thanks!
Comment 8•6 years ago
|
||
Updated•6 years ago
|
Comment 9•6 years ago
|
||
Parrmita, are you still interested in working on this?
Comment 10•6 years ago
|
||
Hi Jason, Can I take this bug?
Comment 11•6 years ago
|
||
I checked and it seems that devtools/client/shared/sourceeditor/debugger.js
is not used anywhere anymore. So I deleted as you suggested in https://phabricator.services.mozilla.com/D22354
Are there any test that needs to be deleted?
Assignee | ||
Comment 12•5 years ago
|
||
Hey Jason, this seems like inactive. Can I take this up?
Comment 13•5 years ago
|
||
Hello Varun, Armando, sagudev, are you still interested by this bug? I'll assign the bug to the first person to answer :)
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 14•5 years ago
|
||
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #13)
Hello Varun, Armando, sagudev, are you still interested by this bug? I'll assign the bug to the first person to answer :)
Im interested in taking it up.
Comment 15•5 years ago
|
||
Great, it's now yours :)
If it's your first bug, you might want to read this https://firefox-source-docs.mozilla.org/devtools/getting-started/README.html to setup the work environment.
Make sure to select "Artifact builds" when asked as it speeds up the workflow quite a bit :)
Also, you can come and chat on Matrix https://chat.mozilla.org/#/room/#devtools:mozilla.org
Assignee | ||
Comment 16•5 years ago
|
||
So I tried removing the selected lines but there is a dangling curly brace at https://searchfox.org/mozilla-central/source/devtools/client/shared/sourceeditor/debugger.js#231. Not sure if I should remove this curly brace or move the https://searchfox.org/mozilla-central/source/devtools/client/shared/sourceeditor/debugger.js#222-230 inside a function
Comment 17•5 years ago
|
||
(In reply to Varun [he/him IST] from comment #16)
So I tried removing the selected lines but there is a dangling curly brace at https://searchfox.org/mozilla-central/source/devtools/client/shared/sourceeditor/debugger.js#231. Not sure if I should remove this curly brace or move the https://searchfox.org/mozilla-central/source/devtools/client/shared/sourceeditor/debugger.js#222-230 inside a function
The file is never used (https://searchfox.org/mozilla-central/search?q=sourceeditor%2Fdebugger&path=&case=true®exp=false), so we can remove it :)
Make sure to remove the reference in https://searchfox.org/mozilla-central/source/devtools/client/shared/sourceeditor/moz.build
Assignee | ||
Comment 18•5 years ago
|
||
Assignee | ||
Comment 19•5 years ago
|
||
Depends on D84562
Assignee | ||
Comment 20•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 21•5 years ago
|
||
Comment 22•5 years ago
|
||
bugherder |
Description
•