summaryrefslogtreecommitdiff
path: root/cli/tools/repl/cdp.rs
AgeCommit message (Collapse)Author
2023-11-05refactor: 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.
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-11-25refactor: move cdp.rs to tools/repl (#16821)David Sherret