mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Reacting to environment changes
This commit is contained in:
parent
73459d5b36
commit
2de300d49c
13 changed files with 308 additions and 1935 deletions
|
@ -1853,6 +1853,7 @@ impl Window {
|
|||
mql.Matches());
|
||||
event.upcast::<Event>().fire(mql.upcast::<EventTarget>());
|
||||
}
|
||||
self.Document().react_to_environment_changes();
|
||||
}
|
||||
|
||||
/// Slow down/speed up timers based on visibility.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue