Closed
Bug 1463672
Opened 7 years ago
Closed 7 years ago
Add history support in CodeMirror-JsTerm
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(firefox62 wontfix, firefox63 fixed)
RESOLVED
FIXED
Firefox 63
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Whiteboard: [boogaloo-mvp])
Attachments
(2 files)
Bug 983473 will land without the ability to navigate through the JsTerm history, so let's deal with it here.
Updated•7 years ago
|
Whiteboard: [boogaloo-mvp]
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Priority: P2 → P1
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
Nicolas, I am seeing collisions when applying the patch. Are any other patches required?
Honza
patching file devtools/client/webconsole/components/JSTerm.js
Hunk #1 FAILED at 208
Hunk #3 FAILED at 894
2 out of 3 hunks FAILED -- saving rejects to file devtools/client/webconsole/components/JSTerm.js.rej
patching file devtools/client/webconsole/test/mochitest/browser_jsterm_history.js
Hunk #1 FAILED at 10
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/webconsole/test/mochitest/browser_jsterm_history.js.rej
patching file devtools/client/webconsole/test/mochitest/browser_jsterm_history_arrow_keys.js
Hunk #1 FAILED at 13
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/webconsole/test/mochitest/browser_jsterm_history_arrow_keys.js.rej
patching file devtools/client/webconsole/test/mochitest/browser_jsterm_history_nav.js
Hunk #1 FAILED at 6
1 out of 2 hunks FAILED -- saving rejects to file devtools/client/webconsole/test/mochitest/browser_jsterm_history_nav.js.rej
patching file devtools/client/webconsole/test/mochitest/browser_jsterm_history_persist.js
Hunk #1 FAILED at 13
Hunk #2 FAILED at 95
2 out of 2 hunks FAILED -- saving rejects to file devtools/client/webconsole/test/mochitest/browser_jsterm_history_persist.js.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working directory
errors during apply, please fix and qrefresh new-history
Flags: needinfo?(nchevobbe)
Comment 3•7 years ago
|
||
I think it'll need to be rebased around the let->const migration
Comment 4•7 years ago
|
||
Yep, Bug 1454696, I had to rebase my patches too.
Honza
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 8•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8982520 [details]
Bug 1463672 - Add history support in CodeMirror-JsTerm; .
https://reviewboard.mozilla.org/r/248492/#review257940
Looks good to me!
R+
Honza
Attachment #8982520 -
Flags: review?(odvarko) → review+
Comment 9•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8985059 [details]
Bug 1463672 - Destroy editor when destroying JSTerm; .
https://reviewboard.mozilla.org/r/250780/#review257942
Attachment #8985059 -
Flags: review?(odvarko) → review+
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 12•7 years ago
|
||
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f998954c5390
Add history support in CodeMirror-JsTerm; r=Honza.
https://hg.mozilla.org/integration/autoland/rev/4a7b85481dcf
Destroy editor when destroying JSTerm; r=Honza.
Comment 13•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f998954c5390
https://hg.mozilla.org/mozilla-central/rev/4a7b85481dcf
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•