servo/components/devtools/actors
atbrakhi 634c1897cf
devtools: Handle removeBreakpoint on breakpoint-list actor (#38797)
The breakpoint-list actor did not implement a handler for the
`removeBreakpoint` request, causing the client to receive
`unrecognizedPacketType` error. This patch adds `removeBreakpoint`
handler


Fixes: Part of #36027

Signed-off-by: atbrakhi <atbrakhi@igalia.com>
2025-08-21 07:21:22 +00:00
..
inspector cargo: Bump rustc to 1.89 (#36818) 2025-08-19 11:07:53 +00:00
watcher Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
breakpoint.rs devtools: Handle removeBreakpoint on breakpoint-list actor (#38797) 2025-08-21 07:21:22 +00:00
browsing_context.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
console.rs tidy: Add a rule ensuring that // comments are followed by a space in Rust (#38698) 2025-08-18 12:09:09 +00:00
device.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
framerate.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
inspector.rs script: Tell devtools whether a node is displayed or not (#38575) 2025-08-09 18:12:20 +00:00
long_string.rs net: Send ResponseContentObj to Devtools (#38625) 2025-08-15 08:26:24 +00:00
memory.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
network_event.rs net: Send ResponseContentObj to Devtools (#38625) 2025-08-15 08:26:24 +00:00
object.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
performance.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
preference.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
process.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
reflow.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
root.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
source.rs devtools: Show clients where they can set breakpoints (#37667) 2025-08-12 04:53:53 +00:00
stylesheets.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
tab.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
thread.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00
timeline.rs tidy: Add a rule ensuring that // comments are followed by a space in Rust (#38698) 2025-08-18 12:09:09 +00:00
watcher.rs devtools: Fix getBreakpointListActor handler in watcher actor (#38624) 2025-08-12 12:26:59 +00:00
worker.rs Devtools: send error replies instead of ignoring messages (#37686) 2025-07-07 12:40:44 +00:00