mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Reduce redundancy in servoshell webdriver message forwarding and add log for script::handle_send_keys_non_typeable
(#38238)
There was a new commit for after https://github.com/servo/servo/pull/38189#discussion_r2224805172, but that does not seem to update/stop MQ. Also removed `forward_webdriver_command` in servoshell according to https://github.com/servo/servo/pull/38212#discussion_r2221854327. --------- Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
parent
6ace7ad577
commit
f726737f24
9 changed files with 16 additions and 35 deletions
|
@ -159,10 +159,6 @@ impl RunningAppState {
|
|||
self.webdriver_receiver.as_ref()
|
||||
}
|
||||
|
||||
pub(crate) fn forward_webdriver_command(&self, command: WebDriverCommandMsg) {
|
||||
self.servo().execute_webdriver_command(command);
|
||||
}
|
||||
|
||||
pub(crate) fn hidpi_scale_factor_changed(&self) {
|
||||
let inner = self.inner();
|
||||
let new_scale_factor = inner.window.hidpi_scale_factor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue