Closed
Bug 1221488
Opened 10 years ago
Closed 7 years ago
Implement runAt:server-parent in GCLI
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
DevTools Graveyard
Graphic Commandline and Toolbar
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: pbro, Unassigned)
Details
More information in bug 1142292 comment 10 and 11.
tl;dr;
Some of the things we want to do in glci commands (like getting cookies) can only run on the server (on the remote device for instance) *and* in the parent process.
runAt:server makes commands run in the child process.
This is a proposal to implement runAt:server-parent
Blocks: 1249934
Blocks: 1233780
:jwalker, should we have someone working on this actively? I believe at least two commands are broken (see blocking bugs) in 46 and later due to the new "unsafe CPOW" blocking, and it seems like this feature would be needed to fix them.
Flags: needinfo?(jwalker)
No longer blocks: 1249934
No longer blocks: 1233780
It looks like this is no longer urgent. I was able to fix the "unsafe CPOW" bugs without this feature.
It would still be needed for e.g. cookies if we want to use them for remote targets.
Flags: needinfo?(jwalker)
Is this bug ever going to get fixed? It's still not possible to view/edit cookies from/in GCLI (tells me to check this bug)
Updated•8 years ago
|
Product: Firefox → DevTools
Comment 4•7 years ago
|
||
Per bug 1491875, this component has been closed, and the affected code is being removed from Firefox. Closing this bug as incomplete.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
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
•