servo/components/shared/embedder
Delan Azabani 69e7499479
compositor: Make input event handling per-WebView (#35716)
This is another step in the move to having a per-WebView renderer. In
this step event handling is made per-WebView. Most events sent to Servo
are sent via the WebView API already, so this just moves more event
handling code to the per-WebView render portion of the compositor.

- ServoRenderer is given shared ownership and interior mutability as
  it is now shared among all WebView(Renderers).
- Some messages coming from other parts of Servo must now carry a
  WebViewId as well so that they can be associated with a particular
  WebView.
- There needs to be some reorganization of `ServoRenderer` in order to
  avoid issues with double borrow of `RefCells`.

Signed-off-by: Delan Azabani <dazabani@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2025-03-05 18:47:13 +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 add cancelable property to the TouchEvent (#35713) 2025-03-02 08:12:26 +00:00
lib.rs libservo: Clean up interfaces for alert()/confirm()/prompt() (#35579) 2025-02-27 02:49:08 +00:00
resources.rs Remove resources/prefs.json (#34999) 2025-01-16 07:38:58 +00:00
webdriver.rs compositor: Make input event handling per-WebView (#35716) 2025-03-05 18:47:13 +00:00