aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorDelan Azabani <dazabani@igalia.com>2025-03-19 14:41:14 +0800
committerGitHub <noreply@github.com>2025-03-19 06:41:14 +0000
commita442a113306906d89936aaa833c043bb3e651ba8 (patch)
treeb9fe97c35551db30043405d0a0b07c59e4aeeb25 /python
parentf19dd2364129ae492fee5059f52fff4caa5fc16e (diff)
downloadservo-a442a113306906d89936aaa833c043bb3e651ba8.tar.gz
servo-a442a113306906d89936aaa833c043bb3e651ba8.zip
libservo: Notify delegates of send errors in request objects (#35668)
* libservo: Notify delegates of send errors in request objects Signed-off-by: Delan Azabani <dazabani@igalia.com> * Remove webview error sender for simplicity Signed-off-by: Delan Azabani <dazabani@igalia.com> * Remove error sender trait, now that there is only one impl Signed-off-by: Delan Azabani <dazabani@igalia.com> * Address review feedback Signed-off-by: Delan Azabani <dazabani@igalia.com> * Add unit tests Signed-off-by: Delan Azabani <dazabani@igalia.com> --------- Signed-off-by: Delan Azabani <dazabani@igalia.com>
Diffstat (limited to 'python')
-rw-r--r--python/servo/testing_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index 155728b3a52..4f9b573182f 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -165,6 +165,7 @@ class MachCommands(CommandBase):
"fonts",
"hyper_serde",
"layout_2020",
+ "libservo",
"net",
"net_traits",
"pixels",