servo/components/compositing
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
..
Cargo.toml libservo: Move size handling to RenderContext from WindowMethods (#35621) 2025-02-25 15:03:53 +00:00
compositor.rs libservo: Add WebView immediately to the Compositor (#35662) 2025-02-26 16:16:48 +00:00
lib.rs compositing: Move image output and shutdown management out of the compositor (#35538) 2025-02-20 18:27:49 +00:00
touch.rs Touch handler: Fix race condition and rate-limit move events (#35537) 2025-02-25 07:13:16 +00:00
tracing.rs compositing: Move image output and shutdown management out of the compositor (#35538) 2025-02-20 18:27:49 +00:00
webview.rs libservo: Add WebView immediately to the Compositor (#35662) 2025-02-26 16:16:48 +00:00
windowing.rs libservo: Move size handling to RenderContext from WindowMethods (#35621) 2025-02-25 15:03:53 +00:00