Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |