mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix servoshell can't respond when there's no minibrowser (#30598)
* Fix servoshell can't respond when there's no minibrowser * Remove external_field and update documentation * Update documentation * Fix crash when handling ReadyToPresent if it's headless mode * Fix some wpt tests got timedout
This commit is contained in:
parent
d8e93fa408
commit
44d79269f4
3 changed files with 23 additions and 43 deletions
|
@ -761,10 +761,6 @@ where
|
|||
self.compositor.deinit();
|
||||
}
|
||||
|
||||
pub fn set_external_present(&mut self, value: bool) {
|
||||
self.compositor.set_external_present(value)
|
||||
}
|
||||
|
||||
pub fn present(&mut self) {
|
||||
self.compositor.present();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue