summaryrefslogtreecommitdiff
path: root/core/inspector.rs
AgeCommit message (Expand)Author
2022-02-07refactor: factor out CDP message types (#13551)Leo Kettmeir
2022-01-31Revert "refactor: factor out CDP message types (#13501)" (#13540)Bartek Iwańczuk
2022-01-27refactor: factor out CDP message types (#13501)Leo Kettmeir
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2022-01-04refactor(core): InspectorSession implements Stream (#13270)Bartek Iwańczuk
2021-12-30fix(core): inspector works if no "Runtime.runIfWaitingForDebugger" message is...Bartek Iwańczuk
2021-12-28refactor(core): cleanup Inspector implementation (#12962)Bartek Iwańczuk
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-10-27chore: update to rusty_v8 0.33.0 (#12564)Luca Casonato
2021-09-25refactor: Remove unused code (#12210)Ryan Dahl
2021-09-05fix(doc): fix rustdoc bare_urls warning (#11921)Feng Yu
2021-08-25refactor: cleanup Inspector and InspectorServer implementations (#11837)Bartek Iwańczuk
2021-07-06chore: use parking_lot for synchronization primitives to align with tokio (#1...David Sherret
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk