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:
Ngo Iok Ui (Wu Yu Wei) 2023-11-11 15:45:27 +09:00 committed by GitHub
parent d8e93fa408
commit 44d79269f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 43 deletions

View file

@ -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();
}