Closed
Bug 1846760
Opened 1 year ago
Closed 1 year ago
Cleanup bindings handling for ":command"-style command
Categories
(DevTools :: Console, task)
DevTools
Console
Tracking
(firefox118 fixed)
RESOLVED
FIXED
118 Branch
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(3 files)
bug 1842701 will simplify the ":command"-style command handling not to use the debuggee.
the bindings handling can be simplified given the ":command" case doesn't use it.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•1 year ago
|
||
Depends on D185881
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D185882
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D185883
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/4c70be67a7a6
Part 1: Add dedicate-simplified path for ':command'. r=nchevobbe,devtools-reviewers
https://hg.mozilla.org/integration/autoland/rev/e847b4d9809e
Part 2: Move help shortcut "?" to evalWithDebugger. r=nchevobbe,devtools-reviewers
https://hg.mozilla.org/integration/autoland/rev/2788450bc067
Part 3: Move help shortcut "help" to evalWithDebugger. r=nchevobbe,devtools-reviewers
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4c70be67a7a6
https://hg.mozilla.org/mozilla-central/rev/e847b4d9809e
https://hg.mozilla.org/mozilla-central/rev/2788450bc067
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•