mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Webdriver delete cookie (#36306)
1. Implement `WebDriverCommand::DeleteCookie` 2. Remove unnecessary clone for `WebDriverCommand::GetNamedCookie` Fixes: #36287 --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
e1de46c691
commit
4bad7c0a5d
7 changed files with 65 additions and 4 deletions
|
@ -493,6 +493,7 @@ pub enum CoreResourceMsg {
|
|||
CookieSource,
|
||||
),
|
||||
DeleteCookies(ServoUrl),
|
||||
DeleteCookie(ServoUrl, String),
|
||||
/// Get a history state by a given history state id
|
||||
GetHistoryState(HistoryStateId, IpcSender<Option<Vec<u8>>>),
|
||||
/// Set a history state for a given history state id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue