mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add new Window globals as debuggees
Signed-off-by: Delan Azabani <dazabani@igalia.com> Co-authored-by: atbrakhi <atbrakhi@igalia.com>
This commit is contained in:
parent
c59ee57b5d
commit
e2eabd41c9
7 changed files with 107 additions and 1 deletions
|
@ -1105,7 +1105,7 @@ pub(crate) enum EventDefault {
|
|||
Handled,
|
||||
}
|
||||
|
||||
#[derive(PartialEq)]
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub(crate) enum EventStatus {
|
||||
Canceled,
|
||||
NotCanceled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue