mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
[webdriver] Move Webdriver to ServoShell (#36714)
Moving `webdriver` to `servoshell`: - Let `servoshell` manage lifecycle of `webdriver` - One by one, move the handling of webdriver commands from `constellation` to `embedder` Partially fix: https://github.com/servo/servo/issues/37370 Partially fix webdriver test timeout with `no_top_browsing_context` cc: @xiaochengh --------- Signed-off-by: batu_hoang <longvatrong111@gmail.com>
This commit is contained in:
parent
d55e2c4c90
commit
d0100797e8
9 changed files with 156 additions and 35 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -7191,6 +7191,8 @@ dependencies = [
|
|||
"backtrace",
|
||||
"cc",
|
||||
"cfg-if",
|
||||
"constellation_traits",
|
||||
"crossbeam-channel",
|
||||
"dirs",
|
||||
"dpi",
|
||||
"egui",
|
||||
|
@ -7237,6 +7239,7 @@ dependencies = [
|
|||
"tracing-perfetto",
|
||||
"tracing-subscriber",
|
||||
"url",
|
||||
"webdriver_server",
|
||||
"windows-sys 0.59.0",
|
||||
"winit",
|
||||
"winres",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue