diff options
author | atbrakhi <atbrakhi@igalia.com> | 2025-05-31 08:51:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-31 06:51:03 +0000 |
commit | 568d24d4e3ef55c600431c0ad430bb350c4fe022 (patch) | |
tree | 174737c1c1757223f91eafd6d60c7dc5976728f9 /tests/wpt/meta/html/syntax/serializing-html-fragments | |
parent | 8a808f89fdb58c824016e31c64552e46cec3acb2 (diff) | |
download | servo-main.tar.gz servo-main.zip |
This patch fixes the source panel in the DevTools that was broken due to
missing breakpoint actor implementation. The client was sending messages
to the breakpoint actor that didn't exist in Servo, resulting in
"unknown actor"
warnings in the logs(See logs in issue description)
To fix this this patch implements the `BreakpointListActor` that handles
`setBreakpoint` and `setActiveEventBreakpoints` messages with empty
replies. This PR does not implement `breakpoint` functionality
<img width="1512" alt="image"
src="https://github.com/user-attachments/assets/ac4985a6-9fd3-4854-a491-b39241e19d13"
/>
Fixes: https://github.com/servo/servo/issues/37196
Signed-off-by: atbrakhi <atbrakhi@igalia.com>
Diffstat (limited to 'tests/wpt/meta/html/syntax/serializing-html-fragments')
0 files changed, 0 insertions, 0 deletions