UI/AppKit: Do not place the WebView inside a scroll view

Now that scrolling and rendering scrollbars is handled entirely in the
WebContent process, there's no reason to place the WebView inside scroll
views.
This commit is contained in:
Timothy Flynn 2024-11-07 12:26:42 -05:00 committed by Andreas Kling
commit 43ed03145d
Notes: github-actions[bot] 2024-11-07 21:54:17 +00:00
12 changed files with 43 additions and 119 deletions

View file

@ -7,6 +7,11 @@ module Ladybird [system] {
export *
}
explicit module WebViewWindow {
header "UI/LadybirdWebViewWindow.h"
export *
}
explicit module WebViewApplication {
header "../../Userland/Libraries/LibWebView/Application.h"
export *