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