mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
improve spec compliance of window.close
This commit is contained in:
parent
f63284efc0
commit
2753e5efab
12 changed files with 123 additions and 39 deletions
|
@ -385,10 +385,6 @@ impl<Window: WindowMethods> IOCompositor<Window> {
|
|||
return false
|
||||
}
|
||||
|
||||
(Msg::Exit, _) => {
|
||||
self.start_shutting_down();
|
||||
}
|
||||
|
||||
(Msg::ShutdownComplete, _) => {
|
||||
self.finish_shutting_down();
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue