Closed
Bug 636731
Opened 14 years ago
Closed 13 years ago
Add GCLI commands for Workspaces
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 683513
People
(Reporter: dangoor, Assigned: msucan)
References
Details
(Whiteboard: [workspaces])
We should be able to control Workspaces via Cockpit. Initial set of commands I can think of (feel free to add/remove/adjust as makes sense):
* open workspace
* load file into workspace
* select range of lines
* object view for that range of lines ("inspect?" overloaded word?)
* evaluate that range of lines
* close the workspace (what if there are multiple?)
Note also that I think in addition to a selected DOM node notion, I think we also want a selected object. it would be good to evaluate code in the workspace and then be able to do another operation on that same object.
Comment 1•14 years ago
|
||
The command line history is going to contain a list of typed return values.
I wonder if we might have a similar thing here which is a typed list of selected objects?
Reporter | ||
Updated•14 years ago
|
Summary: Add Cockpit commands for Workspaces → Add GCLI commands for Workspaces
Updated•14 years ago
|
Blocks: GCLI-ENABLE
Comment 3•13 years ago
|
||
Copying important comments to other bug
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Comment 4•13 years ago
|
||
Moving GCLI bugs to Developer Tools: Console. Filter on 'baked beans are off'.
Component: Developer Tools → Developer Tools: Console
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•