1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/cli/tests/integration
Divy Srivastava 97604ef522
Revert "fix(runtime): Make native modal keyboard interaction consistent with browsers" (#21739)
Reverts denoland/deno#18453

Fixes https://github.com/denoland/deno/issues/21602
https://github.com/denoland/deno/issues/21631
https://github.com/denoland/deno/issues/21641

Reasons for revert:
- alert() and confirm() swallowed ^C with raw mode.
- prompt() did not re-raise the interrupt signal from rustyline. 
- Default 'Y' on confirm() is a bad default and breaking change.

cc @lionel-rowe
2024-01-04 20:34:52 +01:00
..
bench_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
bundle_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
cache_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
cert_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
check_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
compile_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
coverage_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
doc_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
eval_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
flags_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
fmt_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
info_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
init_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
inspector_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
install_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
js_unit_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
jsr_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
lint_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
lsp_tests.rs chore: update to Rust 1.75 (#21731) 2024-01-04 20:34:52 +01:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
node_compat_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
node_unit_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
npm_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
publish_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
repl_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
run_tests.rs Revert "fix(runtime): Make native modal keyboard interaction consistent with browsers" (#21739) 2024-01-04 20:34:52 +01:00
shared_library_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
task_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
test_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
upgrade_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
vendor_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
watcher_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
worker_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00