Skip to content

Conversation

@yezhizhen
Copy link
Member

@yezhizhen yezhizhen commented Nov 4, 2025

  • Reduces unnecessary type conversion between ServoUrl, Url, string slice
  • Share WebDriverCommandMsg::LoadUrl handler across platform

Testing: Covered by existing test. Manually tested for OHOS.

Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
@yezhizhen yezhizhen requested a review from xiaochengh November 4, 2025 05:13
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Nov 4, 2025
@yezhizhen yezhizhen added the T-ohos Do a try run on OpenHarmony label Nov 4, 2025
@github-actions github-actions bot removed the T-ohos Do a try run on OpenHarmony label Nov 4, 2025
@github-actions
Copy link

github-actions bot commented Nov 4, 2025

🔨 Triggering try run (#19058561405) for OpenHarmony

@github-actions
Copy link

github-actions bot commented Nov 4, 2025

✨ Try run (#19058561405) succeeded.

Comment on lines -619 to -620
self.inner_mut().focused_webview_id = Some(webview_id);
webview.focus();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These were quite messy and wrong. We should've never set focused_webview_id by ourself after calling focus method. We relies on IPC feedback for it.

@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Nov 4, 2025
@yezhizhen yezhizhen added this pull request to the merge queue Nov 4, 2025
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Nov 4, 2025
Merged via the queue into servo:main with commit 2d89cd7 Nov 4, 2025
50 of 51 checks passed
@yezhizhen yezhizhen deleted the fixing-something branch November 4, 2025 14:40
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants