Closed
Bug 1032785
Opened 11 years ago
Closed 9 years ago
GCLI should allow commands to select whether they run on server or client
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
DevTools Graveyard
Graphic Commandline and Toolbar
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwalker, Unassigned)
References
Details
Currently they're client only. But it wouldn't be hard to allow them to say:
{
name: "somecommand",
runon: "server",
exec: function() {
// This code runs in a page process
}
}
Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•