Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-14 | chore: upgrade to rust 1.79 (#24207) | Satya Rohith | |
2024-01-05 | refactor(tools/repl): reorganize code (#21810) | Bartek Iwańczuk | |
Some drive-by cleanup as I'm working through https://github.com/denoland/deno_core/pull/415. | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-18 | refactor: factor out cdp::ExceptionThrown notification (#21623) | Bartek Iwańczuk | |
Just removing some duplicated code. | |||
2023-11-05 | refactor: unify CDP types in a single module (#21094) | Bartek Iwańczuk | |
This commit moves all Chrome Devtools Protocol messages to `cli/cdp.rs` and refactors all places using these types to pull them from a common place. No functional changes. | |||
2022-11-25 | refactor: move cdp.rs to tools/repl (#16821) | David Sherret | |
2022-07-30 | docs: turn bare URLs into clickable links (#15347) | Mathias Lafeldt | |
2022-03-02 | fix(repl): fix null eval result (#13804) | Yoshiya Hinosawa | |
Co-authored-by: Satya Rohith <me@satyarohith.com> | |||
2022-02-07 | refactor: factor out CDP message types (#13551) | Leo Kettmeir | |
2022-01-31 | Revert "refactor: factor out CDP message types (#13501)" (#13540) | Bartek Iwańczuk | |
This reverts commit 382a978859a7a7a4351542be818bb2e59523429c. | |||
2022-01-27 | refactor: factor out CDP message types (#13501) | Leo Kettmeir | |