aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/async_html.rs
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2025-04-21 10:47:39 +0200
committerGitHub <noreply@github.com>2025-04-21 08:47:39 +0000
commit70f19c749f6c0b3515a49d28bc837f34ae8d59a9 (patch)
tree8b0f664e53c8c0cd2ff98d5e91fef6bba78eaf0a /components/script/dom/servoparser/async_html.rs
parenta0419faa8544712ba4afe981b5a83d61da71e323 (diff)
downloadservo-main.tar.gz
servo-main.zip
compositing: Rename `WebView` to `WebViewRenderer` (#36574)HEADmain
There is a `WebView` in libservo (new) and a `WebView` in compositing (old). Nowadays, the "real" `WebView` is the one in the libservo. The `WebView` in `compositing` is really about rendering the contents of a `WebView` from libservo. In addition there is also a trait exposed by the compositor called `RendererWebView` which is a way for the compositor to talk to libservo without a circular dependency. This changes does some renames to make things clearer and so that there is One Less WebView™: - `compositing::WebView` -> `compositing::WebViewRenderer` (this is the same kind of naming as `ServoRenderer`). - `compositing::RendererWebView` -> `compositing::WebViewTrait` Testing: This is just a couple renames so should be covered by existing tests. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'components/script/dom/servoparser/async_html.rs')
0 files changed, 0 insertions, 0 deletions