servo/components/shared/embedder
Martin Robinson 9d5171f3c5
libservo: Add WebView immediately to the Compositor (#35662)
When creating a `WebView`, let the Compositor know synchronously that
it exists. This allows the embedder to immediately call methods like
`WebView::focus()`. In addition remove messages associated with the
`WebViewDelegate::notify_ready_to_show()` method (and the method
itself), as now `WebView`s can be shown immediately.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-02-26 16:16:48 +00:00
..
build.rs Set the cfg properly for the production-stripped profile (#32991) 2024-08-09 09:16:51 +00:00
Cargo.toml libservo: Move WebDriver messages to the embedder crate (#35602) 2025-02-24 13:57:28 +00:00
input_events.rs Touch handler: Fix race condition and rate-limit move events (#35537) 2025-02-25 07:13:16 +00:00
lib.rs libservo: Add WebView immediately to the Compositor (#35662) 2025-02-26 16:16:48 +00:00
resources.rs Remove resources/prefs.json (#34999) 2025-01-16 07:38:58 +00:00
webdriver.rs libservo: Move WebDriver messages to the embedder crate (#35602) 2025-02-24 13:57:28 +00:00