aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/webview.rs
Commit message (Expand)AuthorAgeFilesLines
* compositing: Rename `WebView` to `WebViewRenderer` (#36574)Martin Robinson4 hours1-2/+2
* compositing: Remove `windowing.rs` and making `compositing` private (#36582)Martin Robinson4 days1-2/+1
* libservo: Make zooming and HiDPI scaling work per-`WebView` (#36419)Martin Robinson7 days1-12/+75
* libservo: Create a `WebViewBuilder` class to construct `WebView`s (#36483)Martin Robinson9 days1-9/+68
* libservo: Move animation tracking from `WindowMethods` to delegates (#36400)Martin Robinson12 days1-2/+26
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-15/+27
* libservo: Start moving `WindowMethods` to `WebViewDelegate` (#36223)Martin Robinson2025-04-021-12/+32
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-2/+1
* compositor: Make input event handling per-WebView (#35716)Delan Azabani2025-03-051-8/+15
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* libservo: Add `WebView` immediately to the Compositor (#35662)Martin Robinson2025-02-261-1/+3
* libservo: Move size handling to `RenderContext` from `WindowMethods` (#35621)Martin Robinson2025-02-251-2/+3
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-201-2/+5
* libservo: Rework and clarify the rendering model of the `WebView` (#35522)Martin Robinson2025-02-191-7/+28
* libservo: Expose `SoftwareRenderingContext` and `WindowRenderingContext` (#35...Martin Robinson2025-02-181-0/+4
* implement Touchevent prevent default behavior (#35031)Bi Fuguo2025-02-171-2/+2
* Update window.screenX and window.screenY when moving the embedder window (#35...webbeef2025-02-131-0/+7
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-121-60/+15
* libservo: Don't bounce ready-to-present frame notifications to the Constellat...Martin Robinson2025-02-121-4/+0
* libservo: Add a `ClipboardDelegate` and a default implementation (#35297)Martin Robinson2025-02-071-0/+11
* Simplify `RenderingContext` trait methods (#35251)Ngo Iok Ui (Wu Yu Wei)2025-02-051-16/+1
* libservo: Add WebViewDelegate and ServoDelegate and port `winit_minimal` (#35...Delan Azabani2025-02-051-65/+212
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-1/+1
* servoshell: Port Android / OHOS servoshell to use the WebView API (#35192)Martin Robinson2025-01-291-0/+4
* libservo: Port desktop servoshell to use the new `WebView` API (#35183)Martin Robinson2025-01-281-2/+197
* libservo: Add an initial WebView data structure to the API (#35119)Delan Azabani2025-01-251-0/+117