Remove the cd command
Categories
(DevTools :: Console, task, P3)
Tracking
(Fission Milestone:M7, firefox86 fixed)
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Depends on 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: dt-fission-m3-mvp)
Attachments
(1 file)
Once the context picker is added to the console UI, there's no reason to support the cd command anymore
Comment 1•1 year ago
|
||
Tracking DevTools bugs for Fission Nightly (M6) milestone
Comment 2•1 year ago
|
||
Looks like the docs under https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Helpers need to be updated once this command got removed.
Sebastian
Comment 3•1 year ago
|
||
Should this be blocked on enabling the context selector in both Browser Toolbox and Content Toolbox in all channels?
| Assignee | ||
Comment 4•1 year ago
|
||
(In reply to Julian Descottes [:jdescottes] from comment #3)
Should this be blocked on enabling the context selector in both Browser Toolbox and Content Toolbox in all channels?
Yes.
I even wonder if we shouldn't block on "create target for every frame"; the cd command would change the context if you cd'd in a same-origin iframe. I'm not sure we have a clear plan for such thing yet?
Comment 5•1 year ago
|
||
Tracking dt-fission-m2-mvp bugs for Fission Nightly milestone (M6c)
| Assignee | ||
Updated•1 year ago
|
Updated•10 months ago
|
Updated•6 months ago
|
| Assignee | ||
Comment 6•5 months ago
|
||
The command is removed and the test that were using it
are either removed or updated.
Updated•5 months ago
|
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/fe0357d59bfd [devtools] Remove webconsole cd command. r=ladybenko.
Comment 8•4 months ago
|
||
| bugherder | ||
Comment 9•4 months ago
|
||
FYI this has been documented for FF86. Primarily that means removal of the cd command from the "Web console helper" doc and the JavaScript interpreter doc, and addition of a release note.
Full details of docs changes can be found in mdn/content#1729
Updated•3 months ago
|
Comment 10•3 months ago
|
||
This completed dt-fission-m3-mvp bug should have Fission Milestone M7 Beta.
Description
•