Closed
Bug 1462399
Opened 6 years ago
Closed 6 years ago
Remove unused tool gcli commands
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, enhancement, P2)
DevTools Graveyard
Graphic Commandline and Toolbar
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: ochameau, Assigned: yulia)
References
Details
Attachments
(1 file)
Another good followup to bug 1461970 would be to remove all the gcli commands implemented by each tools that are not used:
https://searchfox.org/mozilla-central/search?q=commands%3A&case=false®exp=false&path=definitions.js
It looks like only eyedropper command, defined by:
https://searchfox.org/mozilla-central/source/devtools/client/inspector/inspector-commands.js#39-115
is still used.
Priority: -- → P2
Updated•6 years ago
|
Product: Firefox → DevTools
Assignee | ||
Comment 1•6 years ago
|
||
This patch removes remaining files and traces of GCLI panel commands.
Assignee | ||
Comment 2•6 years ago
|
||
This patch is blocked by 1447487, as the eyedropper is migrated from GCLI there.
This try run is to see if anything unexpected is failing: https://treeherder.mozilla.org/#/jobs?repo=try&revision=b523f81686ebff27d0b8f13f3319f6d8bba36809
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → ystartsev
Reporter | ||
Comment 3•6 years ago
|
||
Comment on attachment 9001991 [details]
Bug 1462399 - remove GCLI commands; r=ochameau
Alexandre Poirot [:ochameau] has approved the revision.
Attachment #9001991 -
Flags: review+
Pushed by ystartsev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/253b4b3b7055
remove GCLI commands; r=ochameau
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•