mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
webdriver: Port WebDriverLoadStatus to Generic Channel (#38915)
Ports the channel for WebDriverLoadStatus to GenericChannel. Testing: No functional changes - Covered by existing webdriver tests Part of #38912 Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
4a19f66c31
commit
ebf8a35c84
6 changed files with 37 additions and 26 deletions
|
@ -418,7 +418,7 @@ pub struct Constellation<STF, SWF> {
|
|||
next_pipeline_namespace_id: PipelineNamespaceId,
|
||||
|
||||
/// An [`IpcSender`] to notify navigation events to webdriver.
|
||||
webdriver_load_status_sender: Option<(IpcSender<WebDriverLoadStatus>, PipelineId)>,
|
||||
webdriver_load_status_sender: Option<(GenericSender<WebDriverLoadStatus>, PipelineId)>,
|
||||
|
||||
/// An [`IpcSender`] to forward responses from the `ScriptThread` to the WebDriver server.
|
||||
webdriver_input_command_reponse_sender: Option<IpcSender<WebDriverCommandResponse>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue