mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
constellation: Eliminate long-standing inactive code path for WebDriverData
(#38221)
Cleaning up some dead code which has been here for 9 years. They are never detected by Lint because we still initialize them as `None` but never change afterwards. Testing: No regression. --------- Signed-off-by: Euclid Ye <euclid.ye@huawei.com> Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
7f6d4825cf
commit
d2e5137201
5 changed files with 13 additions and 53 deletions
|
@ -243,7 +243,7 @@ pub enum WebDriverScriptCommand {
|
|||
IsEnabled(String, IpcSender<Result<bool, ErrorStatus>>),
|
||||
IsSelected(String, IpcSender<Result<bool, ErrorStatus>>),
|
||||
GetTitle(IpcSender<String>),
|
||||
/// Match the element type before sending the event for webdriver `element send keys`.
|
||||
/// Deal with the case of input element for Element Send Keys, which does not send keys.
|
||||
WillSendKeys(String, String, bool, IpcSender<Result<bool, ErrorStatus>>),
|
||||
IsDocumentReadyStateComplete(IpcSender<bool>),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue